OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unit_num
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/runtime/
environ.c
268
static int
unit_num
; /* The last unit number read. */
variable
343
/* Match an integer and store its value in
unit_num
. This only works
350
unit_num
= 0;
352
unit_num
=
unit_num
* 10 + (*p++ - '0');
643
unit1 =
unit_num
;
653
mark_range (unit1,
unit_num
);
/src/external/gpl3/gcc.old/dist/libgfortran/runtime/
environ.c
268
static int
unit_num
; /* The last unit number read. */
variable
343
/* Match an integer and store its value in
unit_num
. This only works
350
unit_num
= 0;
352
unit_num
=
unit_num
* 10 + (*p++ - '0');
643
unit1 =
unit_num
;
653
mark_range (unit1,
unit_num
);
/src/external/gpl3/gcc/dist/gcc/
genautomata.cc
340
int
unit_num
;
2623
DECL_UNIT (decl)->
unit_num
= description->units_num;
3567
/* Set up in the reservation set that unit with
UNIT_NUM
is used on
3570
set_unit_reserv (reserv_sets_t reservs, int cycle_num, int
unit_num
)
3574
* sizeof (set_el_t) * CHAR_BIT +
unit_num
);
3577
/* Set up in the reservation set RESERVS that unit with
UNIT_NUM
is
3580
test_unit_reserv (reserv_sets_t reservs, int cycle_num, int
unit_num
)
3584
* sizeof (set_el_t) * CHAR_BIT +
unit_num
);
3682
int
unit_num
;
3686
for (
unit_num
= 0; unit_num < description->units_num; unit_num++
336
int
unit_num
;
member in struct:unit_decl
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc
340
int
unit_num
;
2623
DECL_UNIT (decl)->
unit_num
= description->units_num;
3567
/* Set up in the reservation set that unit with
UNIT_NUM
is used on
3570
set_unit_reserv (reserv_sets_t reservs, int cycle_num, int
unit_num
)
3574
* sizeof (set_el_t) * CHAR_BIT +
unit_num
);
3577
/* Set up in the reservation set RESERVS that unit with
UNIT_NUM
is
3580
test_unit_reserv (reserv_sets_t reservs, int cycle_num, int
unit_num
)
3584
* sizeof (set_el_t) * CHAR_BIT +
unit_num
);
3682
int
unit_num
;
3686
for (
unit_num
= 0; unit_num < description->units_num; unit_num++
336
int
unit_num
;
member in struct:unit_decl
[
all
...]
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026