Home | History | Annotate | Download | only in libcpu

Lines Matching refs:best_prefix

1443   char *best_prefix = NULL;
1588 free (best_prefix);
1589 best_prefix = xstrdup (prefix);
1618 if (best_prefix[0] != '\0')
1622 strlen (best_prefix), best_prefix, best_prefix_bits);
1637 char *cp = strchr (best_prefix, *mne);
1640 pfxval = 1 + (cp - best_prefix);