Searched refs:Command (Results 1 - 25 of 320) sorted by relevance

1234567891011>>

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DMenuButton.h48 #include <X11/Xaw/Command.h>
H A DRepeater.h31 #include <X11/Xaw/Command.h>
35 * Repeater Widget (subclass of Command)
H A DToggle.h39 #include <X11/Xaw/Command.h>
H A DCommandP.h52 * Command Widget Private Data
54 #include <X11/Xaw/Command.h>
66 /* New fields for the Command widget class record */
81 /* New fields for the Command widget record */
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbit_cost.c25 #define FN(X) X ## Command
H A Dhistogram.h36 #define FN(X) X ## Command
51 const Command* cmds, const size_t num_commands,
H A Dbackward_references.h33 Command* commands, size_t* num_commands, size_t* num_literals);
H A Dcluster.h34 #define FN(X) X ## Command
H A Dbackward_references_hq.h31 Command* commands, size_t* num_commands, size_t* num_literals);
38 Command* commands, size_t* num_commands, size_t* num_literals);
89 Command* commands, size_t* num_literals);
H A Dbrotli_bit_stream.h48 const Command* commands, size_t n_commands, const MetaBlockSplit* mb,
58 const Command* commands, size_t n_commands,
68 const Command* commands, size_t n_commands,
H A Dblock_splitter.h37 const Command* cmds,
H A Dcommand.h107 typedef struct Command { struct
117 } Command; typedef in typeref:struct:Command
120 static BROTLI_INLINE void InitCommand(Command* self,
127 /* The distance prefix and extra bits are stored in this Command as if
138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) {
147 const Command* self, const BrotliDistanceParams* dist) {
167 static BROTLI_INLINE uint32_t CommandDistanceContext(const Command* self) {
176 static BROTLI_INLINE uint32_t CommandCopyLen(const Command* self) {
180 static BROTLI_INLINE uint32_t CommandCopyLenCode(const Command* self) {
H A Dblock_splitter.c40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) {
50 static void CopyLiteralsToByteArray(const Command* cmds,
96 #define FN(X) X ## Command
123 const Command* cmds,
175 const Command* cmd = &cmds[i];
H A Dcluster.c44 #define FN(X) X ## Command
H A Dhistogram.c44 const Command* cmds, const size_t num_commands,
61 const Command* cmd = &cmds[i];
H A Dmetablock.h81 Command* cmds,
93 const Command* commands, size_t n_commands, MetaBlockSplit* mb);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_i2c.c218 I2C.Command = pI2CControl->Command;
224 switch (pI2CControl->Command) {
227 I2C.Command = I2C_COMMAND_RESET;
235 I2C.Command = I2C_COMMAND_WRITE;
245 I2C.Command = I2C_COMMAND_WRITE;
255 I2C.Command = I2C_COMMAND_WRITE;
266 I2C.Command = I2C_COMMAND_READ;
284 I2C.Command = I2C_COMMAND_RESET;
292 I2C.Command
[all...]
/xsrc/external/mit/libXaw/dist/examples/
H A Dlist.c7 #include <Xaw/Command.h>
H A Dmenu.c5 #include <Xaw/Command.h>
H A Dstrip.c5 #include <Xaw/Command.h>
H A Dviewport.c5 #include <Xaw/Command.h>
H A Dpane.c7 #include <Xaw/Command.h>
H A Drepeater.c5 #include <Xaw/Command.h>
/xsrc/external/mit/libXaw/dist/specs/
H A DMakefile.am20 Command.xml \
/xsrc/external/mit/libXaw/dist/src/
H A DMakefile.am10 Command.c \

Completed in 23 milliseconds

1234567891011>>