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

1 2 3

  /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/av/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
  /frameworks/av/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/av/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 9 __int64 x4 = 70000000i128; variable
  /external/openssh/
jpake.h 52 BIGNUM *x4; /* random in Z*q */ member in struct:jpake_ctx
64 BIGNUM *g_x4; /* g^x4 */
67 BIGNUM *a; /* g^((x1+x3+x4)*x2*s) */
70 BIGNUM *b; /* g^((x1+x2+x3)*x4*s) */
  /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/av/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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
113 x4 = blk[9];
119 x5 = (W7 * x4 + 4) >> 3;
120 x4 = (W1 * x4 + 4) >> 3;
123 x2 = (181 * (x4 + x5) + 128) >> 8;
124 x1 = (181 * (x4 - x5) + 128) >> 8;
128 res = (x0 + x4) >> 14;
150 res = (x0 - x4) >> 14;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8 local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]

Completed in 778 milliseconds

1 2 3