Home
last modified time | relevance | path

Searched refs:Eof (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DMemoryFile.c77 NewMemoryFile->Eof = InputFileImage + BytesRead; in GetMemoryFile()
119 MemoryFile->Eof -= 1; in FreeMemoryFile()
168 if (InputFile->CurrentFilePointer >= InputFile->Eof) { in ReadMemoryFileLine()
175 BytesToEof = InputFile->Eof - InputFile->CurrentFilePointer; in ReadMemoryFileLine()
189 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer; in ReadMemoryFileLine()
247 assert (MemoryFile->Eof != NULL); in CheckMemoryFileState()
248 assert (MemoryFile->Eof >= MemoryFile->FileImage); in CheckMemoryFileState()
250 assert (MemoryFile->CurrentFilePointer <= MemoryFile->Eof); in CheckMemoryFileState()
DParseInf.c62 assert (InputFile->Eof); in ReadLine()
68 if (InputFile->CurrentFilePointer >= InputFile->Eof) { in ReadLine()
83 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer; in ReadLine()
84 } else if (EndOfLine >= InputFile->Eof) { in ReadLine()
88 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer; in ReadLine()
169 assert (InputFile->Eof); in FindSection()
181 while (InputFile->CurrentFilePointer < InputFile->Eof) { in FindSection()
242 InputFile->Eof == NULL || in FindToken()
349 InputFile->CurrentFilePointer < InputFile->Eof && in FindToken()
DMemoryFile.h27 CHAR8 *Eof; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DParseInf.c66 assert (InputFile->Eof); in ReadLine()
72 if (InputFile->CurrentFilePointer >= InputFile->Eof) { in ReadLine()
87 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer; in ReadLine()
88 } else if (EndOfLine >= InputFile->Eof) { in ReadLine()
92 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer; in ReadLine()
165 assert (InputFile->Eof); in FindSection()
177 while (InputFile->CurrentFilePointer < InputFile->Eof) { in FindSection()
237 InputFile->Eof == NULL || in FindToken()
327 InputFile->CurrentFilePointer < InputFile->Eof && in FindToken()
391 InputFile->Eof == NULL || in FindTokenInstanceInSection()
[all …]
DParseInf.h34 CHAR8 *Eof; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dparser.dlg154 NLA = Eof;
159 if ( new_input == NULL ) { NLA=Eof; return; }
163 zzskip(); /* Skip the Eof (@) char i.e continue */
496 NLA = Eof;
537 NLA = Eof;
578 NLA = Eof;
613 NLA = Eof;
645 NLA = Eof;
678 NLA = Eof;
698 NLA = Eof;
[all …]
Dscan.c157 NLA = Eof; in act1()
162 if ( new_input == NULL ) { NLA=Eof; return; } in act1()
584 NLA = Eof; in act60()
657 NLA = Eof; in act66()
730 NLA = Eof; in act72()
796 NLA = Eof; in act77()
859 NLA = Eof; in act82()
923 NLA = Eof; in act87()
972 NLA = Eof; in act90()
1021 NLA = Eof; in act93()
[all …]
Dtokens.h12 #define Eof 1 macro
Dantlr.g592 #token Eof "@"
597 if ( new_input == NULL ) { NLA=Eof; return; }
601 zzskip(); /* Skip the Eof (@) char i.e continue */
756 Eof
Dantlr.c384 zzmatch(Eof); zzCONSUME; in grammar()
3123 if ( (LA(1)==Eof) ) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c1289 if ((UINTN) (PadFile + sizeof (EFI_FFS_FILE_HEADER)) >= (UINTN) FvImage->Eof) { in AddPadFile()
1357 if ((UINTN) (PadFile + sizeof (EFI_FFS_FILE_HEADER)) >= (UINTN) FvImage->Eof) { in AddPadFile()
1881 OldSize = (UINTN) FvImage->Eof - (UINTN) FvImage->FileImage; in ReallocateFvImage()
1925 if ((UINTN) *VtfFileImage != (UINTN) FvImage->Eof) { in ReallocateFvImage()
1966 FvImage->Eof = FvImage->FileImage + OldSize + IncreaseSize; in ReallocateFvImage()
2098 if ((UINTN) *VtfFileImage == (UINTN) FvImage->Eof) { in AddFile()
2439 …if ((UINTN) VtfFileImage == (UINTN) FvImage->Eof || (void *) FvImage->CurrentFilePointer == (void … in PadFvImage()
2489 FvImage->CurrentFilePointer = FvImage->Eof; in PadFvImage()
2555 InitializeFvLib (FvImage->FileImage, (UINTN) FvImage->Eof - (UINTN) FvImage->FileImage); in UpdateResetVector()
2625 FitAddress = (*(UINT64 *) (FvImage->Eof - IPF_FIT_ADDRESS_OFFSET)) & 0xFFFFFFFF; in UpdateResetVector()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAParser.cpp358 const int Eof=1; // MR1 in consumeUntil() local
359 while ( !set_el( (tmp=LA(1)), st) && tmp!=Eof) { consume(); } // MR1 in consumeUntil()
370 const int Eof=1; // MR1 in consumeUntilToken() local
371 while ( (tmp=LA(1)) !=t && tmp!=Eof) { consume(); } // MR1 in consumeUntilToken()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1247 if ((UINTN) *VtfFileImage == (UINTN) FvImage->Eof) { in AddFile()
1376 if ((UINTN) VtfFileImage == (UINTN) FvImage->Eof || \ in PadFvImage()
1431 FvImage->CurrentFilePointer = FvImage->Eof; in PadFvImage()
1510 (((UINTN)FvImage->Eof - (UINTN)FvImage->FileImage) >= in UpdateResetVector()
1512 (*(UINT32 *)(VOID*)((UINTN) FvImage->Eof - in UpdateResetVector()
1648 FitAddress = (*(UINT64 *) (FvImage->Eof - IPF_FIT_ADDRESS_OFFSET)) & 0xFFFFFFFF; in UpdateResetVector()
1678 …SecCoreEntryAddressPtr = (EFI_PHYSICAL_ADDRESS *) ((UINTN) FvImage->Eof - IPF_SALE_ENTRY_ADDRESS_… in UpdateResetVector()
1685 Ia32ResetAddressPtr = (UINT32 *) ((UINTN) FvImage->Eof - IA32_PEI_CORE_ENTRY_OFFSET); in UpdateResetVector()
1695 Ia32ResetAddressPtr = (UINT32 *) ((UINTN) FvImage->Eof - IA32_SEC_CORE_ENTRY_OFFSET); in UpdateResetVector()
1708 Ia32ResetAddressPtr = (UINT32 *) ((UINTN) FvImage->Eof - 4); in UpdateResetVector()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAParser.cpp369 const int Eof=1; // MR1 in consumeUntil() local
370 while ( !set_el( (tmp=LA(1)), st) && tmp!=Eof) { consume(); } // MR1 in consumeUntil()
381 const int Eof=1; // MR1 in consumeUntilToken() local
382 while ( (tmp=LA(1)) !=t && tmp!=Eof) { consume(); } // MR1 in consumeUntilToken()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.h82 virtual BOOLEAN Eof(VOID);
DVfrUtilityLib.cpp230 CVfrBufferConfig::Eof( in Eof() function in CVfrBufferConfig
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.h83 virtual BOOLEAN Eof(VOID);
DVfrUtilityLib.cpp252 CVfrBufferConfig::Eof( in Eof() function in CVfrBufferConfig
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt957 after an Eof has been seen. At that time, lap could be non zero.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt1639 after an Eof has been seen. At that time, lap could be non zero.