Lines Matching defs:wstart
172 int i, j, bits, ret = 0, wstart, wend, window, wvalue;
243 wstart = bits - 1; /* The top bit of the window */
250 if (BN_is_bit_set(p, wstart) == 0) {
254 if (wstart == 0)
256 wstart--;
260 * We now have wstart on a 'set' bit, we now need to work out how bit
267 if (wstart - i < 0)
269 if (BN_is_bit_set(p, wstart - i)) {
290 wstart -= wend + 1;
293 if (wstart < 0)
307 int i, j, bits, ret = 0, wstart, wend, window, wvalue;
388 wstart = bits - 1; /* The top bit of the window */
407 if (BN_is_bit_set(p, wstart) == 0) {
412 if (wstart == 0)
414 wstart--;
418 * We now have wstart on a 'set' bit, we now need to work out how bit
425 if (wstart - i < 0)
427 if (BN_is_bit_set(p, wstart - i)) {
448 wstart -= wend + 1;
451 if (wstart < 0)
1306 int i, j, bits, ret = 0, wstart, wend, window, wvalue;
1362 wstart = bits - 1; /* The top bit of the window */
1369 if (BN_is_bit_set(p, wstart) == 0) {
1373 if (wstart == 0)
1375 wstart--;
1379 * We now have wstart on a 'set' bit, we now need to work out how bit
1386 if (wstart - i < 0)
1388 if (BN_is_bit_set(p, wstart - i)) {
1409 wstart -= wend + 1;
1412 if (wstart < 0)