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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h38 #define FF_old 1 /* old format - 7 bit bigram */ macro
H A Dfastfind.c43 * FF_old original with 7 bit bigram encoding (no magic)
48 * the bigram encoding steals the eighth bit (that's why its FF_old)
292 * FF_old generates temp data that is read
296 fp->method = FF_old;
489 fp->method = FF_old;
529 j = fp->method == FF_old || fp->method == FF_gnu;
763 case FF_old:
998 case FF_old:
1117 case FF_old:

Completed in 59 milliseconds