/external/opencv3/3rdparty/libjasper/ |
D | jpc_t2enc.c | 169 jpc_bitstream_t *outb; in jpc_enc_encpkt() local 206 outb = jpc_bitstream_sopen(out, "w+"); in jpc_enc_encpkt() 207 assert(outb); in jpc_enc_encpkt() 209 if (jpc_bitstream_putbit(outb, 1) == EOF) { in jpc_enc_encpkt() 251 + 1, outb) < 0) { in jpc_enc_encpkt() 255 if (jpc_bitstream_putbit(outb, included) == EOF) { in jpc_enc_encpkt() 267 if ((ret = jpc_tagtree_encode(prc->nlibtree, leaf, i, outb)) < 0) { in jpc_enc_encpkt() 285 if (jpc_putnumnewpasses(outb, numnewpasses)) { in jpc_enc_encpkt() 307 if (jpc_putcommacode(outb, maxadjust)) { in jpc_enc_encpkt() 319 … if (jpc_bitstream_putbits(outb, cblk->numlenbits + jpc_floorlog2(passcount), datalen) == EOF) { in jpc_enc_encpkt() [all …]
|
/external/llvm/test/MC/X86/ |
D | validate-inst-att.s | 19 outb %al, $65535 21 # CHECK: outb %al, $65535
|
D | x86_errors.s | 48 outb al, 4 label
|
D | x86-64.s | 215 outb %al, $161 label 250 outb $0x7f label 264 outb %al, (%dx) label
|
D | intel-syntax.s | 441 outb DX define
|
/external/autotest/client/virt/tests/ |
D | iofuzz.py | 24 def outb(session, port, data): function 73 outb(session, operand[0], operand[1])
|
/external/libxml2/ |
D | encoding.c | 570 UTF8ToUTF16LE(unsigned char* outb, int *outlen, in UTF8ToUTF16LE() argument 573 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16LE() 679 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() argument 687 outb[0] = 0xFF; in UTF8ToUTF16() 688 outb[1] = 0xFE; in UTF8ToUTF16() 701 return (UTF8ToUTF16LE(outb, outlen, in, inlen)); in UTF8ToUTF16() 812 UTF8ToUTF16BE(unsigned char* outb, int *outlen, in UTF8ToUTF16BE() argument 815 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16BE() 827 if ((outb == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1); in UTF8ToUTF16BE()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 2639 char *outb; in base64_decode() 2642 outb = malloc(inlen * 2); in base64_decode() 2643 if (outb == NULL) in base64_decode() 2650 outlen = BIO_read(bio, outb, inlen * 2); in base64_decode() 2660 memcpy(res->v, outb, outlen); in base64_decode() 2663 if (outb) in base64_decode() 2664 free(outb); in base64_decode()
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfHuf.cpp | 862 unsigned short * outb = out; in hufDecode() local 954 if (out - outb != no) in hufDecode()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 557 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX) 563 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
|
/external/valgrind/perf/ |
D | tinycc.c | 3260 ALT(DEF_ASM_OP2(outb, 0xe6, 0, OPC_BWL, OPT_EAX, OPT_IM8)) 3261 ALT(DEF_ASM_OP1(outb, 0xe6, 0, OPC_BWL, OPT_IM8)) 3262 ALT(DEF_ASM_OP2(outb, 0xee, 0, OPC_BWL, OPT_EAX, OPT_DX)) 3263 ALT(DEF_ASM_OP1(outb, 0xee, 0, OPC_BWL, OPT_DX)) 3717 ALT(DEF_ASM_OP2(outb, 0xe6, 0, OPC_BWL, OPT_EAX, OPT_IM8)) 3718 ALT(DEF_ASM_OP1(outb, 0xe6, 0, OPC_BWL, OPT_IM8)) 3719 ALT(DEF_ASM_OP2(outb, 0xee, 0, OPC_BWL, OPT_EAX, OPT_DX)) 3720 ALT(DEF_ASM_OP1(outb, 0xee, 0, OPC_BWL, OPT_DX)) 4592 ALT(DEF_ASM_OP2(outb, 0xe6, 0, OPC_BWL, OPT_EAX, OPT_IM8)) 4593 ALT(DEF_ASM_OP1(outb, 0xe6, 0, OPC_BWL, OPT_IM8)) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | crash.ll | 142 …call void asm sideeffect "outb $0, ${1:w}", "{ax},N{dx},~{dirflag},~{fpsr},~{flags}"(i8 %conv4.i, …
|
/external/valgrind/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 118 152357 vx1799 inb and outb not recognized in 64-bit mode
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2947 // outb %dx -> outb %al, %dx 2948 def : InstAlias<"outb\t{%dx|dx}", (OUT8rr), 0>; 2951 def : InstAlias<"outb\t$port", (OUT8ir u8imm:$port), 0>;
|
/external/valgrind/ |
D | NEWS.old | 266 152357 inb and outb not recognized in 64-bit mode
|