OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long_exts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/riscv/
arch-canonicalize
90
long_exts
= arch[first_long_ext_idx:].split("_")
93
long_exts
= []
96
long_exts
+= extra_long_ext
104
for ext in std_exts +
long_exts
:
111
if implied_ext not in std_exts +
long_exts
:
112
long_exts
.append(implied_ext)
115
# Single letter extension might appear in the
long_exts
list,
117
std_exts += list(filter(lambda x:len(x) == 1,
long_exts
))
131
long_exts
= list(set(
long_exts
))
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/riscv/
arch-canonicalize
111
long_exts
= arch[first_long_ext_idx:].split("_")
114
long_exts
= []
117
long_exts
+= extra_long_ext
125
for ext in std_exts +
long_exts
:
132
if implied_ext not in std_exts +
long_exts
:
133
long_exts
.append(implied_ext)
136
# Single letter extension might appear in the
long_exts
list,
138
std_exts += list(filter(lambda x:len(x) == 1,
long_exts
))
152
long_exts
= list(set(
long_exts
))
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026