OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:have_read_record
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/io/
transfer.c
643
ssize_t
have_read_record
;
local
650
have_read_record
= sread (dtp->u.p.current_unit->s, buf,
652
if (unlikely (
have_read_record
< 0))
658
dtp->u.p.current_unit->strm_pos += (gfc_offset)
have_read_record
;
660
if (unlikely ((ssize_t) nbytes !=
have_read_record
))
723
have_read_record
= 0;
742
buf +
have_read_record
, to_read_subrecord);
749
have_read_record
+= have_read_subrecord;
786
dtp->u.p.current_unit->bytes_left -=
have_read_record
;
transfer.c
643
ssize_t
have_read_record
;
local
650
have_read_record
= sread (dtp->u.p.current_unit->s, buf,
652
if (unlikely (
have_read_record
< 0))
658
dtp->u.p.current_unit->strm_pos += (gfc_offset)
have_read_record
;
660
if (unlikely ((ssize_t) nbytes !=
have_read_record
))
723
have_read_record
= 0;
742
buf +
have_read_record
, to_read_subrecord);
749
have_read_record
+= have_read_subrecord;
786
dtp->u.p.current_unit->bytes_left -=
have_read_record
;
/src/external/gpl3/gcc.old/dist/libgfortran/io/
transfer.c
643
ssize_t
have_read_record
;
local
650
have_read_record
= sread (dtp->u.p.current_unit->s, buf,
652
if (unlikely (
have_read_record
< 0))
658
dtp->u.p.current_unit->strm_pos += (gfc_offset)
have_read_record
;
660
if (unlikely ((ssize_t) nbytes !=
have_read_record
))
723
have_read_record
= 0;
742
buf +
have_read_record
, to_read_subrecord);
749
have_read_record
+= have_read_subrecord;
786
dtp->u.p.current_unit->bytes_left -=
have_read_record
;
transfer.c
643
ssize_t
have_read_record
;
local
650
have_read_record
= sread (dtp->u.p.current_unit->s, buf,
652
if (unlikely (
have_read_record
< 0))
658
dtp->u.p.current_unit->strm_pos += (gfc_offset)
have_read_record
;
660
if (unlikely ((ssize_t) nbytes !=
have_read_record
))
723
have_read_record
= 0;
742
buf +
have_read_record
, to_read_subrecord);
749
have_read_record
+= have_read_subrecord;
786
dtp->u.p.current_unit->bytes_left -=
have_read_record
;
Completed in 222 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026