Home | History | Annotate | Download | only in tests

Lines Matching refs:iend

230         BYTE* const iend = (BYTE*)compressedBuffer + cSize;
303 while (ip < iend) {
348 const BYTE* const iend = (const BYTE*)compressedBuffer + cSize;
354 while (ip < iend) {
358 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
469 BYTE* iend = (BYTE*)compressedBuffer + cSize + 8;
479 while (ip < iend) {
483 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
497 iend = ip+8;
499 while (ip < iend) {
503 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
516 iend = ip+18;
517 while (ip < iend) {
520 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
629 const BYTE* const iend = srcStart + srcSize;
638 while (ip < iend) {
641 size_t const iSize = MIN(sampleMax, (size_t)(iend-ip));
667 const BYTE* const iend = ip + cSize;
676 while (ip < iend) {
680 size_t iSize = MIN(iSizeMax, (size_t)(iend-ip));