Searched refs:h2 (Results 1 - 25 of 229) sorted by relevance

12345678910

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp7.cpp6 extern void h2(int x = sizeof(i)); // expected-error {{default argument references local variable 'i' of enclosing function}}
/external/clang/test/Modules/
H A Ddeclare-use2.cpp7 const int h2 = h1+e+f; variable
/external/clang/test/PCH/
H A Dchain-macro-override.c13 h2(); // expected-warning{{implicit declaration of function 'h2' is invalid in C99}}
/external/clang/test/CodeGen/
H A Dfp16-ops.c6 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
49 h1 = h0 * h2;
63 h1 = f0 * h2;
69 h1 = (h0 / h2);
82 h1 = (f0 / h2);
88 h1 = (h2 + h0);
97 h1 = (h2 + f0);
107 h1 = (h2 - h0);
116 h1 = (h2 - f0);
125 test = (h2 < h
[all...]
H A Dextern-inline.c24 int h2(void) {return f2(1,2);} function
/external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++int.pass.cpp22 std::chrono::hours h2 = h++; local
24 assert(h2.count() == 3);
H A Dop_--int.pass.cpp22 std::chrono::hours h2 = h--; local
24 assert(h2.count() == 3);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-arity-mismatch.js44 function h2(a, b) { function
53 assertEquals(4, h2(o, o));
54 assertEquals(4, h2(o, o));
56 %OptimizeFunctionOnNextCall(h2);
58 assertEquals(4, h2(o, o));
62 assertEquals(2, h2(o, u));
/external/clang/test/PCH/Inputs/
H A Dchain-macro-override2.h6 #undef h2 macro
H A Dchain-macro-override1.h6 #define h2() f() macro
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h169 uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3,
173 h11+= h1; h2 ^= h11; h1 = Rot64(h1,44);
174 h0 += h2; h3 ^= h0; h2 = Rot64(h2,15);
176 h2 += h4; h5 ^= h2; h4 = Rot64(h4,21);
188 uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3,
192 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
193 EndPartial(h0,h1,h2,h
168 EndPartial( uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7, uint64 &h8, uint64 &h9, uint64 &h10,uint64 &h11) argument
187 End( uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7, uint64 &h8, uint64 &h9, uint64 &h10,uint64 &h11) argument
212 ShortMix(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3) argument
240 ShortEnd(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3) argument
[all...]
H A DSpookyTest.cpp12 uint64_t h1 = seed, h2 = seed; local
13 SpookyHash::Hash128(key, len, &h1, &h2);
15 ((uint64_t*)out)[1] = h2;
H A DMurmurHash3.cpp157 uint32_t h2 = seed; local
180 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b;
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747;
222 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
234 h1 ^= len; h2
262 uint64_t h2 = seed; local
[all...]
/external/clang/test/SemaCXX/
H A Dcv-unqual-rvalues.cpp11 template<typename T, T X> void h2() { function
23 h2<const int, 0>(); // expected-note{{instantiation of}}
H A Dborland-extensions.cpp25 template<typename T> int h2(T (__pascal M::* const )()) { return 0; }
31 i = h2<int>(&M::addP);
32 f = h2(&M::subtractP);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... .h2.bnf.Rule parseRule () private org.h2.bnf.Rule parseOr () private org.h2. ...
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_128HashFunction.java48 long h2; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
56 h2 = seed;
73 h1 += h2;
79 h2 ^= k2;
81 h2 = Long.rotateLeft(h2, 31);
82 h2 += h1;
83 h2 = h2 * 5 + 0x38495ab5;
108 h2
[all...]
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp157 uint32_t h2 = seed; local
180 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b;
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747;
222 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
234 h1 ^= len; h2
262 uint64_t h2 = seed; local
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h146 uint32_t h2 = seed; local
168 h1 = hash_rotl_32(h1, 19); h1 += h2;
171 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
173 h2 = hash_rotl_32(h2, 17); h2 += h3;
174 h2 = h2*5 + 0x0bcaa747;
212 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
223 h1 ^= len; h2
248 uint64_t h2 = seed; local
[all...]
/external/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h22 int h2 = 0; local
23 h2 = in/h2;
24 h2++;
/external/clang/test/Sema/
H A Dwarn-missing-prototypes.c23 int h2(int x);
28 int h2(int x) { return x; } // expected-warning{{no previous prototype for function 'h2'}} function
/external/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp31 int &h2() const&;
32 float &h2() const&&;
68 int &ir2 = lvalue<X0>().h2();
69 float &fr3 = xvalue<X0>().h2();
70 float &fr4 = prvalue<X0>().h2();
/external/doclava/res/assets/templates/
H A Dsampleindex.cs23 <h2>Subdirectories</h2>
33 <h2>Files</h2>
/external/qemu/android/base/files/
H A DScopedHandle_unittest.cpp65 ScopedHandle h2(OpenNull());
67 EXPECT_TRUE(h2.valid());
68 h1.swap(&h2);
69 EXPECT_FALSE(h2.valid());
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
H A Dstyle.css20 h2 {

Completed in 719 milliseconds

12345678910