Searched defs:outw (Results 1 – 10 of 10) sorted by relevance
/external/openssl/crypto/des/ |
D | xcbc_enc.c | 115 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
|
D | des_old.c | 111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc) in _ossl_old_des_xcbc_encrypt()
|
D | des_old.h | 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
|
/external/openssl/crypto/evp/ |
D | e_xcbc_d.c | 79 DES_cblock outw; member
|
/external/chromium/base/ |
D | stringprintf_unittest.cc | 83 std::wstring outw; in TEST() local
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 217 outw %ax, $128 label 251 outw %dx label 266 outw %ax, (%dx) label
|
/external/grub/netboot/ |
D | linux-asm-io.h | 147 #define outw(val,port) \ macro
|
/external/openssl/include/openssl/ |
D | des_old.h | 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
|
/external/kernel-headers/original/asm-arm/ |
D | io.h | 112 #define outw(v,p) __raw_writew((__force __u16) \ macro
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios32.c | 91 static inline void outw(int addr, int val) in outw() function
|