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

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp485 size_t CPos = 0; local
487 while ((FPos = Content.find(NewlineStr, CPos)) != StringRef::npos) {
488 Text += Content.substr(CPos, FPos-CPos);
490 CPos = FPos + NewlineStr.size();
/external/vboot_reference/utility/
H A Deficompress.c1208 STATIC UINT32 CPos; local
1216 CPos = mOutputPos++;
1217 mBuf[CPos] = 0;
1222 mBuf[CPos] |= mOutputMask;

Completed in 183 milliseconds