Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencoder_dict.h29 const uint16_t* hash_table_words; member
Dencoder_dict.c22 dict->hash_table_words = kStaticDictionaryHashWords; in BrotliInitEncoderDictionary()
Dhash.h191 dictionary->hash_table_words[key], data, in SearchInStaticDictionary()