Home
last modified time | relevance | path

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

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