Searched refs:LZ4_loadDict (Results 1 – 6 of 6) sorted by relevance
/external/lz4/lib/dll/ |
D | liblz4.def | 53 LZ4_loadDict
|
/external/lz4/lib/ |
D | lz4.h | 250 LZ4LIB_API int LZ4_loadDict (LZ4_stream_t* streamPtr, const char* dictionary, int dictSize);
|
D | lz4.c | 936 int LZ4_loadDict (LZ4_stream_t* LZ4_dict, const char* dictionary, int dictSize) in LZ4_loadDict() function
|
/external/lz4/examples/ |
D | dictionaryRandomAccess.c | 81 LZ4_loadDict(lz4Stream, dict, dictSize); in test_compress()
|
/external/lz4/tests/ |
D | fuzzer.c | 538 LZ4_loadDict(&LZ4dict, dict, dictSize); in FUZ_test() 543 LZ4_loadDict(&LZ4dict, dict, dictSize); in FUZ_test() 548 LZ4_loadDict(&LZ4dict, dict, dictSize); in FUZ_test()
|
D | fullbench.c | 443 LZ4_loadDict(&LZ4_stream, chunkP[0].origBuffer, chunkP[0].origSize); in fullSpeedBench()
|