Searched refs:KMP_HASH_SHIFT (Results 1 – 1 of 1) sorted by relevance
1596 #define KMP_HASH_SHIFT 3 /* throw away this many low bits from the address */ macro1598 ((((kmp_uintptr_t)x) >> KMP_HASH_SHIFT) & (KMP_HASH_TABLE_SIZE - 1))