Home
last modified time | relevance | path

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

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