Home
last modified time | relevance | path

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

/third_party/giflib/
Dgif_hash.c90 uint32_t *HTable = HashTable -> HTable, HTKey; in _ExistsHashTable() local
97 while ((HTKey = HT_GET_KEY(HTable[HKey])) != 0xFFFFFL) { in _ExistsHashTable()
101 if (Key == HTKey) return HT_GET_CODE(HTable[HKey]); in _ExistsHashTable()