Home
last modified time | relevance | path

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

/external/giflib/
Degif_lib.c879 unsigned long NewKey; in EGifCompressLine() local
896 NewKey = (((uint32_t) CrntCode) << 8) + Pixel; in EGifCompressLine()
897 if ((NewCode = _ExistsHashTable(HashTable, NewKey)) >= 0) { in EGifCompressLine()
928 _InsertHashTable(HashTable, NewKey, Private->RunningCode++); in EGifCompressLine()