Searched refs:bigram2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/locate/locate/ |
H A D | fastfind.c | 48 u_char bigram1[NBG], bigram2[NBG], path[LOCATE_PATH_MAX]; in statistic() local 50 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++) { in statistic() 149 u_char bigram1[NBG], bigram2[NBG], path[LOCATE_PATH_MAX + 2]; local 160 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++, len-= 2) { 165 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++) { 275 bigram2[c] == cc) 279 table[bigram2[c]]) 284 *p++ = bigram2[c];
|