HomeSort by relevance Sort by last modified time
    Searched defs:h5 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Sema/
constant-builtins.c 22 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
constant-builtins-2.c 173 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
148 h2=h5=h8=h11 = sc_const;
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
225 h2=h5=h8=h11 = sc_const;
234 h5 = m_state[5];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
319 uint64 h5 = m_state[5]; local
    [all...]
  /external/clang/test/SemaCXX/
return-noreturn.cpp 100 int h5(int x) { function in namespace:abort_struct_complex_cfgs
  /external/llvm/include/llvm/ADT/
Hashing.h 267 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);
301 h2 = rotate(h2 + h5, 33) * k1;
303 h4 = h0 + h5;
305 h5 = h2 + h6;
307 mix_32_bytes(s + 32, h5, h6);
314 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 3225 Persistent<WithWeakMember> h5; local
    [all...]

Completed in 1429 milliseconds