Home
last modified time | relevance | path

Searched refs:max_pos (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dtransfer.c1669 dtp->u.p.pending_spaces = pos - dtp->u.p.max_pos + 1; in formatted_transfer_scalar_read()
1701 + pos - dtp->u.p.max_pos; in formatted_transfer_scalar_read()
1835 dtp->u.p.max_pos = (dtp->u.p.max_pos > pos) ? dtp->u.p.max_pos : pos; in formatted_transfer_scalar_read()
1920 dtp->u.p.max_pos = in formatted_transfer_scalar_write()
1921 dtp->u.p.max_pos > tmp ? dtp->u.p.max_pos : tmp; in formatted_transfer_scalar_write()
2154 dtp->u.p.pending_spaces = pos - dtp->u.p.max_pos + 1; in formatted_transfer_scalar_write()
2195 + pos - dtp->u.p.max_pos; in formatted_transfer_scalar_write()
2304 dtp->u.p.max_pos = (dtp->u.p.max_pos > pos) ? dtp->u.p.max_pos : pos; in formatted_transfer_scalar_write()
3390 dtp->u.p.max_pos = dtp->u.p.current_unit->saved_pos; in data_transfer_init_worker()
3880 max_pos_off = dtp->u.p.max_pos; in next_record_w()
[all …]
H A Dio.h502 int max_pos; member
H A Dunit.c530 dtp->u.p.max_pos = 0; in set_internal_unit()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c1809 dtp->u.p.pending_spaces = pos - dtp->u.p.max_pos + 1; in formatted_transfer_scalar_read()
1841 + pos - dtp->u.p.max_pos; in formatted_transfer_scalar_read()
1975 dtp->u.p.max_pos = (dtp->u.p.max_pos > pos) ? dtp->u.p.max_pos : pos; in formatted_transfer_scalar_read()
2060 dtp->u.p.max_pos = in formatted_transfer_scalar_write()
2061 dtp->u.p.max_pos > tmp ? dtp->u.p.max_pos : tmp; in formatted_transfer_scalar_write()
2306 dtp->u.p.pending_spaces = pos - dtp->u.p.max_pos + 1; in formatted_transfer_scalar_write()
2347 + pos - dtp->u.p.max_pos; in formatted_transfer_scalar_write()
2456 dtp->u.p.max_pos = (dtp->u.p.max_pos > pos) ? dtp->u.p.max_pos : pos; in formatted_transfer_scalar_write()
3553 dtp->u.p.max_pos = dtp->u.p.current_unit->saved_pos; in data_transfer_init_worker()
4047 max_pos_off = dtp->u.p.max_pos; in next_record_w()
[all …]
H A Dio.h506 int max_pos; member
H A Dunit.c529 dtp->u.p.max_pos = 0; in set_internal_unit()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-check.c210 const message_ty *max_pos; in check_plural() local
220 max_pos = NULL; in check_plural()
247 max_pos = mp; in check_plural()
406 max_pos, NULL, 0, 0, false, msg2); in check_plural()
H A DChangeLog1852 max_pos. Use po_xerror2 instead of error_at_line pairs. Use po_xerror
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-compile.c663 tre_ast_node_t **copy, int *max_pos) in tre_copy_ast() argument
722 if (pos > *max_pos) in tre_copy_ast()
723 *max_pos = pos; in tre_copy_ast()
812 int max_pos = 0; in tre_expand_ast() local
848 if (lit->position > max_pos) in tre_expand_ast()
849 max_pos = lit->position; in tre_expand_ast()
917 &max_pos); in tre_expand_ast()
933 &pos_add, NULL, &seq2, &max_pos); in tre_expand_ast()
947 &pos_add, NULL, &copy, &max_pos); in tre_expand_ast()
1041 if (max_pos > *position) in tre_expand_ast()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc9133 int pos = 0, max_pos, template0, template1; in bundling() local
9318 max_pos = get_max_pos (curr_state->dfa_state); in bundling()
9319 if (max_pos == 6 in bundling()
9322 || (max_pos == 3 && template0 < 0)) in bundling()
9326 pos = max_pos; in bundling()
9327 if (max_pos == 3) in bundling()
9335 if (max_pos > 3 && template1 < 0) in bundling()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c9133 int pos = 0, max_pos, template0, template1; in bundling() local
9318 max_pos = get_max_pos (curr_state->dfa_state); in bundling()
9319 if (max_pos == 6 in bundling()
9322 || (max_pos == 3 && template0 < 0)) in bundling()
9326 pos = max_pos; in bundling()
9327 if (max_pos == 3) in bundling()
9335 if (max_pos > 3 && template1 < 0) in bundling()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20071923 * io/transfer.c (data_transfer_init): Set max_pos to value in
1926 (finalze_transfer): Calculate max_pos for ADVANCE="no" and save it for
H A DChangeLog-20082071 * io/transfer.c (formatted_transfer_scalar): Set max_pos to the greater
2072 of the current max_pos or the newly calculated position.
H A DChangeLog-200549 setting max_pos. Add code to position unit and pad record as needed.
398 * io/transfer.c (current_unit, sf_seen_eor, eor_condition, max_pos,