OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026