Searched defs:outw (Results 1 - 10 of 10) sorted by relevance

/external/chromium/base/
H A Dstringprintf_unittest.cc83 std::wstring outw; local
84 SStringPrintf(&outw, L"%ls", srcw);
85 EXPECT_STREQ(srcw, outw.c_str());
/external/openssl/crypto/evp/
H A De_xcbc_d.c79 DES_cblock outw; member in struct:__anon9826
111 memcpy(&data(ctx)->outw[0],&key[16],8);
124 &data(ctx)->outw,
134 &data(ctx)->outw,
/external/openssl/crypto/des/
H A Dxcbc_enc.c115 const_DES_cblock *outw, int enc)
128 in2 = &(*outw)[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
147 #define outw(val,port) \ macro
/external/kernel-headers/original/asm-arm/
H A Dio.h112 #define outw(v,p) __raw_writew((__force __u16) \ macro
133 #define outw_p(val,port) outw((val),(port))
/external/llvm/test/MC/X86/
H A Dx86-64.s216 // CHECK: outw %ax, $128
217 outw %ax, $128 label
246 // CHECK: outw %dx
251 outw %dx label
258 // CHECK: outw %dx
259 // CHECK: outw %dx
266 outw %ax, (%dx) label
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c67 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_ADDRES
3741 outw(port, val) function
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c91 static inline void outw(int addr, int val) function
93 asm volatile ("outw %w1, %w0" : : "d" (addr), "a" (val));
485 outw(QEMU_CFG_CTL_PORT, f);
727 outw(0xcfc + (addr & 2), val);
H A Drombios.c857 static void outw();
1184 outw(port, val) function

Completed in 1564 milliseconds