HomeSort by relevance Sort by last modified time
    Searched refs:TTEntry (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/unused/
dispatch.c 33 TTEntry;
36 TTEntry transtab[N_TT_ENTRIES];
  /external/valgrind/main/coregrind/
m_transtab.c 145 // of this TTEntry in the containing Sector's tt array.
147 TTEntry;
153 TTEntry .count and .weight fields, if required. Each sector is
167 /* The TTEntry array. This is a fixed size, always containing
169 TTEntry* tt;
428 TTEntry* tte;
453 TTEntry* tte;
783 ( N_TTES_PER_SECTOR * sizeof(TTEntry) );
786 N_TTES_PER_SECTOR * sizeof(TTEntry) );
789 sec->tt = (TTEntry*)(AddrH)sr_Res(sres)
    [all...]

Completed in 365 milliseconds