| /OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/ |
| H A D | mmsystem.h | 34 WORD wFormatTag; 35 WORD nChannels; 38 WORD nBlockAlign; 39 WORD wBitsPerSample; 40 WORD cbSize; 44 WORD wMid; 45 WORD wPid; 49 WORD wChannels; 50 WORD wReserved1; 54 WORD wMid; [all …]
|
| H A D | windows.h | 18 #define WORD uint16_t macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | mcu.c | 286 #define WORD(_start) \ in mt7603_mcu_set_eeprom() macro 290 WORD(_start), \ in mt7603_mcu_set_eeprom() 291 WORD(_start + 2), \ in mt7603_mcu_set_eeprom() 292 WORD(_start + 4) in mt7603_mcu_set_eeprom() 295 WORD(MT_EE_NIC_CONF_1), in mt7603_mcu_set_eeprom() 303 WORD(MT_EE_TX_POWER_CCK), in mt7603_mcu_set_eeprom() 304 WORD(MT_EE_TX_POWER_OFDM_2G_6M), in mt7603_mcu_set_eeprom() 305 WORD(MT_EE_TX_POWER_OFDM_2G_24M), in mt7603_mcu_set_eeprom() 306 WORD(MT_EE_TX_POWER_OFDM_2G_54M), in mt7603_mcu_set_eeprom() 307 WORD(MT_EE_TX_POWER_HT_BPSK_QPSK), in mt7603_mcu_set_eeprom() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_h323_types.c | 10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 24 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 40 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 46 {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL}, 80 {FNAME("url-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL}, 82 {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL}, 221 {FNAME("item") INT, WORD, 0, 0, SKIP, 0, NULL}, 259 {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL}, 279 {FNAME("maxBitRate") INT, WORD, 1, 0, SKIP, 0, NULL}, 299 {FNAME("samplesPerLine") INT, WORD, 0, 0, SKIP | OPT, 0, NULL}, [all …]
|
| H A D | nf_conntrack_h323_asn1.c | 62 #define WORD 10 macro 326 case WORD: /* 257 <= Range <= 64K */ in decode_int() 389 case WORD: /* 2-byte length */ in decode_bitstr() 665 case WORD: in decode_seqof()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | multisound.sh | 619 typedef __u16 WORD; 640 static int msnd_write_cfg_io0(int cfg, int num, WORD io) 651 static int msnd_read_cfg_io0(int cfg, int num, WORD *io) 662 static int msnd_write_cfg_io1(int cfg, int num, WORD io) 673 static int msnd_read_cfg_io1(int cfg, int num, WORD *io) 684 static int msnd_write_cfg_irq(int cfg, int num, WORD irq) 695 static int msnd_read_cfg_irq(int cfg, int num, WORD *irq) 707 X WORD wmem; 711 X wmem = (WORD)mem; 744 static int msnd_write_cfg_logical(int cfg, int num, WORD io0, WORD io1, WORD irq, int mem) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 70 WORD [A-Za-z_][-A-Za-z_0-9]* 289 <MACRODEF>{WORD}{SPACE} { 302 <MACRODEF>{WORD}\( { 315 <MACROARGLIST>{WORD} { 398 {WORD}\( { 435 {WORD} {
|
| H A D | aicasm_macro_scan.l | 68 WORD [A-Za-z_][-A-Za-z_0-9]* 130 {WORD}[(] {
|
| /OK3568_Linux_fs/buildroot/package/libfreeimage/ |
| H A D | 0003-fix-big-endian-os.patch | 26 int padding = dst_pitch - dst_width * sizeof(WORD); 27 WORD pad = 0; 28 WORD pixel;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cciss_ioctl.h | 14 WORD buf_size; /* size in bytes of the buf */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 45 WORD buf_size; /* size in bytes of the buf */
|
| H A D | cciss_defs.h | 45 #define WORD __u16 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cciss_ioctl.h | 45 WORD buf_size; /* size in bytes of the buf */
|
| H A D | cciss_defs.h | 45 #define WORD __u16 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cciss_ioctl.h | 45 WORD buf_size; /* size in bytes of the buf */
|
| H A D | cciss_defs.h | 45 #define WORD __u16 macro
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefs.h | 165 HandleCustomWM_COMMAND(HWND hwnd, WORD command, winPrivScreenPtr pScreenPriv);
|
| H A D | winprefs.c | 303 HandleCustomWM_COMMAND(HWND hwnd, WORD command, winPrivScreenPtr pScreenPriv) in HandleCustomWM_COMMAND()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/dpt/ |
| H A D | osd_util.h | 180 #define WORD unsigned short macro
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | h265d_syntax.h | 31 typedef unsigned short WORD; typedef
|
| H A D | vp9d_syntax.h | 22 typedef unsigned short WORD; typedef
|
| H A D | av1d_syntax.h | 22 typedef unsigned short WORD; typedef
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/timezone/tzcode/ |
| H A D | 0001-Fix-C23-related-conformance-bug.patch | 269 /* Return true if ABBR is an initial prefix of WORD, ignoring ASCII case. */
|
| /OK3568_Linux_fs/buildroot/package/elf2flt/ |
| H A D | 0003-elf2flt-handle-binutils-2.34.patch | 331 DBG_E1("Handling Reloc <WORD>\n");
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bootconfig.rst | 26 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
|