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

  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
146 h0=h3=h6=h9 = *hash1;
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
223 h0=h3=h6=h9 = m_state[0];
235 h6 = m_state[6];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
320 uint64 h6 = m_state[6]; local
    [all...]
  /external/clang/test/SemaCXX/
return-noreturn.cpp 104 int h6(int x) { function in namespace:abort_struct_complex_cfgs
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 543 FileHandler h6 = new FileHandler("%t/log/string%u.log"); local
544 h6.publish(r);
545 h6.close();
  /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);
299 h0 ^= h6;
305 h5 = h2 + h6;
306 h6 = h1 + fetch64(s + 16);
307 mix_32_bytes(s + 32, h5, h6);
315 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);

Completed in 162 milliseconds