OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_n_modes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genmodes.cc
928
unsigned int
max_n_modes
= 0;
local
932
max_n_modes
= MAX (
max_n_modes
, n_modes[c]);
934
/* Allocate
max_n_modes
+ 1 entries to leave room for the extra null
936
sortbuf = XALLOCAVEC (struct mode_data *,
max_n_modes
+ 1);
/src/external/gpl3/gcc.old/dist/gcc/
genmodes.cc
926
unsigned int
max_n_modes
= 0;
local
930
max_n_modes
= MAX (
max_n_modes
, n_modes[c]);
932
/* Allocate
max_n_modes
+ 1 entries to leave room for the extra null
934
sortbuf = XALLOCAVEC (struct mode_data *,
max_n_modes
+ 1);
Completed in 19 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026