OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iHi
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c
867
Int iLo,
iHi
, i;
885
iHi
= find_nsegment_idx( addr + len - 1 );
889
aspacem_assert(0 <=
iHi
&&
iHi
< nsegments_used);
890
aspacem_assert(iLo <=
iHi
);
892
aspacem_assert(nsegments[
iHi
].end >= addr + len - 1 );
912
/* NSegments iLo ..
iHi
inclusive should agree with the presented
914
for (i = iLo; i <=
iHi
; i++) {
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 613 milliseconds