HomeSort by relevance Sort by last modified time
    Searched refs:Eof (Results 1 - 25 of 60) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MemoryFile.c 77 NewMemoryFile->Eof = InputFileImage + BytesRead;
119 MemoryFile->Eof -= 1;
147 NULL if error or EOF
168 if (InputFile->CurrentFilePointer >= InputFile->Eof) {
173 // Determine the number of bytes remaining until the EOF
175 BytesToEof = InputFile->Eof - InputFile->CurrentFilePointer;
189 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer;
247 assert (MemoryFile->Eof != NULL);
248 assert (MemoryFile->Eof >= MemoryFile->FileImage);
250 assert (MemoryFile->CurrentFilePointer <= MemoryFile->Eof);
    [all...]
MemoryFile.h 27 CHAR8 *Eof;
105 NULL if error or EOF
ParseInf.c 48 NULL if error or EOF
62 assert (InputFile->Eof);
68 if (InputFile->CurrentFilePointer >= InputFile->Eof) {
83 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer;
84 } else if (EndOfLine >= InputFile->Eof) {
86 // If the newline found was beyond the end of file, copy to the eof.
88 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer;
157 FALSE if error or EOF
169 assert (InputFile->Eof);
181 while (InputFile->CurrentFilePointer < InputFile->Eof) {
    [all...]
  /external/lzma/CPP/Common/
StdInStream.h 27 bool Eof() throw();
StdInStream.cpp 45 if (intChar == EOF)
79 while ((c = GetChar()) != EOF)
83 bool CStdInStream::Eof() throw()
91 if (c == EOF && !Eof())
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 52 NULL if error or EOF
66 assert (InputFile->Eof);
72 if (InputFile->CurrentFilePointer >= InputFile->Eof) {
87 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer;
88 } else if (EndOfLine >= InputFile->Eof) {
90 // If the newline found was beyond the end of file, copy to the eof.
92 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer;
153 FALSE if error or EOF
165 assert (InputFile->Eof);
177 while (InputFile->CurrentFilePointer < InputFile->Eof) {
    [all...]
ParseInf.h 34 CHAR8 *Eof;
67 NULL if error or EOF
91 FALSE if error or EOF
234 NULL if error or EOF
258 FALSE if error or EOF
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 31 Eof,
145 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; }
147 bool isErrorOrEOF() const { return Kind == Error || Kind == Eof; }
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 31 Eof, Error,
TGLexer.cpp 68 --CurPtr; // Another call to lex will return EOF again.
69 return EOF;
96 case EOF: return tgtok::Eof;
304 case EOF:
391 if (Char == EOF) break;
396 if (Char == EOF) break;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
scan.c 157 NLA = Eof;
162 if ( new_input == NULL ) { NLA=Eof; return; }
166 zzskip(); /* Skip the Eof (@) char i.e continue */
584 NLA = Eof;
657 NLA = Eof;
730 NLA = Eof;
796 NLA = Eof;
859 NLA = Eof;
923 NLA = Eof;
972 NLA = Eof;
    [all...]
tokens.h 12 #define Eof 1
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.cpp 358 const int Eof=1; // MR1
359 while ( !set_el( (tmp=LA(1)), st) && tmp!=Eof) { consume(); } // MR1
370 const int Eof=1; // MR1
371 while ( (tmp=LA(1)) !=t && tmp!=Eof) { consume(); } // MR1
416 "<eof>":LT(1)->getText() /* MR21a */);
580 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
606 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
  /external/llvm/lib/TableGen/
TGLexer.h 32 Eof, Error,
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmLexer.h 26 Eof, Error,
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLToken.h 21 Eof, Error,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.cpp 369 const int Eof=1; // MR1
370 while ( !set_el( (tmp=LA(1)), st) && tmp!=Eof) { consume(); } // MR1
381 const int Eof=1; // MR1
382 while ( (tmp=LA(1)) !=t && tmp!=Eof) { consume(); } // MR1
433 /* MR23 If the token is not an EOF token, then use the ->getText() value.
435 If the token is the EOF token the text returned by ->getText()
437 "<eof>" instead, because end-users don't know what "@" means.
444 if (errorAt[0] == '@') errorAt = "<eof>";
611 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
637 (LA(1)==eofToken && LT(1)->getText()[0] == '@')?"<eof>":LT(1)->getText(), /* MR21a */
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 29 Eof, Error,
  /external/llvm/lib/AsmParser/
LLToken.h 21 Eof,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 31 Eof, Error,

Completed in 439 milliseconds

1 2 3