Searched refs:htti (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_transtab.c1707 HTTno htti = HASH_TT(entry); local
1708 vg_assert(htti >= 0 && htti < N_HTTES_PER_SECTOR);
1710 if (sectors[y].htt[htti] == HTT_EMPTY
1711 || sectors[y].htt[htti] == HTT_DELETED)
1713 htti++;
1714 if (htti >= N_HTTES_PER_SECTOR)
1715 htti = 0;
1717 sectors[y].htt[htti] = tteix;

Completed in 55 milliseconds