/frameworks/compile/libbcc/runtime/lib/ |
popcountti2.c | 24 tu_int x3 = (tu_int)a; local 25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) | 28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)) 29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)); 31 x3 = (x3 + (x3 >> 4) [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
median5.cpp | 120 int16 x1, x2, x3, x4, x5; local 125 x3 = x[0]; 137 if (x3 < x1) 140 x1 = x3; 141 x3 = tmp; 153 if (x3 < x2) 156 x2 = x3; 157 x3 = tmp; 169 if (x4 < x3) 171 x3 = x4 [all...] |
/external/clang/test/Sema/ |
array-size.c | 7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} local
|
attr-regparm.c | 6 __attribute((regparm(5))) int x3(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
|
/external/clang/test/CXX/dcl.dcl/dcl.link/ |
p7.cpp | 8 // CHECK: @x3 = external global %struct.X 17 extern X x3; 27 return x3;
|
/external/clang/test/Index/ |
cxx-operator-overload.cpp | 9 Cls x1, x2, x3; local 10 Cls x4 = x1 + x2 + x3;
|
/external/webkit/PerformanceTests/SunSpider/tests/ubench/ |
function-excess-args.js | 1 function f(x0, x1, x2, x3, x4)
|
function-correct-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
function-missing-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
/external/valgrind/main/massif/tests/ |
long-time.c | 10 int i, *x1, *x2, *x3, *x4; local 15 x3 = malloc(1200 * 1000); 17 free(x3);
|
/external/libvpx/vpx_scale/ |
scale_mode.h | 25 OTHER = 0x3
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_Clip8_s.s | 37 x3 RN 6 label 50 LDMIA pSrc!,{x2, x3} 61 USAT16 x3, #8, x3 ;// clip two samples to [0,255] 65 STRB x3, [pDst,#6] 66 MOV x3, x3, LSR #16 67 STRB x3, [pDst,#7]
|
/external/valgrind/main/exp-ptrcheck/tests/ |
partial.c | 6 int* x3 = malloc(3); float f, *f3 = malloc(3); local 21 x = * ADDB(x3,0); // ok if --partial-loads-ok=yes 34 x = * ADDB(x3,-1); // before 35 x = * ADDB(x3, 0); // inside // ok if --partial-loads-ok=yes ... 36 x = * ADDB(x3, 1); // inside // ... but only on 32 bit platforms 37 x = * ADDB(x3, 2); // inside // ... ditto 38 x = * ADDB(x3, 3); // after
|
ccc.cpp | 10 int* x3 = new int[10]; local 15 assert(NULL != x1 && NULL != x2 && NULL != x3 && NULL != x4 && 22 sum += x3[-1]; __asm__ __volatile__("":::"memory"); bar(3);
|
/external/clang/test/CXX/temp/temp.param/ |
p15.cpp | 9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
|
/external/quake/quake/src/WinQuake/ |
conproc.h | 25 #define CCOM_GET_TEXT 0x3
|
/external/dbus/bus/ |
desktop-file.c | 74 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x3 , 0x2 , 0x0 , 75 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x3 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , 0x0 , [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_tab.cpp | 199 {0xa, 1, 0, 7}, {0x0, 4, 0, 7}, {0x4, 1, 1, 6}, {0x4, 1, 1, 6}, {0x3, 1, 1, 6}, {0x3, 1, 1, 6}, 204 {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, 228 {0x4, 2, 0, 9}, {0x4, 2, 0, 9}, {0x3, 2, 0, 9}, {0x3, 2, 0, 9}, {0x0, 7, 0, 9}, {0x0, 7, 0, 9}, 250 {0x5, 2, 0, 10}, {0x5, 2, 0, 10}, {0x3, 3, 0, 10}, {0x3, 3, 0, 10}, {0x3, 3, 0, 10}, {0x3, 3, 0, 10} [all...] |
idct_vca.cpp | 160 int32 x0, x1, x3, x5, x7;//, x8; local 169 x3 = x7; 176 blk[24] = (x0 + x3) >> 8; 180 blk[32] = (x0 - x3) >> 8; 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 221 x3 = x7; 234 res = (x2 + x3) >> 14; 240 res = (x2 - x3) >> 14; 259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 277 x3 = x7 296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
/external/openssl/crypto/rc2/ |
rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; local 148 x3=(RC2_INT)(l>>16L); 156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; 158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; 160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; 162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; 163 x3=(t<<5)|(t>>11); 170 x0+=p1[x3&0x3f]; 173 x3+=p1[x2&0x3f] 185 register RC2_INT x0,x1,x2,x3,t; local [all...] |
/external/libgsm/src/ |
gsm_print.c | 25 LARc[0] |= (*c >> 6) & 0x3; 29 LARc[3] |= (*c >> 6) & 0x3; 31 LARc[5] = (*c++ & 0x3) << 2; 32 LARc[5] |= (*c >> 6) & 0x3; 40 Mc[0] = (*c >> 5) & 0x3; 46 xmc[2] |= (*c >> 6) & 0x3; 51 xmc[7] = (*c++ & 0x3) << 1; /* 10 */ 56 xmc[10] |= (*c >> 6) & 0x3; 63 Mc[1] = (*c >> 5) & 0x3; 69 xmc[15] |= (*c >> 6) & 0x3; [all...] |
/external/clang/test/CXX/except/except.spec/ |
p14-ir.cpp | 18 struct X3 : X0, X1 { 19 X3(); 28 void test(X2 x2, X3 x3, X5 x5) { 34 // CHECK: define linkonce_odr void @_ZN2X3C1ERKS_(%struct.X3* %this, %struct.X3*) unnamed_addr 38 X3 x3a(x3);
|
/external/clang/test/ASTMerge/Inputs/ |
enum1.c | 20 } x3; variable in typeref:enum:E3
|
enum2.c | 20 } x3; variable in typeref:enum:E3
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
p6.cpp | 15 const int x3; // expected-error{{default initialization of an object of const type 'const int'}} local
|