Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_transtab.c391 static Int tc_sector_szQ = 0; variable
1148 if (tce < &sec->tc[0] || tce > &sec->tc[tc_sector_szQ]) in sanity_check_eclasses_in_sector()
1451 sres = VG_(am_mmap_anon_float_valgrind)( 8 * tc_sector_szQ ); in initialiseSector()
1454 8 * tc_sector_szQ ); in initialiseSector()
1639 tcAvailQ = ((ULong*)(&sectors[y].tc[tc_sector_szQ])) in VG_()
1642 vg_assert(tcAvailQ <= tc_sector_szQ); in VG_()
1650 vg_assert(tc_sector_szQ > 0); in VG_()
1653 Int tc_loading_pct = (100 * (tc_sector_szQ - tcAvailQ)) in VG_()
1654 / tc_sector_szQ; in VG_()
1660 8 * (tc_sector_szQ - tcAvailQ)/sectors[y].tt_n_inuse); in VG_()
[all …]