Lines Matching refs:end
134 unsigned char *end = pos + size;
138 while (end - pos >= ATOM_PREAMBLE_SIZE) {
146 if (end - pos < 8) {
157 atom.size = ATOM_PREAMBLE_SIZE + end - pos;
168 if (atom.size > end - pos) {
190 unsigned char *end;
207 for (pos = atom->data + 8, end = pos + offset_count * 4;
208 pos < end;
226 unsigned char *end;
240 for (pos = atom->data + 8, end = pos + offset_count * 8;
241 pos < end;
302 unsigned char *end;
318 for (pos = atom->data + 8, end = pos + offset_count * 4;
319 pos < end;
467 * at the end */