HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 401 - 425 of 1551) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
AsciiUtil.java 24 char c1 = s1.charAt(i); local
26 if (c1 != c2 && toLower(c1) != toLower(c2)) {
  /external/jemalloc/include/jemalloc/internal/
hash.h 112 const uint32_t c1 = 0xcc9e2d51; local
123 k1 *= c1;
142 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
167 const uint32_t c1 = 0x239b961b; local
183 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
198 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
217 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
235 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
267 const uint64_t c1 = KQU(0x87c37b91114253d5); local
279 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1
    [all...]
  /external/libchrome/base/
callback_unittest.cc 63 Callback<void(int)> c1; local
71 EXPECT_TRUE(c1.is_null());
  /external/libdivsufsort/lib/
divsufsort.c 47 saint_t c0, c1; local
62 do { ++BUCKET_A(c1 = c0); } while((0 <= --i) && ((c0 = T[i]) >= c1));
65 ++BUCKET_BSTAR(c0, c1);
68 for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) <= c1); --i, c1 = c0) {
69 ++BUCKET_B(c0, c1);
85 for(c1 = c0 + 1; c1 < ALPHABET_SIZE; ++c1)
200 saint_t c0, c1, c2; local
264 saint_t c0, c1, c2; local
    [all...]
  /external/libutf/
rune.c 68 int c, c1, c2, c3; local
95 c1 = *(uchar*)(str+1) ^ Tx;
96 if(c1 & Testx)
101 l = ((c << Bitx) | c1) & Rune2;
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
169 int c, c1, c2, c3; local
186 c1 = *(uchar*)(str+1) ^ Tx;
187 if(c1 & Testx)
192 l = ((c << Bitx) | c1) & Rune2
    [all...]
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 42 const int c1 = temp1 - temp2; local
48 op[4] = b1 + c1;
49 op[8] = b1 - c1;
60 const int c1 = temp1 - temp2; local
66 op[1] = (b1 + c1 + 4) >> 3;
67 op[2] = (b1 - c1 + 4) >> 3;
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 41 int a1, b1, c1, d1; local
61 c1 = temp1 - temp2;
77 op[4] = b1 + c1;
78 op[8] = b1 - c1;
93 c1 = temp1 - temp2;
109 op[6] = b1 + c1;
110 op[10] = b1 - c1;
131 c1 = temp1 - temp2;
147 op[1] = (b1 + c1 + 4) >> 3;
148 op[2] = (b1 - c1 + 4) >> 3
267 int a1, b1, c1, d1; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 230 const int c1 = events[mv_max + j]; /* positive */ local
232 const int c = c1 + c2;
235 sign_ct[0] += c1;
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct4x4_add_neon.c 100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; local
106 c1 = vmull_lane_s32(vget_high_s32(b0), vget_high_s32(cospis), 0);
122 vrshrn_n_s64(c1, DCT_CONST_BITS));
139 int32x4_t c1 = vld1q_s32(input + 4); local
148 a0 = vcombine_s16(vmovn_s32(c0), vmovn_s32(c1));
161 idct4x4_16_kernel_bd10(cospis, &c0, &c1, &c2, &c3);
162 idct4x4_16_kernel_bd10(cospis, &c0, &c1, &c2, &c3);
164 idct4x4_16_kernel_bd12(cospis, &c0, &c1, &c2, &c3);
165 idct4x4_16_kernel_bd12(cospis, &c0, &c1, &c2, &c3);
167 a0 = vcombine_s16(vqrshrn_n_s32(c0, 4), vqrshrn_n_s32(c1, 4))
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
hadamard_vsx.c 27 const int16x8_t c1 = vec_add(b1, b3); local
41 v[6] = vec_sub(c1, c5);
42 v[7] = vec_add(c1, c5);
104 const int16x8_t c1 = vec_sub(b0, b1); local
108 const int16x8_t d1 = vec_add(c1, c3);
110 const int16x8_t d3 = vec_sub(c1, c3);
  /external/libyuv/files/source/
