/external/chromium_org/ui/gfx/codec/ |
D | jpeg_codec_unittest.cc | 116 int outw, outh; in TEST() local 119 &outw, &outh)); in TEST() 120 ASSERT_EQ(w, outw); in TEST() 154 int outw, outh; in TEST() local 157 &outw, &outh)); in TEST() 158 ASSERT_EQ(w, outw); in TEST() 177 int outw, outh; in TEST() local 180 &outw, &outh)); in TEST() 190 &outw, &outh)); in TEST() 197 &outw, &outh)); in TEST() [all …]
|
D | png_codec_unittest.cc | 293 int outw, outh; in TEST() local 296 &outw, &outh)); in TEST() 297 ASSERT_EQ(w, outw); in TEST() 322 int outw, outh; in TEST() local 325 &outw, &outh)); in TEST() 326 ASSERT_EQ(w, outw); in TEST() 351 int outw, outh; in TEST() local 354 &outw, &outh)); in TEST() 355 ASSERT_EQ(w, outw); in TEST() 384 int outw, outh; in TEST() local [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
D | e_xcbc_d.c | 79 DES_cblock outw; member 111 memcpy(&data(ctx)->outw[0],&key[16],8); in desx_cbc_init_key() 124 &data(ctx)->outw, in desx_cbc_cipher() 134 &data(ctx)->outw, in desx_cbc_cipher()
|
/external/openssl/crypto/evp/ |
D | e_xcbc_d.c | 79 DES_cblock outw; member 111 memcpy(&data(ctx)->outw[0],&key[16],8); in desx_cbc_init_key() 124 &data(ctx)->outw, in desx_cbc_cipher() 134 &data(ctx)->outw, in desx_cbc_cipher()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
D | gas-inout.asm | 8 outw %ax, $10 label 11 outw $10 label
|
/external/qemu-pc-bios/vgabios/ |
D | vbe.c | 269 outw(VBE_DISPI_IOPORT_INDEX,VBE_DISPI_INDEX_YRES); 270 outw(VBE_DISPI_IOPORT_DATA,yres); 276 outw(VBE_DISPI_IOPORT_INDEX,VBE_DISPI_INDEX_BPP); 277 outw(VBE_DISPI_IOPORT_DATA,bpp); 835 outw(VBE_DISPI_IOPORT_INDEX, VBE_DISPI_INDEX_VIDEO_MEMORY_64K); 1089 outw(VBE_DISPI_IOPORT_INDEX,VBE_DISPI_INDEX_ENABLE); 1097 outw(VBE_DISPI_IOPORT_INDEX, i); 1114 outw(VBE_DISPI_IOPORT_INDEX,VBE_DISPI_INDEX_ENABLE); 1115 outw(VBE_DISPI_IOPORT_DATA, enable); 1117 outw(VBE_DISPI_IOPORT_INDEX, VBE_DISPI_INDEX_XRES); [all …]
|
D | vgabios.c | 67 static void outw(); 943 outw(crtc_addr,0x0011); 1200 outw(VGAREG_GRDC_ADDRESS, 0x0105); 1205 outw(VGAREG_GRDC_ADDRESS, 0x0005); 1216 outw(VGAREG_GRDC_ADDRESS, 0x0205); 1221 outw(VGAREG_GRDC_ADDRESS, 0x0005); 1335 outw(VGAREG_GRDC_ADDRESS, 0x0205); 1337 outw(VGAREG_GRDC_ADDRESS, 0x0005); 1464 outw(VGAREG_SEQU_ADDRESS, 0x0f02); 1465 outw(VGAREG_GRDC_ADDRESS, 0x0205); [all …]
|
/external/chromium_org/base/strings/ |
D | stringprintf_unittest.cc | 95 std::wstring outw; in TEST() local 96 SStringPrintf(&outw, L"%ls", srcw); in TEST() 97 EXPECT_STREQ(srcw, outw.c_str()); in TEST()
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios32start.S | 103 outw %ax, %dx 115 outw %ax, %dx
|
D | rombios32.c | 91 static inline void outw(int addr, int val) in outw() function 485 outw(QEMU_CFG_CTL_PORT, f); in qemu_cfg_select() 727 outw(0xcfc + (addr & 2), val); in pci_config_writew()
|
/external/openssl/crypto/des/ |
D | xcbc_enc.c | 115 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 128 in2 = &(*outw)[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/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | xcbc_enc.c | 115 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 128 in2 = &(*outw)[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/chromium_org/third_party/openssl/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/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 | 217 outw %ax, $128 label 251 outw %dx label 266 outw %ax, (%dx) label
|
D | intel-syntax.s | 442 outw DX define
|
/external/qemu/target-i386/ |
D | helper.h | 92 DEF_HELPER_2(outw, void, i32, i32)
|