Searched refs:DIM (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dtexformat_tmp.h33 * It should be expanded by defining \p DIM as the number texture dimensions
34 * (1, 2 or 3). According to the value of \p DIM a series of macros is defined
44 #if DIM == 1
51 #elif DIM == 2
59 #elif DIM == 3
93 #if DIM == 3
131 #if DIM == 3
156 #if DIM == 3
179 #if DIM == 3
202 #if DIM
1395 #undef DIM macro
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DPageList.c59 CONST UINTN mPageCount = DIM ( mPageList );
H A DWebServer.c415 DIM ( pPort->Request ),
448 DIM ( pPort->RxBuffer ),
H A DWebServer.h81 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an array macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.h59 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an array macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Efi/
H A DEfiSocketLib.h61 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an array macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c494 CONST UINTN cEslSocketBindingEntries = DIM ( cEslSocketBinding );
511 CONST int cEslAfInetApiSize = DIM ( cEslAfInetApi );
529 CONST int cEslAfInet6ApiSize = DIM ( cEslAfInet6Api );
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 50 milliseconds