HomeSort by relevance Sort by last modified time
    Searched full:pszcurr (Results 1 - 1 of 1) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 748 const char *pszEnd, *pszCurr;
762 pszCurr = pszScript;
767 while(*pszCurr == '\r')
768 ++pszCurr;
771 pszEnd = strchr(pszCurr, '\n');
774 nLen = (unsigned int)(pszEnd - pszCurr);
778 nLen = (unsigned int)strlen(pszCurr);
783 while(nLen - nReduce > 0 && pszCurr[nLen - 1 - nReduce] == '\r')
791 strncpy(pszLine, pszCurr, nLen - nReduce);
793 pszCurr += nLen + 1
    [all...]

Completed in 125 milliseconds