HomeSort by relevance Sort by last modified time
    Searched defs:outw (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-inout.asm 8 outw %ax, $10 label
11 outw $10 label
  /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/chromium_org/base/strings/
stringprintf_unittest.cc 95 std::wstring outw; local
96 SStringPrintf(&outw, L"%ls", srcw);
97 EXPECT_STREQ(srcw, outw.c_str());
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_xcbc_d.c 79 DES_cblock outw; member in struct:__anon15560
111 memcpy(&data(ctx)->outw[0],&key[16],8);
124 &data(ctx)->outw,
134 &data(ctx)->outw,
  /external/openssl/crypto/evp/
e_xcbc_d.c 79 DES_cblock outw; member in struct:__anon26008
111 memcpy(&data(ctx)->outw[0],&key[16],8);
124 &data(ctx)->outw,
134 &data(ctx)->outw,
  /external/chromium_org/ui/gfx/codec/
jpeg_codec_unittest.cc 116 int outw, outh; local
119 &outw, &outh));
120 ASSERT_EQ(w, outw);
154 int outw, outh; local
157 &outw, &outh));
158 ASSERT_EQ(w, outw);
177 int outw, outh; local
180 &outw, &outh));
190 &outw, &outh));
197 &outw, &outh))
205 int outw, outh; local
    [all...]
png_codec_unittest.cc 277 int outw, outh; local
280 &outw, &outh));
281 ASSERT_EQ(w, outw);
306 int outw, outh; local
309 &outw, &outh));
310 ASSERT_EQ(w, outw);
335 int outw, outh; local
338 &outw, &outh));
339 ASSERT_EQ(w, outw);
368 int outw, outh local
413 int outw, outh; local
456 int outw, outh; local
493 int outw, outh; local
529 int outw, outh; local
566 int outw, outh; local
603 int outw, outh; local
641 int outw, outh; local
679 int outw, outh; local
708 int outw, outh; local
737 int outw, outh; local
774 int outw, outh; local
811 int outw, outh; local
901 int outw, outh; local
944 int outw, outh; local
1142 int outw, outh; local
    [all...]
  /prebuilts/gcc/linux-x86/host/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),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/llvm/test/MC/X86/
intel-syntax.s 428 // CHECK: outw %ax, %dx
434 outw DX define
x86-64.s 216 // CHECK: outw %ax, $128
217 outw %ax, $128 label
246 // CHECK: outw %ax, %dx
251 outw %dx label
258 // CHECK: outw %ax, %dx
259 // CHECK: outw %ax, %dx
266 outw %ax, (%dx) label
  /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))
  /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...]

Completed in 962 milliseconds