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

  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 127 UINT16 ExtendedFlags; // FAT32 (ignored)
FatLiteAccess.c 137 if (Volume->FatType == Fat32 && ((BpbEx.ExtendedFlags & 0x80) != 0)) {
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 126 UINT16 ExtendedFlags; // FAT32 (ignored)
Init.c 295 if ((SectorsPerFat == 0 || FatBs.FatBse.Fat32Bse.FsVersion != 0) || (FatBs.FatBse.Fat32Bse.ExtendedFlags & 0x80)) {
  /art/libdexfile/dex/
dex_instruction.h 155 enum ExtendedFlags : uint32_t {

Completed in 1165 milliseconds