Searched defs:NewPos (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceMangling.cpp43 size_t NewPos = 0; local
45 for (; OldPos < OldLen; ++OldPos, ++NewPos) {
67 NewName[NewPos++] = OldName[OldPos++]; // 'S'
69 // NewPos and OldPos point just past the 'S'.
70 assert(NewName[NewPos - 1] == 'S');
76 NewName[NewPos++] = (Length ? '1' : '0');
78 NewName[NewPos++] = '0';
101 NewName[NewPos + Offset] = Ch;
103 NewPos += Length;
109 NewName[NewPos]
[all...]
/external/clang/lib/Lex/
H A DPreprocessor.cpp423 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); local
424 *NewPos = '\0';
425 std::copy(Position, Buffer->getBufferEnd(), NewPos+1);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsio0.c604 cmsBool _cmsNewTag(_cmsICCPROFILE* Icc, cmsTagSignature sig, int* NewPos) argument
614 *NewPos = i;
625 *NewPos = Icc ->TagCount;

Completed in 1406 milliseconds