OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regdepstotlen
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c
679
static int
regdepstotlen
= 0;
variable
10161
if (regdepslen ==
regdepstotlen
)
10163
regdepstotlen
+= 20;
10164
regdeps = XRESIZEVEC (struct rsrc, regdeps,
regdepstotlen
);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c
679
static int
regdepstotlen
= 0;
variable
10161
if (regdepslen ==
regdepstotlen
)
10163
regdepstotlen
+= 20;
10164
regdeps = XRESIZEVEC (struct rsrc, regdeps,
regdepstotlen
);
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026