Home
last modified time | relevance | path

Searched refs:partialDecoding (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c2224 earlyEnd_directive partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument
2265 if (partialDecoding) in LZ4_decompress_generic()
2435 if (partialDecoding) in LZ4_decompress_generic()
2578 if (partialDecoding) in LZ4_decompress_generic()
2634 if (!partialDecoding || (cpy == oend) || (ip >= (iend - 2))) in LZ4_decompress_generic()
2676 if (partialDecoding) in LZ4_decompress_generic()
2717 if (partialDecoding && (cpy > oend - MATCH_SAFEGUARD_DISTANCE)) in LZ4_decompress_generic()