HomeSort by: relevance | last modified time | path
    Searched refs:CANONICAL_ORDER (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
arch-canonicalize 35 CANONICAL_ORDER = "imafdgqlcbjktpvn"
122 if exts[1] not in CANONICAL_ORDER:
124 canonical_sort = CANONICAL_ORDER.index(exts[1])
138 for ext in CANONICAL_ORDER:
146 if ext not in CANONICAL_ORDER:
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
arch-canonicalize 35 CANONICAL_ORDER = "imafdgqlcbkjtpvn"
143 if exts[1] not in CANONICAL_ORDER:
145 canonical_sort = CANONICAL_ORDER.index(exts[1])
159 for ext in CANONICAL_ORDER:
167 if ext not in CANONICAL_ORDER:

Completed in 62 milliseconds