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

  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 71 UINT16 FileClusterHigh; // >= FAT32
FatLiteAccess.c 515 SubFile->CurrentCluster |= DirEntry.FileClusterHigh << 16;
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 195 UINT16 FileClusterHigh; // >= FAT32
DirectoryManage.c 180 DirEnt->Entry.FileClusterHigh = (UINT16) (Cluster >> 16);
392 Entry.FileClusterHigh = 0;
477 Cluster = (Entry->FileClusterHigh << 16) | Entry->FileCluster;
1161 OFile->FileCluster = ((DirEnt->Entry.FileClusterHigh) << 16) | (DirEnt->Entry.FileCluster);
    [all...]

Completed in 585 milliseconds