Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c608 LZ4_FORCE_INLINE void LZ4_prepareTable( in LZ4_prepareTable() function
1049 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1057 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1063 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1071 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset()
1177 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()