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

  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 772 Int iLo, iHi, i;
789 iLo = find_nsegment_idx( addr );
793 aspacem_assert(0 <= iLo && iLo < nsegments_used);
795 aspacem_assert(iLo <= iHi);
796 aspacem_assert(nsegments[iLo].start <= addr );
826 /* NSegments iLo .. iHi inclusive should agree with the presented
828 for (i = iLo; i <= iHi; i++) {
924 Int iLo, iHi, i;
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 110 milliseconds