Lines Matching defs:iend
63 const BYTE* const iend = istart + hbSize;
108 if (LIKELY(ip <= iend-7)) {
111 bitCount -= (int)(8 * (iend - 7 - ip));
113 ip = iend - 4;
137 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) {
142 bitCount -= (int)(8 * (iend - 4 - ip));
144 ip = iend - 4;
186 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) {
190 bitCount -= (int)(8 * (iend - 4 - ip));
192 ip = iend - 4;