Searched defs:inw (Results 1 - 9 of 9) sorted by relevance

/external/openssl/crypto/evp/
H A De_xcbc_d.c78 DES_cblock inw; member in struct:__anon10419
110 memcpy(&data(ctx)->inw[0],&key[8],8);
123 &data(ctx)->inw,
133 &data(ctx)->inw,
/external/openssl/crypto/des/
H A Dxcbc_enc.c114 DES_cblock *ivec, const_DES_cblock *inw,
125 in2 = &(*inw)[0];
112 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) argument
H A Ddes_old.c111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc)
114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc);
109 _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length, des_key_schedule schedule,_ossl_old_des_cblock *ivec, _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc) argument
/external/grub/netboot/
H A Dlinux-asm-io.h6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
152 #define inw(port) \ macro
/external/kernel-headers/original/asm-arm/
H A Dio.h118 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \ macro
136 #define inw_p(port) inw((port))
/external/llvm/test/MC/X86/
H A Dx86-64.s244 // CHECK: inw %dx
249 inw %dx label
272 // CHECK: inw %dx
273 // CHECK: inw %dx
280 inw (%dx), %ax label
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c65 static Bit16u inw();
3701 inw(port) function
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c108 static inline uint16_t inw(int addr) function
111 asm volatile ("inw %w1, %w0" : "=a" (val) : "d" (addr));
745 return inw(0xcfc + (addr & 2));
H A Drombios.c856 static Bit16u inw();
1144 inw(port) function

Completed in 355 milliseconds