HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 1 - 25 of 990) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /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 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))
  /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/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/clang/test/SemaCXX/
attr-visibility.cpp 18 struct x3 { struct
  /external/libvpx/libvpx/vpx_scale/
scale_mode.h 24 OTHER = 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/llvm/test/CodeGen/AArch64/
logical_shifted_reg.s 81 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, #:lo12:var1_64
    [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
  /external/quake/quake/src/WinQuake/
conproc.h 25 #define CCOM_GET_TEXT 0x3
  /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/clang/test/CXX/expr/expr.post/expr.call/
p7-0x.cpp 12 struct X3 {
13 X3(const X3&) = default;
23 void f(X1 x1, X2 x2, X3 x3, X4 x4) {
26 vararg(x3); // OK
  /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/ceres-solver/internal/ceres/
problem.cc 85 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, x4, x5, x6, x7)
    [all...]
  /external/ceres-solver/examples/
powell.cc 36 // 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,
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, &x4)
    [all...]

Completed in 502 milliseconds

1 2 3 4 5 6 7 8 91011>>