Home
last modified time | relevance | path

Searched +defs:k +defs:h (Results 1 – 25 of 116) sorted by relevance

12345

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dmemmem.c30 twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in twobyte_memmem()
39 threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in threebyte_memmem()
49 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem()
69 twoway_memmem(const unsigned char *h, const unsigned char *z, in twoway_memmem()
72 size_t i, ip, jp, k, p, ms, p0, mem, mem0; in twoway_memmem() local
163 memmem(const void *h0, size_t k, const void *n0, size_t l) in memmem()
165 const unsigned char *h = h0, *n = n0; in memmem() local
H A Dstrstr.c30 twobyte_strstr(const unsigned char *h, const unsigned char *n) in twobyte_strstr()
38 threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr()
47 fourbyte_strstr(const unsigned char *h, const unsigned char *n) in fourbyte_strstr()
66 twoway_strstr(const unsigned char *h, const unsigned char *n) in twoway_strstr()
69 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_strstr() local
172 strstr(const char *h, const char *n) in strstr()
/aosp12/packages/modules/StatsD/statsd/src/
H A Dhash.cpp56 uint32_t h = static_cast<uint32_t>(seed ^ n); in Hash32() local
60 uint32_t k = DecodeFixed32(data); in Hash32() local
95 uint64_t h = seed ^ (n * m); in Hash64() local
98 uint64_t k = DecodeFixed64(data); in Hash64() local
/aosp12/art/test/440-stmp/src/
H A DMain.java28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz()
39 float h = 8.0f; field in Main
42 float k = 11.0f; field in Main
/aosp12/frameworks/base/core/java/com/android/internal/util/function/
H A DUndecConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in accept()
H A DUndecFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in apply()
H A DUndecPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in test()
H A DDodecConsumer.java28 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in accept()
H A DDodecFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in apply()
H A DDodecPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in test()
/aosp12/art/runtime/jit/
H A Dprofiling_info_test.cc119 for (uint16_t k = 0; k < InlineCache::kIndividualCacheSize / 2; k++) { in SaveProfilingInfoWithFakeInlineCaches() local
127 for (uint16_t k = 0; k < 2 * InlineCache::kIndividualCacheSize; k++) { in SaveProfilingInfoWithFakeInlineCaches() local
196 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
216 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
221 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
257 Hotness h = info.GetMethodHotness(method_ref); in TEST_F() local
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dpitch_f4.c69 Word16 h[], /* (i) Q15 : impulse response of synth/wgt filters */ in Pitch_fr4()
166 Word16 h[], /* (i) Q15 : impulse response of synth/wgt filters */ in Norm_Corr()
172 Word32 i, k, t; in Norm_Corr() local
300 Word32 k, L_sum; in Interpol_4() local
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DHashUtils.java65 long h = SEED ^ (buf.remaining() * M); in murmur2Hash64() local
67 long k = buf.getLong(); in murmur2Hash64() local
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dcor_h_x.cpp245 Word16 h[], /* (i): impulse response of weighted synthesis filter */ in cor_h_x()
254 Word16 k; in cor_h_x() local
H A Dcor_h_x2.cpp229 Word16 h[], /* (i): impulse response of weighted synthesis filter */ in cor_h_x2()
241 Word16 k; in cor_h_x2() local
H A Dc1035pf.cpp403 Word16 h[], /* (i) : impulse response of weighted synthesis filter*/ in build_code()
409 Word16 i, k, track, index, _sign[NB_PULSE]; in build_code() local
650 Word16 h[], /* (i) : impulse response of weighted synthesis filter in code_10i40_35bits()
H A Dc3_14pf.cpp204 Word16 h[], /* i : impulse response of weighted synthesis filter */ in code_3i40_14bits()
672 Word16 h[], /* i : impulse response of weighted synthesis filter */ in build_code()
680 Word16 k; in build_code() local
/aosp12/art/test/404-optimizing-allocator/src/
H A DMain.java130 int h = a - b; in $opt$reg$TestAgressiveLive1() local
133 int k = 42 + g - a; in $opt$reg$TestAgressiveLive1() local
151 int h = a - b; in $opt$reg$TestAgressiveLive2() local
154 int k = 42 + g - a; in $opt$reg$TestAgressiveLive2() local
/aosp12/art/test/405-optimizing-long-allocator/src/
H A DMain.java136 long h = a - b; in $opt$TestAgressiveLive1() local
139 long k = 42 + g - a; in $opt$TestAgressiveLive1() local
157 long h = a - b; in $opt$TestAgressiveLive2() local
160 long k = 42 + g - a; in $opt$TestAgressiveLive2() local
/aosp12/art/test/642-fp-callees/
H A Dfp_callees.cc39 double h = array[7]; in Java_Main_holdFpTemporaries() local
42 double k = array[10]; in Java_Main_holdFpTemporaries() local
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
186 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply()
211 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
216 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept()
221 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in accept()
226 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in accept()
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGroupedConv2D.cpp61 for (uint32_t h = 0; h < outputHeight; h++) { in groupedConvFloat32() local
73 for (uint32_t k = 0; k < filterDepth; k++) { in groupedConvFloat32() local
133 for (uint32_t h = 0; h < outputHeight; h++) { in groupedConvQuant8() local
145 for (uint32_t k = 0; k < filterDepth; k++) { in groupedConvQuant8() local
237 for (uint32_t h = 0; h < outputHeight; h++) { in groupedConvQuant8PerChannel() local
249 for (uint32_t k = 0; k < filterDepth; k++) { in groupedConvQuant8PerChannel() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_jnf.c114 float q0,q1,h,tmp; int32_t k,m; in __ieee754_jnf() local
H A De_hypotl.c24 #define GET_LDBL_MAN(h, l, v) do { \ argument
52 int32_t j,k,ha,hb; in hypotl() local
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp274 for(int k=0; k<m_nr_corners_ref; k++) in UpdateReference() local
293 for(int k=0; k<m_nr_corners_ins; k++) in UpdateReference() local
603 for( int c=0, k=0 ;c < m_nr_matches; c++, k=k+3) in ComputeCostArray() local
617 for(int c=0, k=0 ;c<m_nr_matches;c++,k=k+3) in SelectOutliers() local
715 int h = m_im_height; in SmoothMotion() local

12345