Searched defs:dictionary (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dparams.h43 BrotliEncoderDictionary dictionary; member in struct:BrotliEncoderParams
H A Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, argument
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, argument
77 BrotliFindAllStaticDictionaryMatches(const BrotliEncoderDictionary * dictionary,const uint8_t * data,size_t min_length,size_t max_length,uint32_t * matches) argument
[all...]
H A Dhash.h136 TestStaticDictionaryItem(const BrotliEncoderDictionary * dictionary,size_t len,size_t word_idx,const uint8_t * data,size_t max_length,size_t max_backward,size_t max_distance,HasherSearchResult * out) argument
175 SearchInStaticDictionary(const BrotliEncoderDictionary * dictionary,HasherCommon * common,const uint8_t * data,size_t max_length,size_t max_backward,size_t max_distance,HasherSearchResult * out,BROTLI_BOOL shallow) argument
[all...]
/xsrc/external/mit/xedit/dist/
H A Dispell.c129 char *dictionary; member in struct:_ispell
[all...]
/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h330 const BrotliDictionary* dictionary; member in struct:BrotliDecoderStateStruct

Completed in 10 milliseconds