Home | History | Annotate | Download | only in libcpu

Lines Matching refs:best_prefix

1462   char *best_prefix = NULL;
1607 free (best_prefix);
1608 best_prefix = xstrdup (prefix);
1637 if (best_prefix[0] != '\0')
1641 strlen (best_prefix), best_prefix, best_prefix_bits);
1656 char *cp = strchr (best_prefix, *mne);
1659 pfxval = 1 + (cp - best_prefix);