Home | History | Annotate | Download | only in lib

Lines Matching defs:inputSize

490     const int inputSize = *srcSizePtr;
495 const BYTE* const iend = ip + inputSize;
515 if (inputSize < LZ4_minLength) goto _last_literals; /* Input too small, no compression (all literals) */