/kernel/linux/linux-6.6/arch/x86/include/asm/shared/ |
H A D | io.h | 32 #define outl __outl macro
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | io.h | 12 #undef outl macro
|
/third_party/musl/arch/i386/bits/ |
H A D | io.h | 11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() function
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_open.c | 64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() argument
|
H A D | p_seal.c | 80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
|
/third_party/openssl/crypto/evp/ |
H A D | p_open.c | 64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() argument
|
H A D | p_seal.c | 80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/ |
H A D | io-s3c24xx.h | 34 #define outl(v,p) writel((v), S3C24XX_VA_ISA_WORD + (p)) macro
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_null.c | 40 static int null_read(BIO *b, char *out, int outl) in null_read() argument
|
H A D | bss_sock.c | 103 static int sock_read(BIO *b, char *out, int outl) in sock_read() argument
|
H A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
|
/third_party/openssl/crypto/bio/ |
H A D | bss_null.c | 40 static int null_read(BIO *b, char *out, int outl) in null_read() argument
|
H A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
|
H A D | bss_sock.c | 103 static int sock_read(BIO *b, char *out, int outl) in sock_read() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
H A D | io.h | 49 #define outl(v,p) __outl(v,p) macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | io_noioport.h | 33 static inline void outl(unsigned int x, unsigned long port) in outl() function
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | io_noioport.h | 33 static inline void outl(unsigned int x, unsigned long port) in outl() function
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genaes.c | 267 int outl = sizeof(buf), n = 0; in lws_genaes_destroy() local 321 int n = 0, outl, olen; in lws_genaes_crypt() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update() argument 127 tdes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) tdes_wrap_cipher() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update() argument 127 tdes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) tdes_wrap_cipher() argument
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | io.h | 61 #define outl(v,c) ({ __io_pbw(); writel_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | logic_pio.h | 78 #define outl logic_outl macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | logic_pio.h | 78 #define outl logic_outl macro
|