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

/gem5/ext/mcpat/
H A DxmlParser.cc290 static inline int xstrlen(XMLCSTR c) { function
338 static inline int xstrlen(XMLCSTR c) { function
393 int xstrlen(XMLCSTR c) { function
438 static inline int xstrlen(XMLCSTR c) { function
804 if (cbData == -1) cbData = (int)xstrlen(lpszData);
1046 int l = (int)xstrlen(cclose);
1460 pXML->nIndex += cbTemp + (int)xstrlen(pClear.lpszClose);
1525 n = xstrlen(d->pText[i]);
1526 int n2 = xstrlen(lpt) + 1;
2115 #define LENSTR(lpsz) (lpsz ? xstrlen(lps
[all...]

Completed in 13 milliseconds