Searched refs:HT_KEY_MASK (Results 1 – 2 of 2) sorted by relevance
77 HKey = (HKey + 1) & HT_KEY_MASK; in _InsertHashTable()101 HKey = (HKey + 1) & HT_KEY_MASK; in _ExistsHashTable()116 return ((Item >> 12) ^ Item) & HT_KEY_MASK; in KeyItem()
14 #define HT_KEY_MASK 0x1FFF /* 13bits keys */ macro