Home
last modified time | relevance | path

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

/external/giflib/
Dgif_hash.h35 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key);
Dgif_hash.c86 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) in _ExistsHashTable() function
Degif_lib.c904 if ((NewCode = _ExistsHashTable(HashTable, NewKey)) >= 0) { in EGifCompressLine()