Searched refs:DKey (Results 1 – 1 of 1) sorted by relevance
599 uint32_t DKey; in IsInDictionary() local600 while ((DKey = (dictionary_[key] >> LZ_BITS)) != 0xFFFFFL) { in IsInDictionary()601 if (Key == DKey) { in IsInDictionary()