Home
last modified time | relevance | path

Searched refs:hash_table_words (Results 1 – 11 of 11) 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()
/external/cronet/stable/third_party/brotli/enc/
Dencoder_dict.c49 dict->hash_table_words = kStaticDictionaryHashWords; in InitEncoderDictionary()
364 static void BuildDictionaryHashTable(uint16_t* hash_table_words, in BuildDictionaryHashTable() argument
373 memset(hash_table_words, 0, sizeof(kStaticDictionaryHashWords)); in BuildDictionaryHashTable()
386 hash_table_words[idx] = (uint16_t)j; in BuildDictionaryHashTable()
459 current->hash_table_words = current->hash_table_data_words_; in ComputeDictionary()
Dencoder_dict.h66 const uint16_t* hash_table_words; member
Dhash.h205 dictionary->hash_table_words[key], data, in SearchInStaticDictionary()
Dencode.c2061 current->contextual.dict[0]->hash_table_words == in BrotliEncoderAttachPreparedDictionary()
2067 attached->contextual.dict[0]->hash_table_words == in BrotliEncoderAttachPreparedDictionary()
/external/cronet/tot/third_party/brotli/enc/
Dencoder_dict.c49 dict->hash_table_words = kStaticDictionaryHashWords; in InitEncoderDictionary()
364 static void BuildDictionaryHashTable(uint16_t* hash_table_words, in BuildDictionaryHashTable() argument
373 memset(hash_table_words, 0, sizeof(kStaticDictionaryHashWords)); in BuildDictionaryHashTable()
386 hash_table_words[idx] = (uint16_t)j; in BuildDictionaryHashTable()
459 current->hash_table_words = current->hash_table_data_words_; in ComputeDictionary()
Dencoder_dict.h66 const uint16_t* hash_table_words; member
Dhash.h205 dictionary->hash_table_words[key], data, in SearchInStaticDictionary()
Dencode.c2061 current->contextual.dict[0]->hash_table_words == in BrotliEncoderAttachPreparedDictionary()
2067 attached->contextual.dict[0]->hash_table_words == in BrotliEncoderAttachPreparedDictionary()