Searched defs:to_tteNo (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1037 UInt to_tteNo = (UInt)-1; local
1039 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1045 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1059 vg_assert(to_tteNo != -1);
1065 to_sNo, to_tteNo, toFastEP );
/external/valgrind/main/coregrind/
H A Dm_transtab.c108 UInt to_tteNo; /* TTE number in given sector */ member in struct:__anon32678
463 oe->to_tteNo = 0;
746 UInt to_tteNo,
758 TTEntry* to_tte = index_tte(to_sNo, to_tteNo);
821 oe.to_tteNo = to_tteNo;
899 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo
913 TTEntry* to_tte = index_tte(oe->to_sNo, oe->to_tteNo);
744 tt_tc_do_chaining( void* from__patch_addr, UInt to_sNo, UInt to_tteNo, Bool to_fastEP ) argument

Completed in 108 milliseconds