Home
last modified time | relevance | path

Searched refs:LZ4_prepareTable (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4.c739 LZ4_prepareTable(LZ4_stream_t_internal* const cctx, in LZ4_prepareTable() function
1219 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1227 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1233 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1241 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1376 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()