Searched refs:noDictIssue (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 599 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator 1187 …neric(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1190 …c(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1194 …ce, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1197 …dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1223 …generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1228 …generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1237 …src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1242 …src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1281 … src, dst, srcSize, NULL, dstCapacity, limitedOutput, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_force() [all …]
|