Home
last modified time | relevance | path

Searched defs:mix (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h29 inline uint64_t mix(uint64_t x) { in mix() function
H A DHashing.h286 void mix(const char *s) { in mix() function
[all...]
/llvm-project/clang/test/CodeGen/
H A Dpragma-weak.c101 #pragma weak mix macro
102 __attribute((weak)) void mix(void) { } in mix() function
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp1.cpp44 namespace mix { namespace
/llvm-project/libc/src/__support/
H A Dhash.h109 LIBC_INLINE static uint64_t mix(uint64_t seed) { mix() function