Searched refs:LZ4_MAX_INPUT_SIZE (Results 1 – 3 of 3) sorted by relevance
100 #define LZ4_MAX_INPUT_SIZE 0x7E000000 /* 2 113 929 216 bytes */ macro101 #define LZ4_COMPRESSBOUND(isize) ((unsigned int)(isize) > (unsigned int)LZ4_MAX_INPUT_SIZE ? 0 : (…
530 …if ((U32)inputSize > (U32)LZ4_MAX_INPUT_SIZE) return 0; /* Unsupported input size, too la… in LZ4_compress_generic()
116 lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)