Searched refs:LZ4_MAX_INPUT_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dlz4.h60 #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_SIZE
204 * @inputSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE
331 * @srcSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE
386 * @srcSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE
493 * @srcSize: size of the input data. Max supported value is LZ4_MAX_INPUT_SIZE
/linux-master/lib/lz4/
H A Dlz4_compress.c207 if ((U32)inputSize > (U32)LZ4_MAX_INPUT_SIZE) {
553 if ((U32)*srcSizePtr > (U32)LZ4_MAX_INPUT_SIZE)

Completed in 212 milliseconds