Searched refs:Command (Results 1 - 25 of 320) sorted by relevance
1234567891011>>
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | MenuButton.h | 48 #include <X11/Xaw/Command.h>
|
| H A D | Repeater.h | 31 #include <X11/Xaw/Command.h> 35 * Repeater Widget (subclass of Command)
|
| H A D | Toggle.h | 39 #include <X11/Xaw/Command.h>
|
| H A D | CommandP.h | 52 * 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 D | bit_cost.c | 25 #define FN(X) X ## Command
|
| H A D | histogram.h | 36 #define FN(X) X ## Command 51 const Command* cmds, const size_t num_commands,
|
| H A D | backward_references.h | 33 Command* commands, size_t* num_commands, size_t* num_literals);
|
| H A D | cluster.h | 34 #define FN(X) X ## Command
|
| H A D | backward_references_hq.h | 31 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 D | brotli_bit_stream.h | 48 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 D | block_splitter.h | 37 const Command* cmds,
|
| H A D | command.h | 107 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 D | block_splitter.c | 40 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 D | cluster.c | 44 #define FN(X) X ## Command
|
| H A D | histogram.c | 44 const Command* cmds, const size_t num_commands, 61 const Command* cmd = &cmds[i];
|
| H A D | metablock.h | 81 Command* cmds, 93 const Command* commands, size_t n_commands, MetaBlockSplit* mb);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | vb_i2c.c | 218 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 D | list.c | 7 #include <Xaw/Command.h>
|
| H A D | menu.c | 5 #include <Xaw/Command.h>
|
| H A D | strip.c | 5 #include <Xaw/Command.h>
|
| H A D | viewport.c | 5 #include <Xaw/Command.h>
|
| H A D | pane.c | 7 #include <Xaw/Command.h>
|
| H A D | repeater.c | 5 #include <Xaw/Command.h>
|
| /xsrc/external/mit/libXaw/dist/specs/ |
| H A D | Makefile.am | 20 Command.xml \
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Makefile.am | 10 Command.c \
|
Completed in 23 milliseconds
1234567891011>>