Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/brotli/enc/
Dencoder_dict.c59 dict->hash_table_data_words_ = 0; in InitEncoderDictionary()
72 BrotliFree(m, dict->hash_table_data_words_); in BrotliDestroyEncoderDictionary()
454 current->hash_table_data_words_ = (uint16_t*)BrotliAllocate( in ComputeDictionary()
459 current->hash_table_words = current->hash_table_data_words_; in ComputeDictionary()
462 BuildDictionaryHashTable(current->hash_table_data_words_, in ComputeDictionary()
Dencoder_dict.h83 uint16_t* hash_table_data_words_; member
Dencode.c2207 if (dict->hash_table_data_words_) { in BrotliEncoderGetPreparedDictionarySize()
/external/cronet/tot/third_party/brotli/enc/
Dencoder_dict.c59 dict->hash_table_data_words_ = 0; in InitEncoderDictionary()
72 BrotliFree(m, dict->hash_table_data_words_); in BrotliDestroyEncoderDictionary()
454 current->hash_table_data_words_ = (uint16_t*)BrotliAllocate( in ComputeDictionary()
459 current->hash_table_words = current->hash_table_data_words_; in ComputeDictionary()
462 BuildDictionaryHashTable(current->hash_table_data_words_, in ComputeDictionary()
Dencoder_dict.h83 uint16_t* hash_table_data_words_; member
Dencode.c2207 if (dict->hash_table_data_words_) { in BrotliEncoderGetPreparedDictionarySize()