Searched refs:to_sNo (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_transtab.h | 103 SECno to_sNo,
|
D | m_transtab.c | 122 SECno to_sNo; /* sector number */ member 568 oe->to_sNo = INV_SNO; /* invalid */ in OutEdge__init() 864 SECno to_sNo, in VG_() 880 TTEntryC* to_tteC = index_tteC(to_sNo, to_tteNo); in VG_() 885 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc ); in VG_() 886 vg_assert( (UChar*)host_code <= (UChar*)sectors[to_sNo].tc_next in VG_() 942 oe.to_sNo = to_sNo; in VG_() 1023 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo in unchain_in_preparation_for_deletion() 1037 TTEntryC* to_tteC = index_tteC(oe->to_sNo, oe->to_tteNo); in unchain_in_preparation_for_deletion()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1077 SECno to_sNo = INV_SNO; in handle_chain_me() local 1080 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1086 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1099 vg_assert(to_sNo != INV_SNO); in handle_chain_me() 1106 to_sNo, to_tteNo, toFastEP ); in handle_chain_me()
|