Home | History | Annotate | Download | only in bn

Lines Matching refs:wstart

432   int i, j, bits, ret = 0, wstart, window;
505 wstart = bits - 1; /* The top bit of the window */
515 if (BN_is_bit_set(p, wstart) == 0) {
521 if (wstart == 0) {
524 wstart--;
528 /* We now have wstart on a 'set' bit, we now need to work out
535 if (wstart - i < 0) {
538 if (BN_is_bit_set(p, wstart - i)) {
562 wstart -= wend + 1;
564 if (wstart < 0) {
621 int i, j, bits, ret = 0, wstart, window;
699 wstart = bits - 1; /* The top bit of the window */
723 if (BN_is_bit_set(p, wstart) == 0) {
727 if (wstart == 0) {
730 wstart--;
734 /* We now have wstart on a 'set' bit, we now need to work out how bit a
740 if (wstart - i < 0) {
743 if (BN_is_bit_set(p, wstart - i)) {
767 wstart -= wend + 1;
769 if (wstart < 0) {