Lines Matching defs:next_unitp
5372 const unsigned char *next_unitp;
5385 next_unitp = readendp;
5407 next_unitp = readendp;
5410 next_unitp = start + listptr->offset;
5416 next_unitp = readendp;
5431 next_unitp = start + next_off;
5437 next_unitp = readendp;
5440 unit_length = (uint64_t) (next_unitp - readp);
5480 next_unitp = readp + unit_length;
5521 size_t addresses = (next_unitp - readp) / address_size;
5531 while (readp <= next_unitp - address_size)
5541 if (readp != next_unitp)
5543 (size_t) (next_unitp - readp));
5546 readp = next_unitp;
10697 const unsigned char *next_unitp = readendp;
10781 next_unitp = readp + unit_length;
10806 size_t offsets = (next_unitp - readp) / offset_size;
10816 while (readp <= next_unitp - offset_size)
10829 if (readp != next_unitp)
10831 (size_t) (next_unitp - readp));
10834 readp = next_unitp;