Home
last modified time | relevance | path

Searched refs:strm_pos (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/math/openfst/openfst-1.8.1/src/lib/
H A Dutil.cc123 const auto strm_pos = strm.tellp(); in AlignBufferWithOutputStream() local
124 if (strm_pos == -1) { in AlignBufferWithOutputStream()
128 const int stream_offset = strm_pos % align; in AlignBufferWithOutputStream()
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/io/
H A Dtransfer.c459 dtp->u.p.current_unit->strm_pos += in read_block_form()
485 dtp->u.p.current_unit->strm_pos += (gfc_offset) *nbytes; in read_block_form()
767 dtp->u.p.current_unit->strm_pos += (gfc_offset) length; in write_block()
796 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
821 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
2737 if (dtp->pos != dtp->u.p.current_unit->strm_pos) in data_transfer_init()
2745 dtp->u.p.current_unit->strm_pos = dtp->pos; in data_transfer_init()
2803 dtp->u.p.current_unit->strm_pos = dtp->rec; in data_transfer_init()
3150 dtp->u.p.current_unit->strm_pos++; in next_record_r()
3473 dtp->u.p.current_unit->strm_pos += len; in next_record_w()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgfortran/io/
H A Dtransfer.c459 dtp->u.p.current_unit->strm_pos += in read_block_form()
485 dtp->u.p.current_unit->strm_pos += (gfc_offset) *nbytes; in read_block_form()
767 dtp->u.p.current_unit->strm_pos += (gfc_offset) length; in write_block()
796 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
821 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
2726 if (dtp->pos != dtp->u.p.current_unit->strm_pos) in data_transfer_init()
2734 dtp->u.p.current_unit->strm_pos = dtp->pos; in data_transfer_init()
2792 dtp->u.p.current_unit->strm_pos = dtp->rec; in data_transfer_init()
3125 dtp->u.p.current_unit->strm_pos++; in next_record_r()
3449 dtp->u.p.current_unit->strm_pos += len; in next_record_w()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/io/
H A Dtransfer.c459 dtp->u.p.current_unit->strm_pos += in read_block_form()
485 dtp->u.p.current_unit->strm_pos += (gfc_offset) *nbytes; in read_block_form()
767 dtp->u.p.current_unit->strm_pos += (gfc_offset) length; in write_block()
796 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
821 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
2735 if (dtp->pos != dtp->u.p.current_unit->strm_pos) in data_transfer_init()
2743 dtp->u.p.current_unit->strm_pos = dtp->pos; in data_transfer_init()
2801 dtp->u.p.current_unit->strm_pos = dtp->rec; in data_transfer_init()
3134 dtp->u.p.current_unit->strm_pos++; in next_record_r()
3457 dtp->u.p.current_unit->strm_pos += len; in next_record_w()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/io/
H A Dtransfer.c459 dtp->u.p.current_unit->strm_pos += in read_block_form()
485 dtp->u.p.current_unit->strm_pos += (gfc_offset) *nbytes; in read_block_form()
767 dtp->u.p.current_unit->strm_pos += (gfc_offset) length; in write_block()
796 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
821 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
2737 if (dtp->pos != dtp->u.p.current_unit->strm_pos) in data_transfer_init()
2745 dtp->u.p.current_unit->strm_pos = dtp->pos; in data_transfer_init()
2803 dtp->u.p.current_unit->strm_pos = dtp->rec; in data_transfer_init()
3150 dtp->u.p.current_unit->strm_pos++; in next_record_r()
3473 dtp->u.p.current_unit->strm_pos += len; in next_record_w()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/io/
H A Dtransfer.c459 dtp->u.p.current_unit->strm_pos += in read_block_form()
485 dtp->u.p.current_unit->strm_pos += (gfc_offset) *nbytes; in read_block_form()
767 dtp->u.p.current_unit->strm_pos += (gfc_offset) length; in write_block()
796 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
821 dtp->u.p.current_unit->strm_pos += (gfc_offset) have_written; in write_buf()
2725 if (dtp->pos != dtp->u.p.current_unit->strm_pos) in data_transfer_init()
2733 dtp->u.p.current_unit->strm_pos = dtp->pos; in data_transfer_init()
2791 dtp->u.p.current_unit->strm_pos = dtp->rec; in data_transfer_init()
3124 dtp->u.p.current_unit->strm_pos++; in next_record_r()
3448 dtp->u.p.current_unit->strm_pos += len; in next_record_w()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgfortran/
H A DChangeLog-2006555 * io/list_read.c (next_char): Update strm_pos.
558 (next_record_r): Update strm_pos for formatted stream I/O and handle
721 * io.h (gfc_unit): Add variable, strm_pos, to track
723 * file_pos.c (st_rewind): Set strm_pos to beginning.
724 * open.c (new_unit): Initialize strm_pos.
725 * read.c (read_x): Bump strm_pos.
726 * inquire.c (inquire_via_unit): Return strm_pos value.
728 (write_buf): Seek to strm_pos - 1. Update strm_pos when done.
729 (pre_position): Initialize strm_pos.
730 (data_transfer_init): Set strm_pos if DT_HAS_REC.
[all …]

12345678910>>...12