Searched refs:LZ4_MAX_INPUT_SIZE (Results 1 – 2 of 2) sorted by relevance
60 #define LZ4_MAX_INPUT_SIZE 0x7E000000 /* 2 113 929 216 bytes */ macro 62 (unsigned int)(isize) > (unsigned int)LZ4_MAX_INPUT_SIZE \179 * @inputSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE204 * @inputSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE331 * @srcSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE386 * @srcSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE493 * @srcSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE
206 if ((U32)inputSize > (U32)LZ4_MAX_INPUT_SIZE) { in LZ4_compress_generic() 552 if ((U32)*srcSizePtr > (U32)LZ4_MAX_INPUT_SIZE) in LZ4_compress_destSize_generic()