Searched refs:all_arches (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/tools/ |
D | 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:
|
D | 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:
|