Home
last modified time | relevance | path

Searched refs:sNo (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_transtab.c535 static inline TTEntryC* index_tteC ( SECno sNo, TTEno tteNo ) in index_tteC() argument
537 vg_assert(sNo < n_sectors); in index_tteC()
539 Sector* s = &sectors[sNo]; in index_tteC()
547 static inline TTEntryH* index_tteH ( SECno sNo, TTEno tteNo ) in index_tteH() argument
549 vg_assert(sNo < n_sectors); in index_tteH()
551 Sector* s = &sectors[sNo]; in index_tteH()
1489 static TTEno get_empty_tt_slot(SECno sNo) in get_empty_tt_slot() argument
1493 i = sectors[sNo].empty_tt_list; in get_empty_tt_slot()
1494 sectors[sNo].empty_tt_list = sectors[sNo].ttC[i].usage.next_empty_tte; in get_empty_tt_slot()
1501 static void add_to_empty_tt_list (SECno sNo, TTEno tteno) in add_to_empty_tt_list() argument
[all …]