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 497 oe->to_sNo = INV_SNO; /* invalid */ in OutEdge__init() 788 SECno to_sNo, in VG_() 804 TTEntry* to_tte = index_tte(to_sNo, to_tteNo); in VG_() 809 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc ); in VG_() 810 vg_assert( (UChar*)host_code <= (UChar*)sectors[to_sNo].tc_next in VG_() 866 oe.to_sNo = to_sNo; in VG_() 946 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo in unchain_in_preparation_for_deletion() 960 TTEntry* to_tte = index_tte(oe->to_sNo, oe->to_tteNo); in unchain_in_preparation_for_deletion()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1069 SECno to_sNo = INV_SNO; in handle_chain_me() local 1072 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1078 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1091 vg_assert(to_sNo != INV_SNO); in handle_chain_me() 1098 to_sNo, to_tteNo, toFastEP ); in handle_chain_me()
|