HomeSort by: relevance | last modified time | path
    Searched defs:newunits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
unit.c 83 the newunits array. The indices map to newunit values as newunit =
84 -index + NEWUNIT_FIRST. E.g. newunits[0] having the value true
89 static bool *newunits; variable
90 static int newunit_size; /* Total number of elements in the newunits array. */
91 /* Low water indicator for the newunits array. Below the LWI all the
839 free (newunits);
945 if (!newunits)
947 newunits = xcalloc (16, 1);
954 if (!newunits[ii])
956 newunits[ii] = true
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unit.c 81 the newunits array. The indices map to newunit values as newunit =
82 -index + NEWUNIT_FIRST. E.g. newunits[0] having the value true
87 static bool *newunits; variable
88 static int newunit_size; /* Total number of elements in the newunits array. */
89 /* Low water indicator for the newunits array. Below the LWI all the
803 free (newunits);
909 if (!newunits)
911 newunits = xcalloc (16, 1);
918 if (!newunits[ii])
920 newunits[ii] = true
    [all...]

Completed in 23 milliseconds