Searched refs:bigram1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/locate/locate/
H A Dfastfind.c53 u_char bigram1[NBG], bigram2[NBG], path[MAXPATHLEN]; local
55 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++) {
146 u_char bigram1[NBG], bigram2[NBG], path[MAXPATHLEN]; local
157 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++, len-= 2) {
162 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++) {
264 if (bigram1[c] == cc ||
268 if (table[bigram1[c]] ||
273 *p++ = bigram1[c];

Completed in 101 milliseconds