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

/haiku-fatelf/src/bin/findutils/locate/
H A Dcode.c1 /* code -- bigram- and front-encode filenames for locate
25 bigram < file_list > bigrams
33 followed by a (partially bigram-encoded) ASCII remainder.
41 128-255 bigram codes (the 128 most common, as determined by `updatedb')
141 char bigram[3]; /* Bigram to search for in table. */ local
142 int code; /* Index of `bigram' in bigrams table. */
149 bigram[2] = '\0';
222 /* No bigram is possible; only one char is left. */
226 bigram[0] = *pp;
227 bigram[
[all...]
H A Dupdatedb.sh167 : ${bigram:=${LIBEXECDIR}/@bigram@}
294 $bigram $bigram_opts < $filelist | sort | uniq -c | sort -nr |

Completed in 73 milliseconds