| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | xmltok.c | 365 char **toP, const char *toLim) { in utf8_toUtf8() argument 371 const ptrdiff_t bytesStorable = toLim - *toP; in utf8_toUtf8() 389 memcpy(*toP, *fromP, bytesToCopy); in utf8_toUtf8() 391 *toP += bytesToCopy; in utf8_toUtf8() 404 unsigned short **toP, const unsigned short *toLim) { in utf8_toUtf16() argument 406 unsigned short *to = *toP; in utf8_toUtf16() 454 *toP = to; in utf8_toUtf16() 502 char **toP, const char *toLim) { in latin1_toUtf8() argument 510 if (toLim - *toP < 2) in latin1_toUtf8() 512 *(*toP)++ = (char)((c >> 6) | UTF8_cval2); in latin1_toUtf8() [all …]
|
| H A D | xmltok.h | 190 const char *fromLim, char **toP, 195 unsigned short **toP, 275 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 276 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim)) 278 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument 279 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-dlx.c | 890 char *toP; in md_assemble() local 896 toP = frag_more (4); in md_assemble() 900 md_number_to_chars (toP, the_insn.opcode, 4); in md_assemble() 906 (toP - frag_now->fr_literal + the_insn.reloc_offset), in md_assemble()
|
| H A D | tc-ns32k.c | 720 char *toP; in get_addr_mode() local 740 if ((toP = addrmodeP->disp[i])) in get_addr_mode() 743 fromP = toP; in get_addr_mode() 747 *toP++ = c; in get_addr_mode() 771 toP --; /* So we write over the ':' */ in get_addr_mode() 778 *toP = '\0'; /* Terminate properly. */ in get_addr_mode()
|
| H A D | tc-m68k.c | 4223 char *toP = NULL; in md_assemble() local 4306 toP = frag_more (2 * the_ins.numo); in md_assemble() 4310 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble() 4311 toP += 2; in md_assemble() 4341 ((toP - frag_now->fr_literal) in md_assemble() 4379 toP = frag_more (wid); in md_assemble() 4380 to_beg_P = toP; in md_assemble() 4384 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble() 4385 toP += 2; in md_assemble() 4403 ((toP - frag_now->fr_literal) in md_assemble() [all …]
|
| H A D | tc-bfin.c | 474 char *toP = 0; in md_assemble() local 501 toP = frag_more (insn_size); in md_assemble() 512 char *prev_toP = toP - 2; in md_assemble() 545 md_number_to_chars (toP, insn->value, 2); in md_assemble() 546 toP += 2; in md_assemble()
|
| H A D | tc-sparc.c | 3394 char *toP = frag_more (4); in output_insn() local 3398 number_to_chars_bigendian (toP, (valueT) theinsn->opcode, 4); in output_insn() 3400 number_to_chars_littleendian (toP, (valueT) theinsn->opcode, 4); in output_insn() 3406 (toP - frag_now->fr_literal), /* Where. */ in output_insn()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-dlx.c | 889 char *toP; in md_assemble() local 895 toP = frag_more (4); in md_assemble() 899 md_number_to_chars (toP, the_insn.opcode, 4); in md_assemble() 905 (toP - frag_now->fr_literal + the_insn.reloc_offset), in md_assemble()
|
| H A D | tc-ns32k.c | 720 char *toP; in get_addr_mode() local 740 if ((toP = addrmodeP->disp[i])) in get_addr_mode() 743 fromP = toP; in get_addr_mode() 747 *toP++ = c; in get_addr_mode() 771 toP --; /* So we write over the ':' */ in get_addr_mode() 778 *toP = '\0'; /* Terminate properly. */ in get_addr_mode()
|
| H A D | tc-m68k.c | 4225 char *toP = NULL; in md_assemble() local 4308 toP = frag_more (2 * the_ins.numo); in md_assemble() 4312 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble() 4313 toP += 2; in md_assemble() 4343 ((toP - frag_now->fr_literal) in md_assemble() 4381 toP = frag_more (wid); in md_assemble() 4382 to_beg_P = toP; in md_assemble() 4386 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble() 4387 toP += 2; in md_assemble() 4405 ((toP - frag_now->fr_literal) in md_assemble() [all …]
|
| H A D | tc-bfin.c | 485 char *toP = 0; in md_assemble() local 512 toP = frag_more (insn_size); in md_assemble() 523 char *prev_toP = toP - 2; in md_assemble() 556 md_number_to_chars (toP, insn->value, 2); in md_assemble() 557 toP += 2; in md_assemble()
|
| H A D | tc-sparc.c | 3390 char *toP = frag_more (4); in output_insn() local 3394 number_to_chars_bigendian (toP, (valueT) theinsn->opcode, 4); in output_insn() 3396 number_to_chars_littleendian (toP, (valueT) theinsn->opcode, 4); in output_insn() 3402 (toP - frag_now->fr_literal), /* Where. */ in output_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-9295 | 9498 if SEPARATE_STAB_SECTIONS. Use toP only in local block.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-9295 | 9498 if SEPARATE_STAB_SECTIONS. Use toP only in local block.
|