OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_arches
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/tools/
genversion-scripts.py
13
all_arches
= ["arm", "arm64", "mips", "mips64", "x86", "x86_64"]
variable
37
for arch in
all_arches
:
49
for arch in
all_arches
:
gensyscalls.py
21
all_arches
= [ "arm", "arm64", "mips", "mips64", "x86", "x86_64" ]
variable
489
for arch in
all_arches
:
493
if arch in
all_arches
:
605
for arch in
all_arches
:
618
for arch in
all_arches
:
Completed in 5513 milliseconds