Searched refs:hash_table_words (Results 1 – 11 of 11) sorted by relevance
/external/brotli/c/enc/ |
D | encoder_dict.h | 29 const uint16_t* hash_table_words; member
|
D | encoder_dict.c | 22 dict->hash_table_words = kStaticDictionaryHashWords; in BrotliInitEncoderDictionary()
|
D | hash.h | 191 dictionary->hash_table_words[key], data, in SearchInStaticDictionary()
|
/external/cronet/stable/third_party/brotli/enc/ |
D | encoder_dict.c | 49 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()
|
D | encoder_dict.h | 66 const uint16_t* hash_table_words; member
|
D | hash.h | 205 dictionary->hash_table_words[key], data, in SearchInStaticDictionary()
|
D | encode.c | 2061 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/ |
D | encoder_dict.c | 49 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()
|
D | encoder_dict.h | 66 const uint16_t* hash_table_words; member
|
D | hash.h | 205 dictionary->hash_table_words[key], data, in SearchInStaticDictionary()
|
D | encode.c | 2061 current->contextual.dict[0]->hash_table_words == in BrotliEncoderAttachPreparedDictionary() 2067 attached->contextual.dict[0]->hash_table_words == in BrotliEncoderAttachPreparedDictionary()
|