Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/c/enc/
H A Dencoder_dict.h30 const uint8_t* hash_table_lengths; member
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dencoder_dict.h67 const uint8_t* hash_table_lengths; member
H A Dencoder_dict.c365 uint8_t* hash_table_lengths, const BrotliDictionary* dict) { in BuildDictionaryHashTable()