Lines Matching defs:next
525 uint64_t next, m, j;
541 next = le64toh(o->entry_array.next_entry_array_offset);
542 if (next != 0 && next <= a) {
543 error(p, "Array chain has cycle (jumps back from "OFSfmt" to "OFSfmt")", a, next);
567 a = next;
607 uint64_t next;
618 next = le64toh(o->data.next_hash_offset);
619 if (next != 0 && next <= p) {
634 p = next;
744 uint64_t next, m, j;
764 next = le64toh(o->entry_array.next_entry_array_offset);
765 if (next != 0 && next <= a) {
766 error(a, "Array chain has cycle at %"PRIu64" of %"PRIu64" (jumps back from to "OFSfmt")", i, n, next);
800 a = next;