Searched defs:outb (Results 1 - 4 of 4) sorted by relevance

/external/llvm/test/MC/X86/
H A Dx86_errors.s48 outb al, 4 label
H A Dintel-syntax.s333 // CHECK: outb %al, $4
435 // CHECK: outb %al, %dx
441 outb DX define
H A Dx86-64.s214 // 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
/external/libxml2/
H A Dencoding.c558 * @outb: a pointer to an array of bytes to store the result
559 * @outlen: the length of @outb
570 UTF8ToUTF16LE(unsigned char* outb, int *outlen, argument
573 unsigned short* out = (unsigned short*) outb;
667 * @outb: a pointer to an array of bytes to store the result
668 * @outlen: the length of @outb
679 UTF8ToUTF16(unsigned char* outb, int *outlen, argument
687 outb[0] = 0xFF;
688 outb[1] = 0xFE;
701 return (UTF8ToUTF16LE(outb, outle
812 UTF8ToUTF16BE(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
[all...]

Completed in 151 milliseconds