Home
last modified time | relevance | path

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

/minix3/common/lib/libc/stdlib/
H A Dmi_vector_hash.c63 #define mix(a, b, c) do { \ macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dpragma-weak.c95 #pragma weak mix macro
96 __attribute((weak)) void mix(void) { } in mix() function
/minix3/external/bsd/llvm/dist/clang/test/CXX/except/except.spec/
H A Dp1.cpp44 namespace mix { namespace
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h296 void mix(const char *s) { in mix() function