OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cno
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/
m_transtab.c
1267
UInt
cno
= (UInt)VG_TT_FAST_HASH(key);
local
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
853
UInt
cno
= (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR);
local
854
if (LIKELY(VG_(tt_fast)[
cno
].guest == (Addr)tst->arch.vex.VG_INSTR_PTR))
855
host_code_addr = VG_(tt_fast)[
cno
].host;
[
all
...]
Completed in 378 milliseconds