OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:si_limit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc
4964
int
si_limit
;
4986
si_limit
= 1018;
4989
while (from && count_si <
si_limit
&& count_hi < hi_limit)
5081
si_limit
-= 2;
5096
si_limit
-= GET_MODE_SIZE (mode);
5171
si_limit
-= (count_si - 1) & (new_align - si_align);
5228
&& (count_hi > hi_limit || count_si >
si_limit
))
4954
int
si_limit
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc
4964
int
si_limit
;
4986
si_limit
= 1018;
4989
while (from && count_si <
si_limit
&& count_hi < hi_limit)
5081
si_limit
-= 2;
5096
si_limit
-= GET_MODE_SIZE (mode);
5171
si_limit
-= (count_si - 1) & (new_align - si_align);
5228
&& (count_hi > hi_limit || count_si >
si_limit
))
4954
int
si_limit
;
local
Completed in 35 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026