Searched refs:noDictIssue (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 485 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator 1017 …neric(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1020 …c(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1024 …ce, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1027 …dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1053 …generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1058 …generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1067 …src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1072 …src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1111 …LL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_force() [all …]
|