HomeSort by relevance Sort by last modified time
    Searched defs:wend (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn_exp.c 254 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
322 wend=0; /* The bottom bit of the window */
343 wend=0;
349 wvalue<<=(i-wend);
351 wend=i;
355 /* wend is the size of the current window */
356 j=wend+1;
370 wstart-=wend+1;
387 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
468 wend=0; /* The bottom bit of the window *
993 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c 419 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
490 wend = 0; /* The bottom bit of the window */
515 wend = 0;
521 wvalue <<= (i - wend);
523 wend = i;
527 /* wend is the size of the current window */
528 j = wend + 1;
544 wstart -= wend + 1;
604 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
685 wend = 0; /* The bottom bit of the window *
    [all...]

Completed in 270 milliseconds