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

  /external/autotest/client/virt/tests/
iofuzz.py 24 def outb(session, port, data): function in function:run_iofuzz
33 logging.debug("outb(0x%x, 0x%x)", port, data)
73 outb(session, operand[0], operand[1])
  /external/llvm/test/MC/X86/
x86_errors.s 48 outb al, 4 label
intel-syntax.s 333 // CHECK: outb %al, $4
435 // CHECK: outb %al, %dx
441 outb DX define
x86-64.s 214 // CHECK: outb %al, $161
215 outb %al, $161 label
245 // CHECK: outb %al, $127
250 outb $0x7f label
256 // CHECK: outb %al, %dx
257 // CHECK: outb %al, %dx
264 outb %al, (%dx) label
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
io.h 97 outb (unsigned char __value, unsigned short int __port) function
99 __asm__ __volatile__ ("outb %b0,%w1": :"a" (__value), "Nd" (__port));
105 __asm__ __volatile__ ("outb %b0,%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 98 outb (unsigned char value, unsigned short int __port) function
100 __asm__ __volatile__ ("outb %b0,%w1": :"a" (value), "Nd" (__port));
106 __asm__ __volatile__ ("outb %b0,%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 97 outb (unsigned char __value, unsigned short int __port) function
99 __asm__ __volatile__ ("outb %b0,%w1": :"a" (__value), "Nd" (__port));
105 __asm__ __volatile__ ("outb %b0,%w1\noutb %%al,$0x80": :"a" (__value),
  /external/opencv3/3rdparty/libjasper/
jpc_t2enc.c 169 jpc_bitstream_t *outb; local
206 outb = jpc_bitstream_sopen(out, "w+");
207 assert(outb);
209 if (jpc_bitstream_putbit(outb, 1) == EOF) {
251 + 1, outb) < 0) {
255 if (jpc_bitstream_putbit(outb, included) == EOF) {
267 if ((ret = jpc_tagtree_encode(prc->nlibtree, leaf, i, outb)) < 0) {
285 if (jpc_putnumnewpasses(outb, numnewpasses)) {
307 if (jpc_putcommacode(outb, maxadjust)) {
319 if (jpc_bitstream_putbits(outb, cblk->numlenbits + jpc_floorlog2(passcount), datalen) == EOF)
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 862 unsigned short * outb = out; local
954 if (out - outb != no)

Completed in 423 milliseconds