HomeSort by relevance Sort by last modified time
    Searched defs:outw (Results 1 - 14 of 14) 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_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:__anon18460
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:__anon32061
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 293 int outw, outh; local
296 &outw, &outh));
297 ASSERT_EQ(w, outw);
322 int outw, outh; local
325 &outw, &outh));
326 ASSERT_EQ(w, outw);
351 int outw, outh; local
354 &outw, &outh));
355 ASSERT_EQ(w, outw);
384 int outw, outh local
429 int outw, outh; local
472 int outw, outh; local
509 int outw, outh; local
545 int outw, outh; local
582 int outw, outh; local
619 int outw, outh; local
657 int outw, outh; local
695 int outw, outh; local
724 int outw, outh; local
753 int outw, outh; local
790 int outw, outh; local
827 int outw, outh; local
917 int outw, outh; local
960 int outw, outh; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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 436 // CHECK: outw %ax, %dx
442 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
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 36 #define outw(...) macro
85 outw(value,0xCFC + (where&2));
  /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 4088 milliseconds