Searched refs:SCRATCH_SIZE (Results 1 – 5 of 5) sorted by relevance
88 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()
813 #define SCRATCH_SIZE 300 macro
87 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()
817 #define SCRATCH_SIZE 300 macro
1379 * io/write.c (otoa): Bias p by SCRATCH_SIZE, not1380 sizeof (SCRATCH_SIZE).