HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 1 - 25 of 2524) 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:__anon7734
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-6.s 2 .section .text.x2,"ax",@progbits
3 .global x2
4 x2 LDA $45,x2+42000 label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-hx1x2.s 9 .hidden x2
10 .globl x2
12 .type x2, @object
13 .size x2, 4
14 x2: label
tls-x1x2.s 8 .globl x2
10 .type x2, @object
11 .size x2, 4
12 x2: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-no-dup-syms-1b.s 5 .globl x2
6 .csect x2[RW]
7 x2: label
aix-weak-3a.s 3 .globl x2
4 x2 = 0x55667788 define
aix-weak-3b.s 6 .weak x2
7 .csect x2[RW]
8 x2: label
15 .tc x2[TC],x2
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 7 char x2[] = "hello"; variable
8 extern char x2[6];
  /external/clang/test/CoverageMapping/
comment-in-macro.c 4 #define x2 return 0 macro
8 x2; // CHECK-NEXT: Expansion,File 0, [[@LINE]]:3 -> [[@LINE]]:5 = #0
  /external/compiler-rt/lib/builtins/
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...]
popcountti2.c 34 du_int x2 = (du_int)(x3 + (x3 >> 64)); local
36 su_int x = (su_int)(x2 + (x2 >> 32));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14323-2.c 6 int x2 = 2; variable
  /external/v8/test/mjsunit/
obj-construct.js 41 var x2 = { a: 3, b: 4 };
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p16.cpp 28 int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drops 'const' qualifier}} local
36 int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drops 'const' qualifier}} local
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
  /external/clang/test/CodeGen/
ms-declspecs.cpp 5 extern "C" __declspec(selectany) int x2; variable
12 // CHECK: @x2 = weak_odr global i32 0, comdat, align 4
  /external/clang/test/Headers/
c11.c 40 rsize_t x2 = RSIZE_MAX; variable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h 77 OMX_VC_LEFT EQU 0x2 ;// Used by the PredictIntra functions variable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h 77 OMX_VC_LEFT EQU 0x2 ;// Used by the PredictIntra functions variable
  /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/Index/
cxx-operator-overload.cpp 9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 91011>>