Home | History | Annotate | Download | only in libtommath

Lines Matching defs:mode

36   int     err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize;
193 /* set initial mode and bit cnt */
194 mode = 0;
217 /* if the bit is zero and mode == 0 then we ignore it
222 if (mode == 0 && y == 0) {
226 /* if the bit is zero and mode == 1 then we square */
227 if (mode == 1 && y == 0) {
239 mode = 2;
264 mode = 1;
269 if (mode == 2 && bitcpy > 0) {