Searched refs:dictSmall (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.3/kernel/src/libs/ |
D | lz4.c | 885 dictSmall enumerator 1320 if ((dictIssue == dictSmall) && (matchIndex < prefixIdxLimit)) in LZ4_compress_generic_validated() 1558 …if (((dictIssue == dictSmall) ? (matchIndex >= prefixIdxLimit) : 1) && (((tableType == byU16) && (… in LZ4_compress_generic_validated() 1728 …s_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, acceleration); in LZ4_compress_fast_extState_fastReset() 1750 …, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, acceleration); in LZ4_compress_fast_extState_fastReset() 2049 … inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue() 2083 …, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, dictSmall, acceleration); in LZ4_compress_fast_continue() 2106 …_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, dictSmall, 1); in LZ4_compress_forceExtDict()
|