Searched refs:x5 (Results 1 - 25 of 122) sorted by relevance

12345

/external/clang/test/Sema/
H A Dattr-regparm.c9 void __attribute__((regparm(3))) x5(int);
10 void x5(int); // expected-note{{previous declaration is here}}
11 void __attribute__((regparm(2))) x5(int); // expected-error{{function declared with with regparm(2) attribute was previously declared with the regparm(3) attribute}}
/external/quake/quake/src/WinQuake/
H A Dconproc.h32 #define CCOM_SET_SCR_LINES 0x5
/external/webkit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/valgrind/main/exp-ptrcheck/tests/
H A Dccc.cpp12 int* x5 = (int*)memalign(8, sizeof(int)); local
16 NULL != x5 && 0 == res);
24 sum += x5[-1]; __asm__ __volatile__("":::"memory"); bar(5);
H A Dpartial.c8 int* x5 = malloc(5); long long int lli, *lli7 = malloc(7); local
23 x = * ADDB(x5,2);
/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp28 void test(X2 x2, X3 x3, X5 x5) { argument
42 X5 x5a(x5);
/external/v8/test/mjsunit/regress/
H A Dregress-r4998.js43 var x5 = 3;
59 x5 = 261;
H A Dregress-969.js84 x5 = 0;
85 function test5() { return first((o.x += 1, typeof x5), 2); }
87 delete x5;
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c34 } x5; variable in typeref:enum:E5
H A Denum2.c34 } x5; variable in typeref:enum:E5
H A Dstruct1.c30 struct S5 { int i : 8; unsigned j : 8; } x5; variable in typeref:struct:S5
H A Dstruct2.c27 struct S5 { int i : 8; unsigned j : 8; } x5; variable in typeref:struct:S5
/external/clang/test/SemaCXX/
H A Ddependent-types.cpp10 T x5[Size]; local
/external/v8/test/mjsunit/compiler/
H A Dregress-gap.js75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
87 x4 = x5;
88 x5 = tmp;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
106 x4 = x5;
107 x5 = tmp;
/external/clang/test/CodeGen/
H A Ddecl.c110 } x5; typedef in typeref:struct:__anon3330
113 typedef long (*x1)(x0 x0a, x5 x6);
117 long x3(x0 x0a, x5 a) {
/external/clang/test/CodeGenCXX/
H A Dpragma-visibility.cpp43 template<class T> struct x5 { struct
47 template<> void x5<int>::y() {}
/external/valgrind/main/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
141 x5 = allocate(p, 10);
143 *x5 = 'g'; // valid
147 // *x5 = 'g'; // invalid
/external/clang/test/Lexer/
H A Dms-extensions.c6 __int64 x5 = 0x42i64; variable
/external/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp106 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { argument
107 x5.f(xp);
/external/libvpx/vp8/encoder/x86/
H A Dsad_sse4.asm25 mpsadbw xmm2, xmm0, 0x5
31 mpsadbw xmm4, xmm0, 0x5
46 mpsadbw xmm2, xmm0, 0x5
52 mpsadbw xmm4, xmm0, 0x5
72 mpsadbw xmm2, xmm0, 0x5
77 mpsadbw xmm4, xmm0, 0x5
95 mpsadbw xmm2, xmm0, 0x5
105 mpsadbw xmm2, xmm0, 0x5
120 mpsadbw xmm2, xmm0, 0x5
/external/oprofile/events/mips/5K/
H A Devents17 event:0x5 counters:0 um:zero minimum:500 name:FAILED_COND_STORES : Failed conditional stores
30 event:0x5 counters:1 um:zero minimum:500 name:FP_INSNS_EXECED : Floating-point instructions executed
/external/qemu/slirp/
H A Dmisc.h39 #define EMU_REALAUDIO 0x5
/external/qemu/slirp-android/
H A Dmisc.h39 #define EMU_REALAUDIO 0x5
/external/oprofile/events/mips/vr5432/
H A Devents9 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores

Completed in 1063 milliseconds

12345