Home
last modified time | relevance | path

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

/external/giflib/
Dgif_hash.h34 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code);
Dgif_hash.c63 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) in _InsertHashTable() function
Degif_lib.c935 _InsertHashTable(HashTable, NewKey, Private->RunningCode++); in EGifCompressLine()