Searched refs:cno (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_transtab.c1322 UInt cno = (UInt)VG_TT_FAST_HASH(key); local
1323 VG_(tt_fast)[cno].guest = (Addr)key;
1324 VG_(tt_fast)[cno].host = (Addr)tcptr;
1329 vg_assert(VG_(tt_fast)[cno].guest != TRANSTAB_BOGUS_GUEST_ADDR);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c877 UInt cno = (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR); local
878 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR))
879 host_code_addr = VG_(tt_fast)[cno].host;

Completed in 161 milliseconds