Home
last modified time | relevance | path

Searched refs:KMP_HASH_SHIFT (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp.h1596 #define KMP_HASH_SHIFT 3 /* throw away this many low bits from the address */ macro
1598 ((((kmp_uintptr_t)x) >> KMP_HASH_SHIFT) & (KMP_HASH_TABLE_SIZE - 1))