Searched refs:hx1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_transtab.c629 const HostExtent* hx1 = v1; local
631 if (hx1->start + hx1->len <= hx2->start) return -1;
632 if (hx2->start + hx2->len <= hx1->start) return 1;

Completed in 2146 milliseconds