Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_transtab.c81 typedef UShort HTTno; typedef
1447 static inline HTTno HASH_TT ( Addr key ) in HASH_TT()
1455 return (HTTno)(k32 % N_HTTES_PER_SECTOR); in HASH_TT()
1578 for (HTTno hi = 0; hi < N_HTTES_PER_SECTOR; hi++) in initialiseSector()
1641 for (HTTno hi = 0; hi < N_HTTES_PER_SECTOR; hi++) in initialiseSector()
1806 HTTno htti = HASH_TT(entry); in VG_()
1874 HTTno j, k, kstart; in VG_()
2011 HTTno j; in delete_tte()
2012 HTTno k = HASH_TT(tteC->entry); in delete_tte()
2429 vg_assert(sizeof(TTEno) == sizeof(HTTno)); in VG_()