Searched refs:LZ4_prepareTable (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/lib/ |
D | lz4.c | 806 LZ4_prepareTable(LZ4_stream_t_internal* const cctx, in LZ4_prepareTable() function 1325 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1333 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1339 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1347 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1462 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()
|