Home
last modified time | relevance | path

Searched refs:pszEnd (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp319 …&nLine, const char * const * const ppszLines, const unsigned int nLimit, const char * const pszEnd) in ConcatenateLinesUntil() argument
327 if(strcmp(ppszLines[i], pszEnd) == 0) in ConcatenateLinesUntil()
748 const char *pszEnd, *pszCurr; in ParseFromMemory() local
771 pszEnd = strchr(pszCurr, '\n'); in ParseFromMemory()
772 if(pszEnd) in ParseFromMemory()
774 nLen = (unsigned int)(pszEnd - pszCurr); in ParseFromMemory()