Home
last modified time | relevance | path

Searched refs:saved_length (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
97 xrealloc (dtp->u.p.saved_string, dtp->u.p.saved_length); in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
[all …]
H A Dio.h557 int saved_length; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c88 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
92 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
94 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
96 xrealloc (dtp->u.p.saved_string, dtp->u.p.saved_length); in push_char_default()
113 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
118 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
120 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
123 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
872 dtp->u.p.saved_length = length; in read_logical()
945 dtp->u.p.saved_length = length; in read_logical()
[all …]
H A Dio.h561 int saved_length; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2005413 * io/list_read.c (repeat_count, saved_length, saved_used,