/external/openssl/crypto/evp/ |
D | e_xcbc_d.c | 78 DES_cblock inw; member 110 memcpy(&data(ctx)->inw[0],&key[8],8); in desx_cbc_init_key() 123 &data(ctx)->inw, in desx_cbc_cipher() 133 &data(ctx)->inw, in desx_cbc_cipher()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
D | gas-inout.asm | 2 inw $10, %ax label 5 inw $10 label
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios32start.S | 101 inw %dx, %ax 113 inw %dx, %ax
|
D | rombios32.c | 108 static inline uint16_t inw(int addr) in inw() function 745 return inw(0xcfc + (addr & 2)); in pci_config_readw()
|
D | rombios.c | 856 static Bit16u inw(); 1144 inw(port)
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 58 const int32_t* inw = (int32_t*)in; in WebRtcSpl_DownsampleBy2() local 76 [diff1] "=&r" (diff1), [diff2] "=r" (diff2), [inw] "+r" (inw) in WebRtcSpl_DownsampleBy2()
|
/external/openssl/crypto/des/ |
D | xcbc_enc.c | 114 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() argument 125 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
|
D | des_old.h | 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 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)\ argument 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);
|
D | des_old.c | 111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc) in _ossl_old_des_xcbc_encrypt() argument 114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc); in _ossl_old_des_xcbc_encrypt()
|
D | des.h | 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
|
/external/openssl/include/openssl/ |
D | des_old.h | 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 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)\ argument 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);
|
D | des.h | 146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 249 inw %dx label 280 inw (%dx), %ax label
|
D | intel-syntax.s | 439 inw DX define
|
/external/qemu-pc-bios/vgabios/ |
D | 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));
|
D | vgabios.c | 65 static Bit16u inw(); 3701 inw(port)
|
/external/qemu/target-i386/ |
D | helper.h | 93 DEF_HELPER_1(inw, tl, i32)
|
/external/mesa3d/src/mesa/x86/ |
D | 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)
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | 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)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2731 def : InstAlias<"inw\t{%dx|dx}", (IN16rr), 0>; 2734 def : InstAlias<"inw\t$port", (IN16ri i8imm:$port), 0>;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_gas.gperf | 590 inw, in_insn, 12, SUF_W, 0, 0, 0, 0, 0, 0, 0 keyword
|