Lines Matching defs:end
161 loff_t end = pos + count;175 if (end > max_len) {176 end = max_len;177 count = end - pos;183 while (pos < end) {208 if (++pos == end)225 loff_t end = pos + count;236 if (end > max_len)242 while (pos < end) {374 /* look for LRDT tags only, end tag is the only SRDT tag */