Home
last modified time | relevance | path

Searched refs:max1_off (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c646 DiOffT max1_off = sli.ioff + sli.szB; in check_uuid_matches() local
648 vg_assert(min_off < max1_off); in check_uuid_matches()
650 vg_assert(curr_off >= min_off && curr_off <= max1_off); in check_uuid_matches()
651 if (curr_off == max1_off) break; in check_uuid_matches()
652 DiOffT avail = max1_off - curr_off; in check_uuid_matches()
653 vg_assert(avail > 0 && avail <= max1_off); in check_uuid_matches()
665 if (curr_off + i < max1_off && max1_off - (curr_off + i) >= 16) { in check_uuid_matches()