/external/compiler-rt/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...] |
/external/llvm/test/MC/AArch64/ |
elf-reloc-addsubimm.s | 4 add x2, x3, #:lo12:some_label
|
elf-reloc-addend.s | 5 add x3, x5, #:lo12:sym+1 7 add x3, x5, #:lo12:sym-1
|
/frameworks/av/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
|
/external/bluetooth/bluedroid/gki/ulinux/ |
data_types.h | 65 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) 66 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) 67 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) 68 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
|
/external/chromium_org/third_party/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/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/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4) [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4) [all...] |
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600Defines.h | 22 #define GET_FLAG_OPERAND_IDX(Flags) (((Flags) >> 7) & 0x3)
|
/external/clang/test/SemaCXX/ |
attr-visibility.cpp | 18 struct x3 { struct
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600Defines.h | 22 #define GET_FLAG_OPERAND_IDX(Flags) (((Flags) >> 7) & 0x3)
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/ |
p1.cpp | 10 char x3[] = { "hello" }; variable 11 extern char x3[6];
|
/frameworks/av/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/ceres-solver/internal/ceres/ |
cost_function_to_functor_test.cc | 137 bool operator()(const T* x1, const T* x2, const T* x3, T* residuals) const { 138 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0]; 139 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[1]; 147 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4, 149 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0] 151 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[1 [all...] |
/external/ceres-solver/include/ceres/ |
numeric_diff_functor.h | 159 const double* x3, 161 return functor_(x0, x1, x2, x3, residuals); 167 const double* x3, 170 return functor_(x0, x1, x2, x3, x4, residuals); 176 const double* x3, 180 return functor_(x0, x1, x2, x3, x4, x5, residuals); 186 const double* x3, 191 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals); 197 const double* x3, 203 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals) [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p15.cpp | 9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
|
/frameworks/av/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...] |
/external/chromium_org/third_party/openssl/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/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...] |