Searched refs:us_read (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2006 | 186 * io/transfer.c (top level): Add prototypes for us_read, us_write, 198 (us_read): Add parameter continued (to indicate that bytes_left 204 (pre_position): Use 0 for continued on us_write and us_read calls. 1275 * io/transfer.c (us_read): Likewise. 1581 * io/transfer.c (us_read): Detect end of file condition from previous
|
H A D | ChangeLog | 146 (us_read): Mask of R16 bits.
|
H A D | ChangeLog-2013 | 377 (us_read): Use __builtin_bswapXX instead of reverse_memcpy.
|
H A D | ChangeLog-2004 | 33 * libgfortran/io/transfer.c (us_read): Use memcpy/memset 888 transfer.c (us_read, us_write, next_record_r, next_record_w),
|
H A D | ChangeLog-2005 | 84 (us_read): If flags.convert does not equal CONVERT_NATIVE, 406 formatted_transfer_scalar, us_read, us_write, pre_position, 2615 * io/transfer.c (us_read): no bytes available is not a
|
H A D | ChangeLog-2007 | 417 formatted_transfer_scalar, us_read, us_write, data_transfer_init, 1647 * io/transfer.c (read_block_direct): Instead of calling us_read,
|
H A D | ChangeLog-2008 | 233 (us_read): Likewise. Normal case is GFC_CONVERT_NATIVE. 1174 (us_read): Change to use sread.
|
H A D | ChangeLog-2009 | 2351 (us_read): Update to new stream interface.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | transfer.c | 133 static void us_read (st_parameter_dt *, int); 766 us_read (dtp, 1); in read_block_direct() 2665 us_read (st_parameter_dt *dtp, int continued) in us_read() function 2807 us_read (dtp, 0); in pre_position() 3579 us_read (dtp, 1); in next_record_r_unf()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | transfer.c | 133 static void us_read (st_parameter_dt *, int); 766 us_read (dtp, 1); in read_block_direct() 2817 us_read (st_parameter_dt *dtp, int continued) in us_read() function 2963 us_read (dtp, 0); in pre_position() 3742 us_read (dtp, 1); in next_record_r_unf()
|