Home
last modified time | relevance | path

Searched refs:toP (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/mit/expat/dist/lib/
H A Dxmltok.c391 *toP += bytesToCopy; in utf8_toUtf8()
406 unsigned short *to = *toP; in utf8_toUtf16()
454 *toP = to; in utf8_toUtf16()
510 if (toLim - *toP < 2) in latin1_toUtf8()
516 if (*toP == toLim) in latin1_toUtf8()
563 *(*toP)++ = *(*fromP)++; in ascii_toUtf8()
1368 if (n > toLim - *toP) in unknown_toUtf8()
1374 if (n > toLim - *toP) in unknown_toUtf8()
1378 memcpy(*toP, utf8, n); in unknown_toUtf8()
1379 *toP += n; in unknown_toUtf8()
[all …]
H A Dxmltok.h190 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/external/gpl3/gdb/dist/gas/config/
H A Dtc-dlx.c889 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 Dtc-ns32k.c720 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 Dtc-m68k.c4241 char *toP = NULL; in md_assemble() local
4324 toP = frag_more (2 * the_ins.numo); in md_assemble()
4328 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4329 toP += 2; in md_assemble()
4359 ((toP - frag_now->fr_literal) in md_assemble()
4397 toP = frag_more (wid); in md_assemble()
4398 to_beg_P = toP; in md_assemble()
4403 toP += 2; in md_assemble()
4421 ((toP - frag_now->fr_literal) in md_assemble()
4439 toP = frag_more (n * 2); in md_assemble()
[all …]
H A Dtc-bfin.c485 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 Dtc-sparc.c3391 char *toP = frag_more (4); in output_insn() local
3395 number_to_chars_bigendian (toP, (valueT) theinsn->opcode, 4); in output_insn()
3397 number_to_chars_littleendian (toP, (valueT) theinsn->opcode, 4); in output_insn()
3403 (toP - frag_now->fr_literal), /* Where. */ in output_insn()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-dlx.c889 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 Dtc-ns32k.c720 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 Dtc-m68k.c4225 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()
4387 toP += 2; in md_assemble()
4405 ((toP - frag_now->fr_literal) in md_assemble()
4423 toP = frag_more (n * 2); in md_assemble()
[all …]
H A Dtc-bfin.c485 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 Dtc-sparc.c3390 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/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-dlx.c901 char *toP; in md_assemble() local
907 toP = frag_more (4); in md_assemble()
911 md_number_to_chars (toP, the_insn.opcode, 4); in md_assemble()
917 (toP - frag_now->fr_literal + the_insn.reloc_offset), in md_assemble()
H A Dtc-ns32k.c720 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 Dtc-m68k.c4239 char *toP = NULL; in md_assemble() local
4322 toP = frag_more (2 * the_ins.numo); in md_assemble()
4326 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4327 toP += 2; in md_assemble()
4357 ((toP - frag_now->fr_literal) in md_assemble()
4395 toP = frag_more (wid); in md_assemble()
4396 to_beg_P = toP; in md_assemble()
4401 toP += 2; in md_assemble()
4419 ((toP - frag_now->fr_literal) in md_assemble()
4437 toP = frag_more (n * 2); in md_assemble()
[all …]
H A Dtc-bfin.c485 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 Dtc-sparc.c3400 char *toP = frag_more (4); in output_insn() local
3404 number_to_chars_bigendian (toP, (valueT) theinsn->opcode, 4); in output_insn()
3406 number_to_chars_littleendian (toP, (valueT) theinsn->opcode, 4); in output_insn()
3412 (toP - frag_now->fr_literal), /* Where. */ in output_insn()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-dlx.c889 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 Dtc-ns32k.c720 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 Dtc-m68k.c4241 char *toP = NULL; in md_assemble() local
4324 toP = frag_more (2 * the_ins.numo); in md_assemble()
4328 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4329 toP += 2; in md_assemble()
4359 ((toP - frag_now->fr_literal) in md_assemble()
4397 toP = frag_more (wid); in md_assemble()
4398 to_beg_P = toP; in md_assemble()
4403 toP += 2; in md_assemble()
4421 ((toP - frag_now->fr_literal) in md_assemble()
4439 toP = frag_more (n * 2); in md_assemble()
[all …]
H A Dtc-bfin.c485 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 Dtc-sparc.c3391 char *toP = frag_more (4); in output_insn() local
3395 number_to_chars_bigendian (toP, (valueT) theinsn->opcode, 4); in output_insn()
3397 number_to_chars_littleendian (toP, (valueT) theinsn->opcode, 4); in output_insn()
3403 (toP - frag_now->fr_literal), /* Where. */ in output_insn()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92959498 if SEPARATE_STAB_SECTIONS. Use toP only in local block.
/netbsd/external/gpl3/gdb/dist/gas/
H A DChangeLog-92959498 if SEPARATE_STAB_SECTIONS. Use toP only in local block.
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-92959498 if SEPARATE_STAB_SECTIONS. Use toP only in local block.

12