Home | History | Annotate | Download | only in programs

Lines Matching refs:iend

231         BYTE* const iend = (BYTE*)compressedBuffer + cSize;
244 while (ip < iend)
289 BYTE* const iend = (BYTE*)compressedBuffer + cSize;
296 while (ip < iend)
301 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
447 const BYTE* const iend = ip + srcSize;
454 while (ip < iend)
460 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
483 const BYTE* const iend = ip + cSize;
490 while (ip < iend)
496 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;