HomeSort by relevance Sort by last modified time
    Searched refs:iHi (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 894 Int iLo, iHi, i;
912 iHi = find_nsegment_idx( addr + len - 1 );
916 aspacem_assert(0 <= iHi && iHi < nsegments_used);
917 aspacem_assert(iLo <= iHi);
919 aspacem_assert(nsegments[iHi].end >= addr + len - 1 );
939 /* NSegments iLo .. iHi inclusive should agree with the presented
941 for (i = iLo; i <= iHi; i++) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 817 milliseconds