Searched defs:_DIRENT_ALIGN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h103 * The _DIRENT_ALIGN macro returns the alignment of struct dirent.
106 #define _DIRENT_ALIGN(dp) (sizeof((dp)->Size) - 1) macro
122 ((_DIRENT_NAMEOFF(dp) + (namlen) + 1 + _DIRENT_ALIGN(dp)) & \
123 ~_DIRENT_ALIGN(dp))

Completed in 64 milliseconds