HomeSort by: relevance | last modified time | path
    Searched refs:SCRATCH_SIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c 87 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, 1);
88 dtp->u.p.saved_length = SCRATCH_SIZE;
112 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, sizeof (gfc_char4_t));
113 dtp->u.p.saved_length = SCRATCH_SIZE;
796 dtp->u.p.line_buffer = xcalloc (SCRATCH_SIZE, 1);
io.h 817 #define SCRATCH_SIZE 300
  /src/external/gpl3/gcc/dist/libgfortran/io/
list_read.c 83 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, 1);
84 dtp->u.p.saved_length = SCRATCH_SIZE;
108 dtp->u.p.saved_string = xcalloc (SCRATCH_SIZE, sizeof (gfc_char4_t));
109 dtp->u.p.saved_length = SCRATCH_SIZE;
823 dtp->u.p.line_buffer = xcalloc (SCRATCH_SIZE, 1);
io.h 821 #define SCRATCH_SIZE 300

Completed in 36 milliseconds