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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dpktdef.h43 * a. Define PACKETNAME. Its text value will be a prefix for this packet's
45 * b. Define <PACKETNAME>PACKETDATA and <PACKETNAME>PACKETMODE similar to
49 * <PACKETNAME>PACKET. Compare with 2.c. above and example #2 below.
52 * a. Before including pktdef.h, define <PACKETNAME>PACKET<EXTENSION>
58 * d. OR the packet mask bit with <PACKETNAME>PACKETDATA and use the
60 * e. If <PACKETNAME>PACKET<EXTENSION> was PKEXT_RELATIVE, OR the
61 * packet mask bit with <PACKETNAME>PACKETMODE and use the result
78 * #define PACKETNAME MOE
82 * #define PACKETNAME LARR
237 #undef PACKETNAME macro
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dpktdef.h43 * a. Define PACKETNAME. Its text value will be a prefix for this packet's
45 * b. Define <PACKETNAME>PACKETDATA and <PACKETNAME>PACKETMODE similar to
49 * <PACKETNAME>PACKET. Compare with 2.c. above and example #2 below.
52 * a. Before including pktdef.h, define <PACKETNAME>PACKET<EXTENSION>
58 * d. OR the packet mask bit with <PACKETNAME>PACKETDATA and use the
60 * e. If <PACKETNAME>PACKET<EXTENSION> was PKEXT_RELATIVE, OR the
61 * packet mask bit with <PACKETNAME>PACKETMODE and use the result
78 * #define PACKETNAME MOE
82 * #define PACKETNAME LARR
237 #undef PACKETNAME macro
[all...]

Completed in 1357 milliseconds