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

/gem5/ext/mcpat/
H A DxmlParser.cc2102 int nResult = 0; local
2124 nResult = cb;
2125 lpszMarker[nResult++] = _CXML('<');
2126 if (pEntry->isDeclaration) lpszMarker[nResult++] = _CXML('?');
2127 xstrcpy(&lpszMarker[nResult], pEntry->lpszName);
2128 nResult += cbElement;
2129 lpszMarker[nResult++] = _CXML(' ');
2132 nResult += cbElement + 2 + cb;
2133 if (pEntry->isDeclaration) nResult++;
2142 if (lpszMarker) xstrcpy(&lpszMarker[nResult], pAtt
[all...]

Completed in 8 milliseconds