HomeSort by relevance Sort by last modified time
    Searched refs:inw (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
des.h 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
des.h 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
  /external/openssl/crypto/des/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
des.h 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
  /external/openssl/include/openssl/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
des.h 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
  /external/kernel-headers/original/asm-arm/
io.h 118 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \ macro
136 #define inw_p(port) inw((port))
  /external/grub/netboot/
3c509.h 75 #define is_eeprom_busy(b) (inw((b)+EP_W0_EEPROM_COMMAND)&EEPROM_BUSY)
linux-asm-io.h 6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
152 #define inw(port) \ macro
ni5010.c 230 nic->packetlen = inw(IE_RCNT);
pci.c 48 *value = inw(0xCFC + (where&2));
via-rhine.c 769 ReturnMII = inw (wMIIDATA);
809 ReadMIItmp = inw (wMIIDATA);
1089 CRbak = inw (byCR0);
tlan.c 341 return (inw((base_addr + TLAN_DIO_DATA) + (internal_addr & 0x2)));
    [all...]
tulip.c     [all...]
w89c840.c 162 #define readw inw
ns8390.c 136 *((unsigned short *)dst) = inw(eth_asic_base + ASIC_PIO);
  /external/qemu/target-i386/
helper.h 93 DEF_HELPER_1(inw, tl, i32)
  /external/llvm/test/MC/X86/
x86-64.s 244 // CHECK: inw %dx, %ax
249 inw %dx label
272 // CHECK: inw %dx, %ax
273 // CHECK: inw %dx, %ax
280 inw (%dx), %ax label
intel-syntax.s 425 // CHECK: inw %dx, %ax
431 inw DX define
  /external/qemu-pc-bios/vgabios/
vbe.c 836 vbe_info_block.TotalMemory = inw(VBE_DISPI_IOPORT_DATA);
1090 enable = inw(VBE_DISPI_IOPORT_DATA);
1098 write_word(ES, BX, inw(VBE_DISPI_IOPORT_DATA));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 108 static inline uint16_t inw(int addr) function
111 asm volatile ("inw %w1, %w0" : "=a" (val) : "d" (addr));
745 return inw(0xcfc + (addr & 2));
    [all...]

Completed in 572 milliseconds

12 3