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

/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c893 UInt cno = (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR); local
894 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR))
895 host_code_addr = VG_(tt_fast)[cno].host;
/external/valgrind/coregrind/
H A Dm_transtab.c1375 UInt cno = (UInt)VG_TT_FAST_HASH(key); local
1376 VG_(tt_fast)[cno].guest = key;
1377 VG_(tt_fast)[cno].host = (Addr)tcptr;
1382 vg_assert(VG_(tt_fast)[cno].guest != TRANSTAB_BOGUS_GUEST_ADDR);

Completed in 140 milliseconds