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

/gem5/src/base/
H A Dcp_annotate.cc141 ah.version = 0x4D35414E00000101ULL;
142 ah.num_recs = 0;
143 ah.key_off = 0;
144 osbin->write((char*)&ah, sizeof(AnnotateHeader));
853 ah.key_off = curpos;
919 ah.key_len = osbin->tellp() - curpos;
923 ah.idx_off = curpos;
927 ah.idx_len = osbin->tellp() - curpos;
930 osbin->write((char*)&ah, sizeof(AnnotateHeader));
958 ah
[all...]
H A Dcp_annotate.hh221 AnnotateHeader ah; member in class:CPA

Completed in 6 milliseconds