Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4_decompress.c64 * If endOnInput == endOnInputSize, in LZ4_decompress_generic()
69 endCondition_directive endOnInput, in LZ4_decompress_generic()
93 const int safeDecode = (endOnInput == endOnInputSize); in LZ4_decompress_generic()
98 (endOnInput ? 14 : 8) /*maxLL*/ - 2 /*offset*/; in LZ4_decompress_generic()
100 (endOnInput ? 14 : 8) /*maxLL*/ - 18 /*maxML*/; in LZ4_decompress_generic()
110 if ((endOnInput) && (unlikely(outputSize == 0))) in LZ4_decompress_generic()
113 if ((!endOnInput) && (unlikely(outputSize == 0))) in LZ4_decompress_generic()
116 if ((endOnInput) && unlikely(srcSize == 0)) in LZ4_decompress_generic()
130 assert(!endOnInput || ip <= iend); in LZ4_decompress_generic()
147 if ((endOnInput in LZ4_decompress_generic()
70 LZ4_decompress_generic(const char * const src,char * const dst,int srcSize,int outputSize,endCondition_directive endOnInput,earlyEnd_directive partialDecoding,dict_directive dict,const BYTE * const lowPrefix,const BYTE * const dictStart,const size_t dictSize) LZ4_decompress_generic() argument
[all...]