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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DiskCache.c 117 UINT64 EntryPos;
128 EntryPos = DiskCache->BaseAddress + LShiftU64 (PageNo, PageAlignment);
132 MaxSize = DiskCache->LimitAddress - EntryPos;
148 Status = FatDiskIo (Volume, IoMode, EntryPos, RealSize, PageAddress, Task);
153 EntryPos += Volume->FatSize;
318 UINT64 EntryPos;
325 EntryPos = Offset - DiskCache->BaseAddress;
328 PageNo = (UINTN) RShiftU64 (EntryPos, PageAlignment);
329 UnderRun = ((UINTN) EntryPos) & (PageSize - 1);
358 EntryPos = Volume->RootPos + LShiftU64 (PageNo, PageAlignment);
    [all...]
DirectoryManage.c 23 @param EntryPos - The position of the directory entry to be accessed.
35 IN UINTN EntryPos,
42 Position = EntryPos * sizeof (FAT_DIRECTORY_ENTRY);
76 UINTN EntryPos;
82 EntryPos = DirEnt->EntryPos;
87 Status = FatAccessEntry (OFile, WriteData, EntryPos, &DirEnt->Entry);
123 EntryPos--;
128 Status = FatAccessEntry (OFile, WriteData, EntryPos, &LfnEntry);
244 UINTN EntryPos;
    [all...]
Fat.h 185 UINT16 EntryPos; // The position of this directory entry in the parent directory file
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp 850 auto EntryPos = Stream.GetCurrentBitNo();
878 Stream.JumpToBit(EntryPos);
    [all...]

Completed in 501 milliseconds