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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
array-size.c 8 int x4[1073741824 - 1]; local
attr-regparm.c 7 __attribute((regparm(5,3))) int x4(void); // expected-error{{attribute takes one argument}}
  /external/valgrind/main/memcheck/tests/
badrw.c 7 int *x4; local
14 x4 = x-4;
19 y4 = *x4;
20 *x4 = y4;
  /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/CXX/dcl.dcl/dcl.link/
p7.cpp 6 // CHECK: @x4 = global %struct.X zeroinitializer
19 X x4; variable
29 return x4;
  /external/webkit/PerformanceTests/SunSpider/tests/ubench/
function-excess-args.js 1 function f(x0, x1, x2, x3, x4)
function-correct-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
function-missing-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
  /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/m4v_h263/dec/src/
post_proc_semaphore.cpp 169 postmode |= 0x4;
201 postmode |= 0x4;
212 if ((postmode & 0x4) == 0)
228 postmode |= 0x4;
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...]
  /external/clang/test/Index/
cxx-operator-overload.cpp 10 Cls x4 = x1 + x2 + x3; local
  /external/quake/quake/src/WinQuake/
conproc.h 29 #define CCOM_GET_SCR_LINES 0x4
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushManagerParams.java 49 public static final int SIGNATURE_NO_MATCH = 0x4;
  /external/llvm/test/MC/ARM/
thumb2-movt-fixup.s 13 @ CHECK: ('word-1', 0x4)),
16 @ CHECK: ('word-1', 0x4)),
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
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_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
140 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
113 x4 = x0;
119 x8 = x4 - x6;
120 x4 += x6;
130 blk[8] = (x4 + x7) >> 8;
134 blk[48] = (x4 - x7) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
148 x4 = x0;
154 x8 = x4 - x6;
155 x4 += x6
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-constants.h 7 #define TCODE_READ_QUADLET_REQUEST 0x4
19 #define EXTCODE_LITTLE_ADD 0x4
34 #define RCODE_CONFLICT_ERROR 0x4
50 #define SCODE_1600 0x4
56 #define ACK_BUSY_X 0x4
  /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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
debugreg.h 19 #define DR_TRAP2 (0x4) /* db2 */
39 #define DR_LEN_2 (0x4)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 37 #define DR_TRAP2 (0x4) /* db2 */
57 #define DR_LEN_2 (0x4)
  /external/clang/test/ASTMerge/Inputs/
enum1.c 27 } x4; variable in typeref:enum:E4
enum2.c 26 } x4; variable in typeref:enum:E4
  /external/clang/test/SemaCXX/
dependent-types.cpp 9 T x4[]; // expected-error{{needs an explicit size or an initializer}} local

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011>>