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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddmoreg.h40 GUID subtype; member in struct:_DMO_PARTIAL_MEDIATYPE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddmoreg.h40 GUID subtype; member in struct:_DMO_PARTIAL_MEDIATYPE
/vbox/src/VBox/Disassembler/
H A DDisasmReg.cpp205 unsigned subtype = OP_PARM_VSUBTYPE(pParam->fParam); local
207 if (subtype == OP_PARM_v)
212 subtype = OP_PARM_d;
215 subtype = OP_PARM_q;
218 subtype = OP_PARM_w;
226 switch (subtype)
H A DDisasmCore.cpp835 unsigned subtype = OP_PARM_VSUBTYPE(pParam->fParam); local
837 subtype = (pDis->uAddrMode == DISCPUMODE_64BIT) ? OP_PARM_q : OP_PARM_d;
839 if (subtype == OP_PARM_v || subtype == OP_PARM_NONE || subtype == OP_PARM_y)
844 subtype = OP_PARM_d;
847 subtype = OP_PARM_q;
850 if (subtype != OP_PARM_y)
851 subtype = OP_PARM_w;
859 switch (subtype)
[all...]
/vbox/src/VBox/Additions/x11/x11include/libXfixes-4.0.3/X11/extensions/
H A DXfixes.h66 int subtype; member in struct:__anon3611
79 int subtype; member in struct:__anon3612
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Deth_slow.h14 /** Slow protocols subtype */
15 uint8_t subtype; member in struct:eth_slow_header
20 /** LACP subtype */
26 /** Marker subtype */
H A Dfcns.h24 /** Generic service subtype */
25 uint8_t subtype; member in struct:fc_ct_header
85 /** Fibre Channel directory service subtype */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Deventstr.h202 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
260 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Deventstr.h202 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
260 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Deventstr.h178 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
219 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Deventstr.h178 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
219 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Deventstr.h178 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
219 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Deventstr.h178 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
219 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Deventstr.h174 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
215 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Deventstr.h202 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
242 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Deventstr.h198 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
237 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Deventstr.h200 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
258 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Deventstr.h202 int subtype; /**< KeyPress, KeyRelease, ButtonPress, member in struct:_DGAEvent
260 int subtype; /**< Subtype defined by XQuartz DDX */ member in struct:_XQuartzEvent
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c106 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) argument
116 qi.tqi_subtype = subtype_txq_to_hwq[subtype];
/vbox/src/VBox/Additions/x11/x11include/fixesproto-4.0/X11/extensions/
H A Dxfixesproto.h130 CARD8 subtype; member in struct:__anon3253
153 CARD8 subtype; member in struct:__anon3255
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c237 int qtype, int subtype);
990 ath5k_txq_setup(struct ath5k_softc *sc, int qtype, int subtype) argument
995 .tqi_subtype = subtype,
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp588 int subtype; member in struct:__anon16272
611 if ( (event.fixes.subtype == 0 /* XFixesSetSelectionOwnerNotify */)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jar ... search_result java.util.Map wildcard_result int separator String subtype public java.util.Map getMailcapFallbackList (java.lang ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c8949 xmlSchemaTypePtr subtype, last = NULL; local
8956 subtype = (xmlSchemaTypePtr)
8958 if (subtype != NULL) {
8960 type->subtypes = subtype;
8961 last = subtype;
8963 last->next = subtype;
8964 last = subtype;

Completed in 408 milliseconds