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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h68 char bigram2[(1<<(CHAR_BIT-1))]; member in struct:__anon2637
H A Dfastfind.c446 if (!(*s++ = fp->decode.bigram2[i] = j) && (i || fp->decode.bigram1[0] >= '0' && fp->decode.bigram1[0] <= '1'))
453 type = (const char*)typefix(fp->decode.bigram2, sizeof(fp->decode.bigram2), type);
494 fp->decode.bigram2[i = -i] = j;
503 fp->decode.bigram2[i] = j;
811 *p++ = fp->decode.bigram2[c & ((1<<(CHAR_BIT-1))-1)];

Completed in 75 milliseconds