Searched refs:mix_32_bytes (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 277 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes() function 298 mix_32_bytes(s, h3, h4); in mix() 301 mix_32_bytes(s + 32, h5, h6); in mix()
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 277 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes() function 298 mix_32_bytes(s, h3, h4); in mix() 301 mix_32_bytes(s + 32, h5, h6); in mix()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 277 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes() function 298 mix_32_bytes(s, h3, h4); in mix() 301 mix_32_bytes(s + 32, h5, h6); in mix()
|