/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:__anon16791
|
cmdline-include.c | 7 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
|
/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...] |
/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 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/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 */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
double_const.py | 21 x2 = eval(x_str) 22 assert x2 > 0.0 23 diff = abs(x - x2) 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger 25 # than 0.375 ULP, so adding diff/8 to x2 should have no effect. 26 if x2 + (diff / 8.) != x2:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
double_const.py | 21 x2 = eval(x_str) 22 assert x2 > 0.0 23 diff = abs(x - x2) 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger 25 # than 0.375 ULP, so adding diff/8 to x2 should have no effect. 26 if x2 + (diff / 8.) != x2:
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/ |
function-excess-args.js | 1 function f(x0, x1, x2, x3, x4)
|
/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;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
hash.pass.cpp | 27 std::string x2("12345"); 30 != f.hash(x2.data(), x2.data() + x2.size())); 34 std::wstring x2(L"12345"); 37 != f.hash(x2.data(), x2.data() + x2.size()));
|