HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 376 - 400 of 1527) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/
callback_unittest.cc 64 Callback<void(int,int)> c2; local
72 EXPECT_TRUE(c2.is_null());
  /external/libdivsufsort/lib/
divsufsort.c 200 saint_t c0, c1, c2; local
208 j = SA + BUCKET_A(c1 + 1) - 1, k = NULL, c2 = -1;
218 if(c0 != c2) {
219 if(0 <= c2) { BUCKET_B(c2, c1) = k - SA; }
220 k = SA + BUCKET_B(c2 = c0, c1);
234 k = SA + BUCKET_A(c2 = T[n - 1]);
235 *k++ = (T[n - 2] < c2) ? ~(n - 1) : (n - 1);
242 if(c0 != c2) {
243 BUCKET_A(c2) = k - SA
264 saint_t c0, c1, c2; local
    [all...]
  /external/libutf/
rune.c 68 int c, c1, c2, c3; local
117 c2 = *(uchar*)(str+2) ^ Tx;
118 if(c2 & Testx)
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
203 c2 = *(uchar*)(str+2) ^ Tx;
204 if(c2 & Testx)
207 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 48 int c2, d2; local
69 c2 = temp3 - temp4;
85 op[5] = b1 + c2;
86 op[9] = b1 - c2;
101 c2 = temp3 - temp4;
117 op[7] = b1 + c2;
118 op[11] = b1 - c2;
139 c2 = temp3 - temp4;
155 op[5] = (b1 + c2 + 4) >> 3;
156 op[6] = (b1 - c2 + 4) >> 3
268 int a2, b2, c2, d2; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 231 const int c2 = events[mv_max - j]; /* negative */ local
232 const int c = c1 + c2;
236 sign_ct[1] += c2;
  /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
107 c2 = vmull_lane_s32(vget_low_s32(b1), vget_high_s32(cospis), 0);
123 b1 = vcombine_s32(vrshrn_n_s64(c2, DCT_CONST_BITS),
140 int32x4_t c2 = vld1q_s32(input + 8); local
149 a1 = vcombine_s16(vmovn_s32(c2), vmovn_s32(c3));
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);
168 a1 = vcombine_s16(vqrshrn_n_s32(c3, 4), vqrshrn_n_s32(c2, 4))
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
hadamard_vsx.c 28 const int16x8_t c2 = vec_sub(b0, b2); local
36 v[1] = vec_sub(c2, c6);
38 v[3] = vec_add(c2, c6);
103 const int16x8_t c2 = vec_add(b2, b3); local
107 const int16x8_t d0 = vec_add(c0, c2);
109 const int16x8_t d2 = vec_sub(c0, c2);
  /external/libyuv/files/source/
scale_dspr2.cc 559 const int c2 = 0x2AAA; local
583 "mul $t6, $t6, %[c2] \n" // t6 * 0x2AAA
    [all...]
  /external/lzma/C/
CpuArch.c 63 UInt32 a2, b2, c2, d2; local
71 __asm mov c2, ECX; local
76 *c = c2;
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 177 int c2 = tolower(descr[i+1]); local
179 if( c1 != c2 )
  /external/regex-re2/util/
rune.cc 51 int c, c1, c2, c3; local
85 c2 = *(unsigned char*)(str+2) ^ Tx;
86 if(c2 & Testx)
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
  /external/skia/src/effects/gradients/
Sk4fLinearGradient.cpp 24 Sk4f c2 = c0 + dc2; local
28 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst);
33 c2 = c2 + dc4;
  /external/skia/tests/
ColorFilterTest.cpp 103 SkColor c2 = ~color; local
105 REPORTER_ASSERT(reporter, cf2->asColorMode(&c2, (SkBlendMode*)&m2));
106 REPORTER_ASSERT(reporter, c2 == expectedColor);
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
vecoperations.c 77 v4i32 c2 = a.yzwx; local
78 return c2;
82 v4i32 c2 = a.zwxy; local
83 return c2;
87 v4i32 c2 = a.wxyz; local
88 return c2;
92 v4i32 c2 = a.xyzw; local
93 return c2;
97 v4i32 c2 = a.xwzy; local
98 return c2;
102 v4f32 c2 = a.yzwx; local
107 v4f32 c2 = a.zwxy; local
112 v4f32 c2 = a.wxyz; local
117 v4f32 c2 = a.xyzw; local
122 v4f32 c2 = a.xwzy; local
127 v2i64 c2 = a.yx; local
132 v2f64 c2 = a.yx; local
    [all...]
  /external/vboot_reference/cgpt/
cgpt_show.c 35 short c2 = Uint8To2Chars(memory[i]); local
36 buf[outlen++] = c2 >> 8;
37 buf[outlen++] = c2 & 0xff;
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 928 const float* c2 = &c[31]; local
1055 const float* c2 = &c[31]; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/fonts/
FontVariationAxis.java 108 final char c2 = tagString.charAt(1); 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_nochain.java 72 ScriptGroup.Closure c2 = local
77 ScriptGroup group = builder.create("AddDouble2", c2.getReturn());
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
  /packages/apps/Gallery2/jni/filters/
kmeans.h 190 T * c2 = finalCentroids; local
194 ret = calculateNewCentroids<T, N>(k, values, len, dimension, stride, c1, c2);
196 c1 = c2;
197 c2 = temp;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 97 double c0,c1,c2,c3; local
122 c2=c/a;
128 c3c3through4_min_c2=c3*c3through4-c2;
133 /*k2= -c2*/
137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
169 double c0,c1,c2,c3; local
194 c2=c/a;
200 c3c3through4_min_c2=c3*c3through4-c2;
205 /*k2= -c2*/
209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 402 char c2 = seq.charAt(index); local
403 if (Character.isLowSurrogate(c2)) {
404 return Character.toCodePoint(c1, c2);
407 "Expected low surrogate but got char '" + c2 +
408 "' with value " + (int) c2 + " at index " + index);
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));

Completed in 1021 milliseconds

<<11121314151617181920>>