/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | MemoryFile.c | 78 NewMemoryFile->Eof = InputFileImage + BytesRead; in GetMemoryFile() 120 MemoryFile->Eof -= 1; in FreeMemoryFile() 169 if (InputFile->CurrentFilePointer >= InputFile->Eof) { in ReadMemoryFileLine() 176 BytesToEof = InputFile->Eof - InputFile->CurrentFilePointer; in ReadMemoryFileLine() 190 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer; in ReadMemoryFileLine() 225 if (InputFile->CurrentFilePointer > InputFile->Eof) { in ReadMemoryFileLine() 226 InputFile->CurrentFilePointer = InputFile->Eof; in ReadMemoryFileLine() 251 assert (MemoryFile->Eof != NULL); in CheckMemoryFileState() 252 assert (MemoryFile->Eof >= MemoryFile->FileImage); in CheckMemoryFileState() 254 assert (MemoryFile->CurrentFilePointer <= MemoryFile->Eof); in CheckMemoryFileState()
|
D | ParseInf.c | 62 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()
|
D | MemoryFile.h | 27 CHAR8 *Eof; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | ParseInf.c | 66 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 …]
|
D | ParseInf.h | 34 CHAR8 *Eof; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | parser.dlg | 154 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 …]
|
D | scan.c | 157 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 …]
|
D | tokens.h | 12 #define Eof 1 macro
|
D | antlr.g | 592 #token Eof "@" 597 if ( new_input == NULL ) { NLA=Eof; return; } 601 zzskip(); /* Skip the Eof (@) char i.e continue */ 756 Eof
|
D | antlr.c | 384 zzmatch(Eof); zzCONSUME; in grammar() 3123 if ( (LA(1)==Eof) ) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
D | GenFvImageLib.c | 1289 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/ |
D | AParser.cpp | 358 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/ |
D | GenFvInternalLib.c | 1253 if ((UINTN) *VtfFileImage == (UINTN) FvImage->Eof) { in AddFile() 1382 if ((UINTN) VtfFileImage == (UINTN) FvImage->Eof || \ in PadFvImage() 1437 FvImage->CurrentFilePointer = FvImage->Eof; in PadFvImage() 1516 (((UINTN)FvImage->Eof - (UINTN)FvImage->FileImage) >= in UpdateResetVector() 1518 (*(UINT32 *)(VOID*)((UINTN) FvImage->Eof - in UpdateResetVector() 1654 FitAddress = (*(UINT64 *) (FvImage->Eof - IPF_FIT_ADDRESS_OFFSET)) & 0xFFFFFFFF; in UpdateResetVector() 1684 …SecCoreEntryAddressPtr = (EFI_PHYSICAL_ADDRESS *) ((UINTN) FvImage->Eof - IPF_SALE_ENTRY_ADDRESS_… in UpdateResetVector() 1691 Ia32ResetAddressPtr = (UINT32 *) ((UINTN) FvImage->Eof - IA32_PEI_CORE_ENTRY_OFFSET); in UpdateResetVector() 1701 Ia32ResetAddressPtr = (UINT32 *) ((UINTN) FvImage->Eof - IA32_SEC_CORE_ENTRY_OFFSET); in UpdateResetVector() 1714 Ia32ResetAddressPtr = (UINT32 *) ((UINTN) FvImage->Eof - 4); in UpdateResetVector() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | AParser.cpp | 369 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/ |
D | VfrUtilityLib.h | 82 virtual BOOLEAN Eof(VOID);
|
D | VfrUtilityLib.cpp | 230 CVfrBufferConfig::Eof( in Eof() function in CVfrBufferConfig
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrUtilityLib.h | 93 virtual BOOLEAN Eof(VOID);
|
D | VfrUtilityLib.cpp | 252 CVfrBufferConfig::Eof( in Eof() function in CVfrBufferConfig
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133.txt | 957 after an Eof has been seen. At that time, lap could be non zero.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133.txt | 1639 after an Eof has been seen. At that time, lap could be non zero.
|