OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Clusters
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c
238
@retval EFI_VOLUME_CORRUPTED - There are errors in the file's
clusters
.
321
Count the number of
clusters
given a size.
326
@return The number of the
clusters
.
336
UINTN
Clusters
;
338
Clusters
= Size >> Volume->ClusterAlignment;
340
Clusters
+= 1;
343
return
Clusters
;
353
@retval EFI_VOLUME_CORRUPTED - There are errors in the file's
clusters
.
427
@retval EFI_VOLUME_CORRUPTED - There are errors in the files'
clusters
.
541
consecutive
clusters
from the position in the file
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
BdsLinuxFdt.c
130
UINTN Index, Cores,
Clusters
, ClusterId;
133
Clusters
= 0;
136
++
Clusters
;
150
return
Clusters
;
/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
...]
Completed in 326 milliseconds