HomeSort by relevance Sort by last modified time
    Searched defs:x4 (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/test/CXX/dcl.dcl/dcl.link/
p7.cpp 6 // CHECK: @x4 = global %struct.X zeroinitializer
19 X x4; variable
29 return x4;
  /external/clang/test/Index/
cxx-operator-overload.cpp 10 Cls x4 = x1 + x2 + x3; local
  /external/clang/test/Sema/
array-size.c 8 int x4[1073741824 - 1]; local
tentative-decls.c 10 struct b x4; // expected-error{{tentative definition has type 'struct b' that is never completed}} \ variable in typeref:struct:b
  /external/valgrind/main/massif/tests/
long-time.c 10 int i, *x1, *x2, *x3, *x4; local
18 x4 = malloc( 900 * 1000);
19 free(x4);
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
126 x4 = x[1];
143 if (x4 < x1)
146 x1 = x4;
147 x4 = tmp;
159 if (x4 < x2)
162 x2 = x4;
163 x4 = tmp;
169 if (x4 < x3)
171 x3 = x4;
    [all...]
  /external/clang/test/CodeGenCXX/
pragma-visibility.cpp 28 template<class T> struct x4 { struct
32 template<> int x4<int>::y = 10;
  /external/clang/test/SemaCXX/
dependent-types.cpp 9 T x4[]; // expected-error{{needs an explicit size or an initializer}} local
copy-initialization.cpp 15 X x4 = fp; // expected-error{{no viable conversion}} local
default-constructor-initializers.cpp 16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \
22 X4 x4; // expected-note {{first required here}} variable
  /external/v8/test/mjsunit/
obj-construct.js 45 var x4 = [ 1, 2, 3 ]; variable
  /external/valgrind/main/memcheck/tests/
badrw.c 7 int *x4; local
14 x4 = x-4;
19 y4 = *x4;
20 *x4 = y4;
mempool.c 115 char *x1, *x2, *x3, *x4, *x5; local
125 x4 = allocate(p, 20);
136 *x4 = 'd'; // invalid
  /external/valgrind/main/exp-ptrcheck/tests/
ccc.cpp 11 int* x4 = (int*)calloc(1, sizeof(int)); local
15 assert(NULL != x1 && NULL != x2 && NULL != x3 && NULL != x4 &&
23 sum += x4[-1]; __asm__ __volatile__("":::"memory"); bar(4);
partial.c 7 int* x4 = malloc(4); double d, *d7 = malloc(7); local
22 x = * ADDB(x4,1);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 29 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
31 // x5 = (x4<<8) - x4;
32 x4 = x5 = 0;
68 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
71 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
94 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
132 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
224 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 79 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
91 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
92 x4 = x5 = 0;
116 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
119 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
135 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
254 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
392 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
36 // x5 = (x4<<8) - x4;
37 x4 = x5 = 0;
73 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
99 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/clang/test/Lexer/
ms-extensions.c 8 __int64 x4 = 70000000i128; variable
  /external/clang/test/ASTMerge/Inputs/
enum1.c 27 } x4; variable in typeref:enum:E4
enum2.c 26 } x4; variable in typeref:enum:E4
struct1.c 27 struct S4 { int i; } x4; variable in typeref:struct:S4
struct2.c 24 struct S4 { int i; float f; } x4; variable in typeref:struct:S4
  /external/clang/test/CodeGen/
decl.c 115 x1 x4; member in struct:x2
118 return x0a->x4(x0a, a);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 174 Word16 x1, x2, x3, x4, x5; local
180 x4 = x[1];
195 if (x4 < x1)
198 x1 = x4;
199 x4 = tmp;
211 if (x4 < x2)
214 x2 = x4;
215 x4 = tmp;
221 if (x4 < x3)
223 x3 = x4;
    [all...]

Completed in 725 milliseconds

1 2