scale_dspr2.cc 558 const int c1 = 0x1C71; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 54 GLint c0, c1, r0, r1; local
60 * Compute destination columns: [c0, c1)
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
64 if (c1 < c0) {
66 GLint tmp = c1;
67 c1 = c0;
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax);
72 if (c0 == c1) {
94 *x1 = c1;
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 176 int c1 = tolower(format[i+1]); local
179 if( c1 != c2 )
  /external/regex-re2/util/
rune.cc 51 int c, c1, c2, c3; local
68 c1 = *(unsigned char*)(str+1) ^ Tx;
69 if(c1 & Testx)
74 l = ((c << Bitx) | c1) & Rune2;
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
233 long c1; local
241 c1 = *(unsigned char*)s;
242 if(c1 < Runeself) { /* one byte rune */
243 if(c1 == 0
    [all...]
  /external/skia/src/effects/gradients/
Sk4fLinearGradient.cpp 23 Sk4f c1 = c + dc; local
25 Sk4f c3 = c1 + dc2;
28 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst);
32 c1 = c1 + dc4;
39 DstTraits<dstType, premul>::store(c1, dst++);
375 // C = (c0 + c1) / 2 = (c0 + c0 + dc * (p1 - p0)) / 2
  /external/skia/tools/skdiff/
skdiff.cpp 143 static inline bool colors_match_thresholded(SkPMColor c0, SkPMColor c1, const int threshold) {
144 int da = SkGetPackedA32(c0) - SkGetPackedA32(c1);
145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1);
146 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1);
147 int db = SkGetPackedB32(c0) - SkGetPackedB32(c1);
180 SkPMColor c1 = *dr->fComparison.fBitmap.getAddr32(x, y); local
181 SkPMColor outputDifference = diffFunction(c0, c1);
182 uint32_t thisA = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1));
183 uint32_t thisR = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1));
184 uint32_t thisG = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1));
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
IBM437.java 198 char c1 = charArr[x+1]; local
199 if(c1 >= 0xD800 && c1 <= 0xDFFF) {
245 char c1 = cb.get(); local
246 if(c1 >= 0xD800 && c1 <= 0xDFFF) {
  /external/webp/src/dsp/
cost_sse2.c 28 const __m128i c1 = _mm_loadu_si128((const __m128i*)(coeffs + 8)); local
31 const __m128i m0 = _mm_packs_epi16(c0, c1);
67 const __m128i c1 = _mm_loadu_si128((const __m128i*)&res->coeffs[8]); local
69 const __m128i D1 = _mm_sub_epi16(zero, c1);
71 const __m128i E1 = _mm_max_epi16(c1, D1);
filters_msa.c 106 v8i16 a0, a1, b0, b1, c0, c1; local
113 ILVRL_B2_SH(zero, tmp2, c0, c1);
115 SUB2(a0, c0, a1, c1, a0, a1);
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 927 const float* c1 = &c[1]; local
1054 const float* c1 = &c[1]; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/fonts/
FontVariationAxis.java 107 final char c1 = tagString.charAt(0); local
111 return (c1 << 24) | (c2 << 16) | (c3 << 8) | c4;
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_script_group2_float.java 67 ScriptGroup.Closure c1 = local
75 ScriptGroup group = builder.create("TestFloatAnd64bit", c1.getReturn());
UT_script_group2_nochain.java 64 ScriptGroup.Closure c1 = local
UT_script_group2_pointwise.java 62 ScriptGroup.Closure c1 = local
67 ScriptGroup group = builder.create("AddDouble", c1.getReturn());
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_script_group2_float.java 66 ScriptGroup.Closure c1 = local
73 ScriptGroup group = builder.create("TestFloatAnd64bit", c1.getReturn());

Completed in 573 milliseconds

<<11121314151617181920>>