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

/ast/src/lib/libast/misc/
H A Dfindlib.h68 char bigram2[(1<<(CHAR_BIT-1))]; member in struct:__anon278
H A Dfastfind.c425 if (!(*s++ = fp->decode.bigram2[i] = j) && (i || fp->decode.bigram1[0] >= '0' && fp->decode.bigram1[0] <= '1'))
432 type = (const char*)typefix(fp->decode.bigram2, sizeof(fp->decode.bigram2), type);
473 fp->decode.bigram2[i = -i] = j;
482 fp->decode.bigram2[i] = j;
790 *p++ = fp->decode.bigram2[c & ((1<<(CHAR_BIT-1))-1)];

Completed in 11 milliseconds