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

/gem5/src/systemc/utils/
H A Dvcd.hh59 static const int NextNameChars = 5; member in class:sc_gem5::VcdTraceFile
60 char _nextName[NextNameChars + 1];
74 _nextName[NextNameChars] = '\0';
75 for (int i = 0; i < NextNameChars; i++)
H A Dvcd.cc211 int pos = NextNameChars - 1;

Completed in 7 milliseconds