OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClusterCount
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c
165
Volume->FatInfoSector.FreeInfo.
ClusterCount
+= 1;
170
if (Volume->FatInfoSector.FreeInfo.
ClusterCount
!= 0) {
171
Volume->FatInfoSector.FreeInfo.
ClusterCount
-= 1;
294
if (Volume->FreeInfoValid && 0 < (INT32) (Volume->FatInfoSector.FreeInfo.
ClusterCount
)) {
444
UINTN
ClusterCount
;
467
ClusterCount
= 0;
480
ClusterCount
++;
485
if (
ClusterCount
!= CurSize) {
720
Volume->FatInfoSector.FreeInfo.
ClusterCount
= 0;
727
Volume->FatInfoSector.FreeInfo.
ClusterCount
+= 1;
[
all
...]
FatFileSystem.h
154
UINT32
ClusterCount
;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
BdsLinuxFdt.c
402
UINT32
ClusterCount
, CoresInCluster;
682
ClusterCount
= NumberOfClustersInTable (ArmCoreInfoTable,
684
while (
ClusterCount
--) {
686
AsciiSPrint (Name, sizeof(Name), "cluster%d",
ClusterCount
);
719
if (
ClusterCount
) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h
[
all
...]
wdm.h
[
all
...]
Completed in 454 milliseconds