Searched refs:LZ4_prepareTable (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.8/kernel/src/libs/ |
D | lz4.c | 1096 LZ4_prepareTable(LZ4_stream_t_internal *const cctx, in LZ4_prepareTable() function 1725 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1738 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1747 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1760 LZ4_prepareTable(ctx, srcSize, tableType); in LZ4_compress_fast_extState_fastReset() 1892 LZ4_prepareTable(&(ctx->internal_donotuse), 0, byU32); in LZ4_resetStream_fast()
|