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

/external/valgrind/coregrind/
H A Dm_transtab.c673 const HostExtent* hx2 = v2; local
674 if (hx1->start + hx1->len <= hx2->start) return -1;
675 if (hx2->start + hx2->len <= hx1->start) return 1;

Completed in 117 milliseconds