Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c864 LZ4_prepareTable(LZ4_stream_t_internal* const cctx, in LZ4_prepareTable() function
1387 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1395 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1401 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1409 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1526 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()