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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_exp2.c 122 int i,j,bits,b,bits1,bits2,ret=0,wpos1,wpos2,window1,window2,wvalue1,wvalue2; local
240 wpos1=0; /* If wvalue1 > 0, the bottom bit of the first window */
259 wpos1 = i;
261 for (i = b-1; i >= wpos1; i--)
286 if (wvalue1 && b == wpos1)
  /external/openssl/crypto/bn/
bn_exp2.c 122 int i,j,bits,b,bits1,bits2,ret=0,wpos1,wpos2,window1,window2,wvalue1,wvalue2; local
240 wpos1=0; /* If wvalue1 > 0, the bottom bit of the first window */
259 wpos1 = i;
261 for (i = b-1; i >= wpos1; i--)
286 if (wvalue1 && b == wpos1)

Completed in 1690 milliseconds