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

  /external/openssl/crypto/evp/
e_xcbc_d.c 79 DES_cblock outw; member in struct:__anon5408
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))
  /external/chromium/base/
string_util_unittest.cc 905 std::wstring outw; local
906 SStringPrintf(&outw, L"%ls", srcw);
907 EXPECT_STREQ(srcw, outw.c_str());
    [all...]
  /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...]

Completed in 298 milliseconds