| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| H A D | vga.h | 24 #undef outw macro 31 #define outw(port, val) do { } while (0) macro
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| H A D | vga.h | 24 #undef outw macro 31 #define outw(port, val) do { } while (0) macro
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/shared/ |
| H A D | io.h | 31 #define outw __outw macro
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| H A D | io.h | 11 #undef outw macro 39 #define outw pio_ops.f_outw macro
|
| /third_party/musl/arch/i386/bits/ |
| H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
| /third_party/musl/arch/x86_64/bits/ |
| H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
| /third_party/musl/arch/x32/bits/ |
| H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
| /kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/ |
| H A D | io-s3c24xx.h | 33 #define outw(v,p) writew((v), S3C24XX_VA_ISA_WORD + (p)) macro
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_xcbc_d.c | 35 DES_cblock outw; member
|
| /third_party/openssl/crypto/evp/ |
| H A D | e_xcbc_d.c | 35 DES_cblock outw; member
|
| /kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
| H A D | io.h | 46 #define outw(v,p) __outw(v,p) macro
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| H A D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| H A D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | overlay.c | 142 u16 outw, outh; in dss_ovl_check() local
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | overlay.c | 142 u16 outw, outh; in dss_ovl_check() local
|
| /third_party/node/deps/openssl/openssl/crypto/des/ |
| H A D | xcbc_enc.c | 20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
|
| /third_party/openssl/crypto/des/ |
| H A D | xcbc_enc.c | 20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
|
| /kernel/linux/linux-5.10/arch/riscv/include/asm/ |
| H A D | io.h | 60 #define outw(v,c) ({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | logic_pio.h | 74 #define outw logic_outw macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | logic_pio.h | 74 #define outw logic_outw macro
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| H A D | io.h | 181 #define outw outw macro 182 static inline void outw(unsigned short val, unsigned long port) in outw() function
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| H A D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| H A D | io.h | 169 #define outw outw macro 170 static inline void outw(unsigned short val, unsigned long port) in outw() function
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| H A D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_transpose.c | 281 int outw = AV_CEIL_RSHIFT(out->width, hsub); in filter_slice() local
|