Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_transtab.h94 typedef UShort SECno; // SECno type identifies a sector typedef
98 #define INV_SNO ((SECno)0xFFFF)
103 SECno to_sNo,
108 /*OUT*/SECno* res_sNo,
Dm_transtab.c60 static SECno n_sectors = 0;
110 SECno from_sNo; /* sector number */
122 SECno to_sNo; /* sector number */
398 static SECno sector_search_order[MAX_N_SECTORS];
476 static inline TTEntry* index_tte ( SECno sNo, TTEno tteNo ) in index_tte()
714 Bool find_TTEntry_from_hcode( /*OUT*/SECno* from_sNo, in find_TTEntry_from_hcode()
718 SECno i; in find_TTEntry_from_hcode()
722 SECno sno = sector_search_order[i]; in find_TTEntry_from_hcode()
770 SECno i, sno; in is_in_the_main_TC()
788 SECno to_sNo, in VG_()
[all …]
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1069 SECno to_sNo = INV_SNO; in handle_chain_me()