Searched refs:usingExtDict (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.8/kernel/src/libs/ |
D | lz4.c | 879 usingExtDict, enumerator 1169 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic_validated() 1297 else if (dictDirective == usingExtDict) in LZ4_compress_generic_validated() 1419 …if ((dictDirective == usingExtDict || dictDirective == usingDictCtx) && (lowLimit == dictionary) /… in LZ4_compress_generic_validated() 1539 else if (dictDirective == usingExtDict) in LZ4_compress_generic_validated() 2072 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, noDictIssue, a… in LZ4_compress_fast_continue() 2083 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, dictSmall, acc… in LZ4_compress_fast_continue() 2087 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, noDictIssue, a… in LZ4_compress_fast_continue() 2106 …_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, dictSmall, 1); in LZ4_compress_forceExtDict() 2110 …generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, noDictIssue, 1… in LZ4_compress_forceExtDict() [all …]
|