Searched refs:to_sNo (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_transtab.h91 UInt to_sNo,
H A Dm_transtab.c107 UInt to_sNo; /* sector number */ member in struct:__anon32678
462 oe->to_sNo = -1; /* invalid */
745 UInt to_sNo,
758 TTEntry* to_tte = index_tte(to_sNo, to_tteNo);
763 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc );
764 vg_assert( (UChar*)host_code <= (UChar*)sectors[to_sNo].tc_next
820 oe.to_sNo = to_sNo;
899 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo
913 TTEntry* to_tte = index_tte(oe->to_sNo, o
744 tt_tc_do_chaining( void* from__patch_addr, UInt to_sNo, UInt to_tteNo, Bool to_fastEP ) argument
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1036 UInt to_sNo = (UInt)-1; local
1039 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1045 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1058 vg_assert(to_sNo != -1);
1065 to_sNo, to_tteNo, toFastEP );

Completed in 1635 milliseconds