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

  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
arch-canonicalize 124 canonical_sort = CANONICAL_ORDER.index(exts[1])
126 canonical_sort = -1
128 LONG_EXT_PREFIXES.index(exts[0]), canonical_sort, exts[1:])
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
arch-canonicalize 145 canonical_sort = CANONICAL_ORDER.index(exts[1])
147 canonical_sort = -1
149 LONG_EXT_PREFIXES.index(exts[0]), canonical_sort, exts[1:])
  /src/external/bsd/unbound/dist/validator/
val_sigcrypt.c 1031 canonical_sort(struct ub_packed_rrset_key* rrset, struct packed_rrset_data* d, function
1229 canonical_sort(k1, d1, &sortree1, rrs1);
1230 canonical_sort(k2, d2, &sortree2, rrs2);
1291 canonical_sort(k, d, *sortree, rrs);
1358 canonical_sort(k, d, sortree, rrs);

Completed in 21 milliseconds