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

/external/valgrind/main/coregrind/
H A Dpub_core_transtab.h70 UInt to_sNo,
H A Dm_transtab.c106 UInt to_sNo; /* sector number */ member in struct:__anon14953
461 oe->to_sNo = -1; /* invalid */
709 UInt to_sNo,
722 TTEntry* to_tte = index_tte(to_sNo, to_tteNo);
727 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc );
728 vg_assert( (UChar*)host_code <= (UChar*)sectors[to_sNo].tc_next
784 oe.to_sNo = to_sNo;
860 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo
874 TTEntry* to_tte = index_tte(oe->to_sNo, o
708 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.c1012 UInt to_sNo = (UInt)-1; local
1015 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1021 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1034 vg_assert(to_sNo != -1);
1041 to_sNo, to_tteNo, toFastEP );

Completed in 43 milliseconds