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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/ASTMerge/Inputs/
var1.h 1 double x2; variable
typedef1.c 4 Typedef2 x2; variable
typedef2.c 4 Typedef2 x2; variable
var2.c 3 int x2; variable
  /external/clang/test/PCH/
cmdline-include2.h 1 enum { x2 }; enumerator in enum:__anon5999
cmdline-include.c 6 int g = x1 + x2;
chain-external-defs.c 24 // XB: @x2 = global i32 19
25 // XB-NOT: @x2 = global i32 19
26 int x2 = 19; variable
external-defs.c 8 // RUN: grep "@x2 = global i32 19" %t | count 1
9 int x2 = 19; variable
external-defs.h 5 int x2; variable
  /frameworks/compile/libbcc/runtime/lib/
popcountdi2.c 22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL
    [all...]
  /external/compiler-rt/lib/
popcountdi2.c 22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
124 x2 = x[-1];
131 if (x2 < x1)
134 x1 = x2;
135 x2 = tmp;
153 if (x3 < x2)
155 tmp = x2;
156 x2 = x3;
159 if (x4 < x2)
161 tmp = x2;
    [all...]
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 7 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} member in struct:C
13 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expression}} member in struct:C
  /external/clang/test/PCH/Inputs/
chain-external-defs1.h 5 int x2; variable
  /external/clang/test/Sema/
array-size.c 6 int x2[(unsigned)1073741824]; // expected-error{{array is too large}} local
  /external/valgrind/main/memcheck/tests/
badrw.c 8 short *x2; local
15 x2 = x-4;
22 y2 = *x2;
23 *x2 = y2;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xattr.h 14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xattr.h 14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xattr.h 14 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
  /external/clang/test/Analysis/
stack-addr-ps.cpp 34 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local
35 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'const int' returned}} expected-warning {{returning reference to local temporary}}
46 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local
47 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}}
52 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} local
53 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack memory associated with local variable 'x1' returned to caller}}
58 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here} local
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.link/
p7.cpp 7 // CHECK: @x2 = external global %struct.X
15 extern "C" X x2;
25 return x2;
  /external/clang/test/CXX/special/class.copy/
p33-0x.cpp 11 X x2; local
15 return x2;
21 X x2; local
23 throw x2;
36 X x2; local
38 throw x2; // okay
48 T x2; local
50 throw x2; // okay
  /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)
  /external/valgrind/main/massif/tests/
long-time.c 10 int i, *x1, *x2, *x3, *x4; local
13 x2 = malloc(1100 * 1000);
16 free(x2);

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>