HomeSort by relevance Sort by last modified time
    Searched refs:NextFile (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 113 OUT EFI_FFS_FILE_HEADER **NextFile
126 NextFile Pointer to the next file in the FV.
147 if (NextFile == NULL) {
171 *NextFile = NULL;
178 *NextFile = NULL;
182 *NextFile = CurrentFile;
197 *NextFile = (EFI_FFS_FILE_HEADER *) ((((UINTN) CurrentFile - (UINTN) mFvHeader + GetFfsFileLength(CurrentFile) + 0x07) & (~(UINTN) 7)) + (UINT8 *) mFvHeader);
202 if (((UINTN) *NextFile + GetFfsHeaderLength(*NextFile) >= (UINTN) mFvHeader + mFvLength) ||
203 ((UINTN) *NextFile + GetFfsFileLength (*NextFile) > (UINTN) mFvHeader + mFvLength)
    [all...]
FvLib.h 44 OUT EFI_FFS_FILE_HEADER **NextFile
FirmwareVolumeBuffer.c 162 EFI_FFS_FILE_HEADER *NextFile;
199 Status = FvBufFindNextFile (Fv, &FileKey, (VOID **)&NextFile);
207 if (CommonLibBinderCompareGuid (Name, &NextFile->Name)) {
211 Status = FvBufAddFile (TempFv, NextFile);
1069 EFI_FFS_FILE_HEADER *NextFile;
1073 Status = FvBufFindNextFile (Fv, &Key, (VOID **)&NextFile);
1078 if (CommonLibBinderCompareGuid (Name, &NextFile->Name)) {
1080 *File = NextFile;
1121 EFI_FFS_FILE_HEADER *NextFile;
1125 Status = FvBufFindNextFile (Fv, &Key, (VOID **)&NextFile);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.c 119 OUT EFI_FFS_FILE_HEADER **NextFile
132 NextFile Pointer to the next file in the FV.
153 if (NextFile == NULL) {
177 *NextFile = NULL;
184 *NextFile = NULL;
188 *NextFile = CurrentFile;
203 *NextFile = (EFI_FFS_FILE_HEADER *) (((UINTN) CurrentFile + GetLength (CurrentFile->Size) + 0x07) & (-1 << 3));
208 if (((UINTN) *NextFile + sizeof (EFI_FFS_FILE_HEADER) >= (UINTN) mFvHeader + mFvLength) ||
209 ((UINTN) *NextFile + GetLength ((*NextFile)->Size) > (UINTN) mFvHeader + mFvLength)
    [all...]
FvLib.h 48 OUT EFI_FFS_FILE_HEADER **NextFile
  /prebuilts/go/darwin-x86/doc/progs/
run.go 178 NextFile:
184 continue NextFile
  /prebuilts/go/linux-x86/doc/progs/
run.go 178 NextFile:
184 continue NextFile
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 265 BOOTMON_FS_FILE *NextFile;
363 NextFile = BOOTMON_FS_FILE_FROM_LINK_THIS (FileLink);
367 EndOfAppendSpace = NextFile->HwDescription.BlockStart * BlockSize;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
proto.h 389 extern FILE * NextFile( void );
670 extern FILE * NextFile();
    [all...]
main.c     [all...]
scan.c 161 new_input = NextFile();
    [all...]
antlr.g 596 new_input = NextFile();
    [all...]
  /external/brotli/c/tools/
brotli.c 509 static BROTLI_BOOL NextFile(Context* context) {
684 while (NextFile(context)) {
750 while (NextFile(context)) {

Completed in 245 milliseconds