Searched refs:LZ4_compress_fast_extState_fastReset (Results 1 – 4 of 4) sorted by relevance
/external/lz4/lib/ |
D | lz4.h | 449 LZ4LIB_STATIC_API int LZ4_compress_fast_extState_fastReset (void* state, const char* src, char* dst…
|
D | lz4frame.c | 771 … return LZ4_compress_fast_extState_fastReset(ctx, src, dst, srcSize, dstCapacity, acceleration); in LZ4F_compressBlock()
|
D | lz4.c | 1211 int LZ4_compress_fast_extState_fastReset(void* state, const char* src, char* dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset() function
|
/external/lz4/tests/ |
D | fuzzer.c | 483 …{ int const r = LZ4_compress_fast_extState_fastReset(stateLZ4, block, compressedBuffer, blockSiz… in FUZ_test()
|