Home
last modified time | relevance | path

Searched refs:CPos (Results 1 – 3 of 3) 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()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl4479 while(my $CPos = find_center($TParams, "<"))
4481 $TParams = substr($TParams, $CPos);
4497 while(my $CPos = find_center($Name, ":"))
4499 push(@NS, substr($Name, 0, $CPos));
4500 $Name = substr($Name, $CPos);