/external/chromium/base/ |
stringprintf_unittest.cc | 83 std::wstring outw; local 84 SStringPrintf(&outw, L"%ls", srcw); 85 EXPECT_STREQ(srcw, outw.c_str());
|
/external/openssl/crypto/evp/ |
e_xcbc_d.c | 79 DES_cblock outw; member in struct:__anon8829 111 memcpy(&data(ctx)->outw[0],&key[16],8); 124 &data(ctx)->outw, 134 &data(ctx)->outw,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
io.h | 110 outw (unsigned short int value, unsigned short int port) function 112 __asm__ __volatile__ ("outw %w0,%w1": :"a" (value), "Nd" (port)); 119 __asm__ __volatile__ ("outw %w0,%w1\noutb %%al,$0x80": :"a" (value),
|
/external/grub/netboot/ |
linux-asm-io.h | 6 * 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/ |
io.h | 112 #define outw(v,p) __raw_writew((__force __u16) \ macro 133 #define outw_p(val,port) outw((val),(port))
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
compiler.h | 96 # define outw RealOutw macro 105 # define outw outpw macro 140 extern void outw(unsigned short, unsigned short); 149 extern void outw(unsigned long, unsigned short); 191 outw(unsigned long port, unsigned short val) function 235 extern void outw(unsigned int port, unsigned short val); 505 # undef outw macro 511 extern void outw(unsigned long port, unsigned short val); 542 outw(unsigned short port, unsigned short val) function 544 __asm__ __volatile__("outw %0,%1" : :"a" (val), "d" (port)) 602 outw(unsigned long port, unsigned short val) function 933 outw(unsigned PORT_SIZE port, unsigned short val) function 1265 outw(unsigned short port, unsigned short value) function 1354 #define outw macro 1395 outw(unsigned short port, unsigned short val) function 1445 outw(unsigned short port, unsigned short val) function 1496 outw(unsigned short port, unsigned short val) function 1567 # undef outw macro 1580 # define outw macro 1596 # define outw macro 1671 # undef outw macro 1678 # define outw macro [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 213 // CHECK: outw %ax, $128 214 outw %ax, $128 label 243 // CHECK: outw %dx 248 outw %dx label 255 // CHECK: outw %dx 256 // CHECK: outw %dx 263 outw %ax, (%dx) label
|
/external/qemu-pc-bios/vgabios/ |
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); 3741 outw(port, val) function [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 91 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); [all...] |
rombios.c | 857 static void outw(); 1184 outw(port, val) function [all...] |