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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c168 INTN Unit; local
172 Unit = 0;
177 Unit = 1;
181 Unit = 2;
186 Unit = 4;
190 Unit = 8;
194 ASSERT (Unit != 0);
199 if ((Len % Unit) != 0) {
206 Occur = Len / Unit;
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp881 STDMETHODIMP PerformanceMetric::COMGETTER(Unit)(BSTR *aUnit) function in class:PerformanceMetric
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusenums.h34 enum Unit enum
444 typedef enum Unit Unit; typedef in typeref:enum:Unit
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusenums.h34 enum Unit enum
720 typedef enum Unit Unit; typedef in typeref:enum:Unit
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h1146 * Used for Texture.Unit[]._ReallyEnabled flags.
1576 struct gl_texture_unit Unit[MAX_TEXTURE_UNITS]; member in struct:gl_texture_attrib

Completed in 56 milliseconds