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 */
457 static SECno sector_search_order[MAX_N_SECTORS];
535 static inline TTEntryC* index_tteC ( SECno sNo, TTEno tteNo ) in index_tteC()
547 static inline TTEntryH* index_tteH ( SECno sNo, TTEno tteNo ) in index_tteH()
790 Bool find_TTEntry_from_hcode( /*OUT*/SECno* from_sNo, in find_TTEntry_from_hcode()
794 SECno i; in find_TTEntry_from_hcode()
798 SECno sno = sector_search_order[i]; in find_TTEntry_from_hcode()
846 SECno i, sno; in is_in_the_main_TC()
[all …]
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1077 SECno to_sNo = INV_SNO; in handle_chain_me()