Home
last modified time | relevance | path

Searched defs:LZ4_dict (Results 1 – 2 of 2) sorted by relevance

/external/lz4/lib/
Dlz4.c780 int LZ4_loadDict (LZ4_stream_t* LZ4_dict, const char* dictionary, int dictSize) in LZ4_loadDict()
812 static void LZ4_renormDictT(LZ4_stream_t_internal* LZ4_dict, const BYTE* src) in LZ4_renormDictT()
895 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int inputSiz… in LZ4_compress_forceExtDict()
915 int LZ4_saveDict (LZ4_stream_t* LZ4_dict, char* safeBuffer, int dictSize) in LZ4_saveDict()
/external/lz4/programs/
Dfullbench.c285 LZ4_stream_t LZ4_dict; variable