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

/external/autotest/client/virt/tests/
H A Diofuzz.py24 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/
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/opencv3/3rdparty/libjasper/
H A Djpc_t2enc.c169 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, cbl
[all...]
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfHuf.cpp862 unsigned short * outb = out; local
954 if (out - outb != no)
/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 184 milliseconds