HomeSort by relevance Sort by last modified time
    Searched defs:FileEnd (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 269 UINT64 FileEnd;
312 // FileEnd is the current NOR address of the end of the file's data
313 FileEnd = FileStart + File->HwDescription.Region[0].Size;
330 if (RegionEnd < FileEnd) {
  /external/clang/lib/Rewrite/
HTMLRewrite.cpp 111 const char* FileEnd = Buf->getBufferEnd();
113 assert (C <= FileEnd);
118 for (unsigned FilePos = 0; C != FileEnd ; ++C, ++FilePos) {
230 const char* FileEnd = Buf->getBufferEnd();
234 assert (C <= FileEnd);
239 while (C != FileEnd) {
243 unsigned LineEndPos = FileEnd - FileBeg;
246 assert (C < FileEnd);
250 while (C != FileEnd) {
267 RB.InsertTextAfter(FileEnd - FileBeg, "</table>")
    [all...]
  /external/llvm/lib/MC/
MCCodeView.cpp 129 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false);
132 OS.emitAbsoluteSymbolDiff(FileEnd, FileBegin, 4);
145 OS.EmitLabel(FileEnd);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 376 const char* FileEnd = Buf->getBufferEnd();
377 while (*LineEnd != '\n' && LineEnd != FileEnd)

Completed in 103 milliseconds