Searched refs:DictWord (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dstatic_dict_lut.h18 typedef struct DictWord { struct
23 } DictWord; typedef in typeref:struct:DictWord
1303 static const DictWord kStaticDictionaryWords[31705] = {
H A Dencoder_dict.h34 const DictWord* dict_words;
H A Dstatic_dict.c43 DictWord w, const uint8_t* data, size_t max_length) {
85 DictWord w = dictionary->dict_words[offset++];
330 DictWord w = dictionary->dict_words[offset++];
425 DictWord w = dictionary->dict_words[offset++];
454 DictWord w = dictionary->dict_words[offset++];

Completed in 16 milliseconds