Searched refs:endOnInput (Results 1 – 1 of 1) sorted by relevance
2223 endCondition_directive endOnInput, /* endOnOutputSize, endOnInputSize */ in LZ4_decompress_generic() argument2246 const int safeDecode = (endOnInput == endOnInputSize); in LZ4_decompress_generic()2250 const BYTE *const shortiend = iend - (endOnInput ? 14 : 8) /*maxLL*/ - 2 /*offset*/; in LZ4_decompress_generic()2251 const BYTE *const shortoend = oend - (endOnInput ? 14 : 8) /*maxLL*/ - 18 /*maxML*/; in LZ4_decompress_generic()2262 if ((endOnInput) && (unlikely(outputSize == 0))) in LZ4_decompress_generic()2269 if ((!endOnInput) && (unlikely(outputSize == 0))) in LZ4_decompress_generic()2273 if ((endOnInput) && unlikely(srcSize == 0)) in LZ4_decompress_generic()2291 if (endOnInput) in LZ4_decompress_generic()2298 assert(!endOnInput || ip <= iend); /* ip < iend before the increment */ in LZ4_decompress_generic()2304 … length += read_variable_length(&ip, iend - RUN_MASK, (int)endOnInput, (int)endOnInput, &error); in LZ4_decompress_generic()[all …]