Searched refs:dictSmall (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 485 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator 795 …if ((dictIssue == dictSmall) && (matchIndex < prefixIdxLimit)) continue; /* match outside of va… in LZ4_compress_generic() 959 if ( ((dictIssue==dictSmall) ? (matchIndex >= prefixIdxLimit) : 1) in LZ4_compress_generic() 1051 …s_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, acceleration); in LZ4_compress_fast_extState_fastReset() 1065 …, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, acceleration); in LZ4_compress_fast_extState_fastReset() 1302 … inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue() 1328 …, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, dictSmall, acceleration); in LZ4_compress_fast_continue() 1349 …_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, dictSmall, 1); in LZ4_compress_forceExtDict()
|