Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h100 #define LZ4_MAX_INPUT_SIZE 0x7E000000 /* 2 113 929 216 bytes */ macro
101 #define LZ4_COMPRESSBOUND(isize) ((unsigned int)(isize) > (unsigned int)LZ4_MAX_INPUT_SIZE ? 0 : (…
Dlz4.c530 …if ((U32)inputSize > (U32)LZ4_MAX_INPUT_SIZE) return 0; /* Unsupported input size, too la… in LZ4_compress_generic()
/external/lz4/
DNEWS116 lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)