Searched refs:HTKey (Results 1 – 1 of 1) sorted by relevance
89 uint32_t *HTable = HashTable -> HTable, HTKey; in _ExistsHashTable() local96 while ((HTKey = HT_GET_KEY(HTable[HKey])) != 0xFFFFFL) { in _ExistsHashTable()100 if (Key == HTKey) return HT_GET_CODE(HTable[HKey]); in _ExistsHashTable()