/external/llvm/test/MC/X86/ |
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/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/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 | 2850 // outb %dx -> outb %al, %dx 2851 def : InstAlias<"outb\t{%dx|dx}", (OUT8rr), 0>; 2854 def : InstAlias<"outb\t$port", (OUT8ir i8imm:$port), 0>;
|
/external/valgrind/ |
D | NEWS.old | 266 152357 inb and outb not recognized in 64-bit mode
|