Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c88 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, 1); in push_char_default()
89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
113 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, sizeof (gfc_char4_t)); in push_char4()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
797 dtp->u.p.line_buffer = xcalloc (SCRATCH_SIZE, 1); in l_push_char()
H A Dio.h813 #define SCRATCH_SIZE 300 macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c87 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, 1); in push_char_default()
88 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
112 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, sizeof (gfc_char4_t)); in push_char4()
113 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
796 dtp->u.p.line_buffer = xcalloc (SCRATCH_SIZE, 1); in l_push_char()
H A Dio.h817 #define SCRATCH_SIZE 300 macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20051379 * io/write.c (otoa): Bias p by SCRATCH_SIZE, not
1380 sizeof (SCRATCH_SIZE).