Home
last modified time | relevance | path

Searched defs:DIM (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Efi/
DEfiSocketLib.h65 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an arr… macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DWebServer.h98 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an arr… macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.h64 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an arr… macro