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

/gem5/ext/mcpat/
H A DxmlParser.cc2115 #define LENSTR(lpsz) (lpsz ? xstrlen(lpsz) : 0) macro
2118 cbElement = (int)LENSTR(pEntry->lpszName);
2140 cb = (int)LENSTR(pAttr->lpszName);
2226 cb = (int)LENSTR(pChild->lpszOpenTag);
2245 cb = (int)LENSTR(pChild->lpszValue);
2254 cb = (int)LENSTR(pChild->lpszCloseTag);
2326 #undef LENSTR macro

Completed in 16 milliseconds