Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencoder_dict.h30 const uint8_t* hash_table_lengths; member
Dencoder_dict.c23 dict->hash_table_lengths = kStaticDictionaryHashLengths; in BrotliInitEncoderDictionary()
Dhash.h188 if (dictionary->hash_table_lengths[key] != 0) { in SearchInStaticDictionary()
190 dictionary, dictionary->hash_table_lengths[key], in SearchInStaticDictionary()