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

  /external/libchrome/base/strings/
stringprintf_unittest.cc 97 std::wstring outw; local
98 SStringPrintf(&outw, L"%ls", srcw);
99 EXPECT_STREQ(srcw, outw.c_str());
  /external/libweave/third_party/chromium/base/strings/
stringprintf_unittest.cc 97 std::wstring outw; local
98 SStringPrintf(&outw, L"%ls", srcw);
99 EXPECT_STREQ(srcw, outw.c_str());
  /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),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
io.h 111 outw (unsigned short int value, unsigned short int __port) function
113 __asm__ __volatile__ ("outw %w0,%w1": :"a" (value), "Nd" (__port));
120 __asm__ __volatile__ ("outw %w0,%w1\noutb %%al,$0x80": :"a" (value),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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),
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 36 #define outw(...) macro
85 outw(value,0xCFC + (where&2));
  /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

Completed in 1157 milliseconds