OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_host
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/VEX/switchback/
switchback.c
956
HWord
next_host
;
local
997
next_host
= find_translation(next_guest);
998
if (
next_host
== 0) {
1000
next_host
= find_translation(next_guest);
1001
assert(
next_host
!= 0);
1025
need_inval = run_translation(
next_host
);
Completed in 49 milliseconds