Searched defs:h4 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/Parser/
H A Dattributes.c41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
/external/clang/test/Sema/
H A Dconstant-builtins.c21 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
H A Dwarn-missing-prototypes.c19 int h4(int);
20 int h4();
25 int h4();
30 int h4(int x) { return x; } function
H A Dconstant-builtins-2.c172 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
/external/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h38 int h4 = 0; local
39 h4 = in/h4;
40 h4++;
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
234 h1 ^= len; h2 ^= len; h3 ^= len; h4
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dsha.h101 uint32_t h0, h1, h2, h3, h4; member in struct:sha_state_st
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
234 h1 ^= len; h2 ^= len; h3 ^= len; h4
[all...]
H A DSpooky.cpp135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
147 h1=h4=h7=h10 = *hash2;
158 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
167 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
177 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
180 End(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
200 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
224 h1=h4=h7=h10 = m_state[1];
233 h4 = m_state[4];
250 Mix(u.p64, h0,h1,h2,h3,h4,h
318 uint64 h4 = m_state[4]; local
[all...]
H A DSpooky.h170 uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7,
175 h1 += h3; h4 ^= h1; h3 = Rot64(h3,34);
176 h2 += h4; h5 ^= h2; h4 = Rot64(h4,21);
178 h4 += h6; h7 ^= h4; h6 = Rot64(h6,33);
189 uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7,
192 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
193 EndPartial(h0,h1,h2,h3,h4,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
[all...]
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp39 void h4() { consume(AZ{}); } function in namespace:PointerToArrayDecay
H A Dreturn-noreturn.cpp96 int h4(int x) { function in namespace:abort_struct_complex_cfgs
H A Dcxx0x-initializer-constructor.cpp193 H h4 = {1, 1}; // expected-error {{constructor is explicit}} member in struct:objects::memberinit
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h148 uint32_t h4 = seed; local
178 h3 = hash_rotl_32(h3, 15); h3 += h4;
181 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
183 h4 = hash_rotl_32(h4, 13); h4 += h1;
184 h4 = h4*5 + 0x32ac3b17;
200 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
223 h1 ^= len; h2 ^= len; h3 ^= len; h4
[all...]
/external/openssl/crypto/sha/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/openssl/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305.c65 uint32_t h0, h1, h2, h3, h4; member in struct:poly1305_state_st
100 state->h4 += (t3 >> 8) | (1 << 24);
105 mul32x32_64(state->h4, state->s1);
108 mul32x32_64(state->h4, state->s2);
111 mul32x32_64(state->h4, state->s3);
114 mul32x32_64(state->h4, state->s4);
117 mul32x32_64(state->h4, state->r0);
131 state->h4 = (uint32_t)t[4] & 0x3ffffff;
159 state->h4 += (t3 >> 8);
204 state->h4
[all...]
/external/chromium_org/cc/base/
H A Dmath_util.cc185 HomogeneousCoordinate h4 = ProjectHomogeneousPoint(transform, q.p4()); local
187 return ComputeEnclosingClippedRect(h1, h2, h3, h4);
235 HomogeneousCoordinate h4 = local
272 if (h3.ShouldBeClipped() ^ h4.ShouldBeClipped()) {
274 ComputeClippedPointForEdge(h3, h4).CartesianPoint2d(),
279 if (!h4.ShouldBeClipped()) {
281 h4.CartesianPoint2d(), clipped_quad, num_vertices_in_clipped_quad);
284 if (h4.ShouldBeClipped() ^ h1.ShouldBeClipped()) {
286 ComputeClippedPointForEdge(h4, h1).CartesianPoint2d(),
304 HomogeneousCoordinate h4 local
382 ComputeEnclosingClippedRect( const HomogeneousCoordinate& h1, const HomogeneousCoordinate& h2, const HomogeneousCoordinate& h3, const HomogeneousCoordinate& h4) argument
482 HomogeneousCoordinate h4 = local
518 HomogeneousCoordinate h4 = local
[all...]
/external/llvm/include/llvm/ADT/
H A DHashing.h267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
276 state.h6 = hash_16_bytes(state.h4, state.h5);
298 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
302 h3 = h4 * k1;
303 h4 = h0 + h5;
304 mix_32_bytes(s, h3, h4);
315 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc339 Handle<Object> h4; local
350 h4 = global_handles->Create(*u);
359 CHECK((*h4)->IsHeapNumber());
365 CHECK_EQ(*h4, *h2);
367 GlobalHandles::Destroy(h4.location());
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp3224 Persistent<Weak> h4; local
3231 h4 = Weak::create(h2, h3);
3235 EXPECT_TRUE(h4->strongIsThere());
3236 EXPECT_TRUE(h4->weakIsThere());
3240 // h3 is collected, weak pointers from h4 and h5 don't keep it alive.
3243 EXPECT_TRUE(h4->strongIsThere());
3244 EXPECT_FALSE(h4->weakIsThere()); // h3 is gone from weak pointer.
3249 EXPECT_EQ(3u, Bar::s_live); // Only h4, h5 and h2 are left.
3250 EXPECT_TRUE(h4->strongIsThere()); // h2 is still pointed to from h4
[all...]

Completed in 5364 milliseconds