HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 51 - 66 of 66) sorted by null

1 23

  /external/qemu/distrib/jpeg-6b/
jquant2.c 121 * pointer corresponds to a C0 value (typically 2^5 = 32 pointers) and
320 int c0,c1,c2; local
330 for (c0 = c0min; c0 <= c0max; c0++)
332 histp = & histogram[c0][c1][c2min];
335 boxp->c0min = c0min = c0;
341 for (c0 = c0max; c0 >= c0min; c0--
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
923 register int c0, c1, c2; local
    [all...]
  /external/webp/src/enc/
dsp_sse2.c 411 const __m128i c0 = _mm_add_epi16(b0, seven); local
413 const __m128i d0 = _mm_srai_epi16(c0, 4);
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 3648 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3757 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3906 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4004 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4143 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
4283 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
    [all...]
  /external/tcpdump/
print-isoclns.c 2692 int32_t c0 = 0, c1 = 0; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /external/icu4c/test/intltest/
rbbitst.cpp 2477 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2709 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
3034 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 7864 integerPart c0 = 0; local
    [all...]
  /external/v8/src/
objects.cc 824 int c0 = str->Get(0); local
826 if (c0 == 'U') {
830 } else if (c0 == 'A' || c0 == 'E' || c0 == 'I' || c0 == 'O') {
833 (c0 == 'F' || c0 == 'H' || c0 == 'M' || c0 == 'N' || c0 == 'R' |
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 11973 IRTemp c3, c2, c1, c0; local
12145 breakV128to4x64U( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
12183 breakV128to4x64S( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
    [all...]
guest_s390_toIR.c 4445 IRTemp c0 = newTemp(Ity_I32); local
4507 IRTemp c0 = newTemp(Ity_I32); local
4569 IRTemp c0 = newTemp(Ity_I32); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 474 milliseconds

1 23