Searched defs:tteNo (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_transtab.c292 UInt tteNo; member in struct:__anon32683
441 static inline TTEntry* index_tte ( UInt sNo, UInt tteNo )
444 vg_assert(tteNo < N_TTES_PER_SECTOR);
447 TTEntry* tte = &s->tt[tteNo];
641 const UInt tteNo = hx->tteNo; local
647 hx->tteNo, \
648 sec->tt[tteNo].entry, sec->tt[tteNo].tcptr)
651 if (sec->tt[tteNo]
698 UInt tteNo = hx->tteNo; local
[all...]

Completed in 200 milliseconds