Searched refs:x3 (Results 1 - 25 of 480) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/
H A Dpopcountti2.c24 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 >>
[all...]
/external/llvm/test/MC/AArch64/
H A Delf-reloc-addsubimm.s4 add x2, x3, #:lo12:some_label
/external/clang/test/Sema/
H A Darray-size.c7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} local
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h63 #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))
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp8 // CHECK: @x3 = external global %struct.X
17 extern X x3;
27 return x3;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp10 char x3[] = { "hello" }; variable
11 extern char x3[6];
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
/external/webkit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-excess-args.js1 function f(x0, x1, x2, x3, x4)
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h63 #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),(x
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h63 #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),(x
[all...]
/external/valgrind/main/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
15 x3 = malloc(1200 * 1000);
17 free(x3);
/external/clang/test/SemaCXX/
H A Dattr-visibility.cpp18 struct x3 { struct
/external/libvpx/libvpx/vpx_scale/
H A Dscale_mode.h24 OTHER = 0x3
/external/llvm/test/CodeGen/AArch64/
H A Dlogical_shifted_reg.s81 adrp x3, var1_64
82 str x2, [x3, #:lo12:var1_64]
84 adrp x3, var1_64
85 str x2, [x3, #:lo12:var1_64]
87 adrp x3, var1_64
88 str x2, [x3, #:lo12:var1_64]
90 adrp x3, var1_64
91 str x2, [x3, #:lo12:var1_64]
93 adrp x3, var1_64
94 str x2, [x3, #
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
/external/quake/quake/src/WinQuake/
H A Dconproc.h25 #define CCOM_GET_TEXT 0x3
/external/v8/test/mjsunit/
H A Dobj-construct.js43 var x3 = [ ]; variable
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp23 void f(X1 x1, X2 x2, X3 x3, X4 x4) { argument
26 vararg(x3); // OK
/external/openssl/crypto/rc2/
H A Drc2_cbc.c140 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
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/external/ceres-solver/internal/ceres/
H A Dproblem.cc85 double* x0, double* x1, double* x2, double* x3) {
88 x0, x1, x2, x3);
94 double* x0, double* x1, double* x2, double* x3, double* x4) {
97 x0, x1, x2, x3, x4);
103 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
106 x0, x1, x2, x3, x4, x5);
112 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
116 x0, x1, x2, x3, x4, x5, x6);
122 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
126 x0, x1, x2, x3, x
82 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3) argument
91 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4) argument
100 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) argument
109 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
119 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
129 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
139 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
[all...]
/external/ceres-solver/examples/
H A Dpowell.cc36 // f2 = sqrt(5) * (x3 - x4)
37 // f3 = (x2 - 2*x3)^2
40 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
41 // The minimum is 0 at (x1, x2, x3, x4) = 0.
71 template <typename T> bool operator()(const T* const x3, argument
74 // f2 = sqrt(5) (x3 - x4)
75 residual[0] = T(sqrt(5.0)) * (x3[0] - x4[0]);
85 // f3 = (x2 - 2 x3)^2
108 double x3 = 0.0; local
120 &x3,
[all...]
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp19 x3 = ei_random<Scalar>(), local
22 V3 v3(x1, x2, x3);
23 V4 v4(x1, x2, x3, x4);
30 VERIFY_IS_APPROX(x3, v3.z());
31 VERIFY_IS_APPROX(x3, v4.z());
/external/libgsm/src/
H A Dgsm_print.c25 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...]

Completed in 2203 milliseconds

1234567891011>>