OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iHi
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c
875
Int iLo,
iHi
, i;
893
iHi
= find_nsegment_idx( addr + len - 1 );
897
aspacem_assert(0 <=
iHi
&&
iHi
< nsegments_used);
898
aspacem_assert(iLo <=
iHi
);
900
aspacem_assert(nsegments[
iHi
].end >= addr + len - 1 );
920
/* NSegments iLo ..
iHi
inclusive should agree with the presented
922
for (i = iLo; i <=
iHi
; i++) {
[
all
...]
aspacemgr-aix5.c
797
/*OUT*/Int*
iHi
)
807
*
iHi
= find_asegment_idx(segs,sHi);
809
aspacem_assert(0 <= *
iHi
&& *
iHi
< segs->used);
810
aspacem_assert(*iLo <= *
iHi
);
812
aspacem_assert(segs->seg[*
iHi
].end == sHi);
823
Int i, iLo,
iHi
, delta;
835
split_asegments_lo_and_hi( segs, sStart, sEnd, &iLo, &
iHi
);
837
/* Now iLo ..
iHi
inclusive is the range of segment indices which
840
delta =
iHi
- iLo
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 74 milliseconds