Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:bitbuf

2653   int     err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize;
2816 bitbuf = 0;
2855 bitbuf |= (y << (winsize - ++bitcpy));
2871 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2880 bitbuf = 0;
2897 bitbuf <<= 1;
2898 if ((bitbuf & (1 << winsize)) != 0) {
8884 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize;
9001 bitbuf = 0;
9040 bitbuf |= (y << (winsize - ++bitcpy));
9056 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
9065 bitbuf = 0;
9081 bitbuf <<= 1;
9082 if ((bitbuf & (1 << winsize)) != 0) {