Searched refs:g8 (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp17 int(*g8)(const int&, int) = f4;
39 int (*g8)(int, char) = f2;
/external/clang/test/Sema/
H A Dprivate-extern.c33 extern int g8; // expected-note{{previous declaration}}
34 int g8; // expected-error {{non-extern declaration of 'g8' follows extern declaration}} local
H A Dno-documentation-warn-tagdecl-specifier.c85 enum e4 *g8(enum e8 *p);
H A Dattr-alias-elf.c31 void g8() {} function
32 void f8() __attribute__((alias("g8")));
H A Dvarargs-x86-64.c62 void __attribute__((ms_abi)) g8(int a, ...) { function
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/test/
H A Dexamples.py5 g8 = 0x185 variable
31 Crc(g8, rev=False).generateCode('crc8',out)
32 Crc(g8, rev=True).generateCode('crc8r',out)
/external/clang/test/CodeGen/
H A Dbitfield-2.c301 struct s8 g8 = { 0xF }; variable in typeref:struct:s8
317 struct s8 g8 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; local
319 res ^= g8.f0 ^ g8.f2 ^ g8.f3;
320 res ^= f8_load(&g8) ^ f8_store(&g8) ^ f8_reload(&g8);
321 res ^= g8.f0 ^ g8
[all...]
H A Dconst-init.c47 // CHECK: @g8 = global i32 1
48 int g8 = (2.0 + 3.0i) * (5.0 + 7.0i) == (-11.0 + 29.0i); variable
H A Dregparm-struct.c69 void g8(void) { function
H A Dtbaa-class.cpp137 uint32_t g8(StructA *A, StructS *S, uint64_t count) { function
H A Dtbaa.cpp131 uint32_t g8(StructA *A, StructS *S, uint64_t count) { function
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp57 virtual void g8() noexcept; // expected-note {{overridden virtual function is here}}
93 virtual void g8() throw(int); // expected-error {{exception specification of overriding function is more lax}}
/external/v8/test/mjsunit/
H A Dglobal-infinity-strict.js74 function g8() { return (1/0) === Infinity; } function
75 test(true, g8);
H A Dglobal-infinity.js65 function g8() { return (1/0) === Infinity; } function
66 test(true, g8);
H A Dglobal-nan-strict.js74 function g8() { return (0/0) === NaN; } function
75 test(false, g8);
H A Dglobal-nan.js65 function g8() { return (0/0) === NaN; } function
66 test(false, g8);
H A Dglobal-undefined-strict.js72 function g8() { return void 0 === this; } function
73 test(true, g8);
H A Dglobal-undefined.js73 function g8() { return void 0 === undefined; } function
74 test(true, g8);
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp67 void g8(T&); // expected-note{{previous}}
68 void g8(typename X0<U, T_type>::T_type&);
69 void g8(typename ::X0<typename X0<T_type, U>::X1::my_T_type, U_type>::X1::my_T_type&); // expected-error{{redecl}}
140 void g8(T&); // expected-note{{previous}}
141 void g8(typename X0<U, T_type>::T_type&);
142 void g8(typename ::X0<typename X0<T_type*, U*>::X2::my_T_type*, U_type*>::X2::my_T_type&); // expected-error{{redecl}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp40 auto g8() const noexcept(noexcept(this->f(((this))->ptr))) -> decltype(this->f(this->ptr));
51 float &fr4 = ci.g8();
59 static_assert(noexcept(ci.g8()), "exception-specification failure");
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp66 e8 g8(e8 *x) { function
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
H A Dtest.py46 # g8 = (x^7+x+1)*(x+1)
47 g8 = 0x185 variable
208 g8p = poly(g8)
275 [ (g8,0,0), (0xFE, 0x9D) ],
276 [ (g8,-1,1), (0x4F, 0x9B) ],
277 [ (g8,0,1), (0xFE, 0x62) ],
309 [ (g8,0,0), crc8p ],
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
H A Dtest.py46 # g8 = (x^7+x+1)*(x+1)
47 g8 = 0x185 variable
208 g8p = poly(g8)
275 [ (g8,0,0), (0xFE, 0x9D) ],
276 [ (g8,-1,1), (0x4F, 0x9B) ],
277 [ (g8,0,1), (0xFE, 0x62) ],
309 [ (g8,0,0), crc8p ],
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
H A Dtest.py41 # g8 = (x^7+x+1)*(x+1)
42 g8 = 0x185 variable
203 g8p = poly(g8)
264 [ (g8,0,0), (0xFE, 0x9D) ],
265 [ (g8,-1,1), (0x4F, 0x9B) ],
266 [ (g8,0,1), (0xFE, 0x62) ],
298 [ (g8,0,0), crc8p ],
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
43 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
227 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
230 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);

Completed in 613 milliseconds

123