Searched refs:x6 (Results 1 - 25 of 138) sorted by relevance

123456

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp18 wchar_t x6[] = { L"hello" }; variable
19 extern wchar_t x6[6];
/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/v8/test/mjsunit/regress/
H A Dregress-r4998.js44 var x6 = 3;
60 x6 = 262;
H A Dregress-969.js90 x6 = 0;
91 function test6() { return first((++o.x, typeof x6), 2); }
93 delete x6;
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c42 E6 x6; variable
H A Denum2.c42 E6 x6; variable
H A Dstruct1.c33 struct S6 { int i : 8; unsigned j : 8; } x6; variable in typeref:struct:S6
H A Dstruct2.c30 struct S6 { int i : 8; unsigned j; } x6; variable in typeref:struct:S6
/external/clang/test/CXX/temp/temp.names/
H A Dp3-0x.cpp12 Y<decltype(a < b)> x6;
/external/clang/test/SemaCXX/
H A Ddependent-types.cpp11 int x6[Size]; local
H A Dwarn-loop-analysis.cpp149 int x6; variable
152 for (;x6;);
/external/kernel-headers/original/asm-mips/sn/
H A Dklkernvars.h10 #define KV_RW_NASID_OFFSET 0x6
/external/qemu/
H A Dhpet.h20 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long) /* IRQFREQ usec */
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
98 x6 = (pInVect[10] - pInVect[14])>>1;
106 /* rearrangement of x2 and x6 as in (15) */
107 x2 -=x6;
108 x6 <<= 1 ;
110 /* 2-point IDCT of x2 and x6 and post-multiplication as in (15) */
111 SBC_IDCT_MULT(SBC_COS_PI_SUR_4,x6, x6); /*x6 = x6 * co
[all...]
/external/clang/test/FixIt/
H A Dfixit.cpp77 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
100 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} local
101 (void)x6;
124 if (int x6 /= 0) { (void)x6; } // expected-error {{invalid '/=' at end of declaration; did you mean '='?}}
/external/clang/test/Lexer/
H A Dms-extensions.c8 __int64 x6 = 0x42I64; variable
/external/clang/test/CodeGen/
H A Doverride-layout.c135 struct X6 x6; local
136 x6.b = sizeof(struct X6);
H A Ddecl.c113 typedef long (*x1)(x0 x0a, x5 x6);
/external/elfutils/tests/
H A Drun-addrname-test.sh186 global_outer+0x6
210 local_outer+0x6
/external/oprofile/events/mips/5K/
H A Devents18 event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_EXECED : Branches executed
31 event:0x6 counters:1 um:zero minimum:500 name:DCACHE_LINE_EVICTED : Data cache line evicted
/external/qemu/slirp/
H A Dmisc.h40 #define EMU_RLOGIN 0x6
/external/qemu/slirp-android/
H A Dmisc.h40 #define EMU_RLOGIN 0x6
/external/oprofile/events/mips/vr5432/
H A Devents10 event:0x6 counters:0,1 um:zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doublewords flushed to main memory (no uncached stores)
/external/oprofile/events/mips/vr5500/
H A Devents12 event:0x6 counters:0,1 um:zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doubleword flush to main memory

Completed in 1869 milliseconds

123456