HomeSort by: relevance | last modified time | path
    Searched defs:past_i (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_lib.c 155 unsigned int mask, past_i; local
159 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
162 ret += BN_BITS2 & (~mask & ~past_i);
165 past_i |= mask; /* past_i will become 0xff..ff after i==j */
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c 156 unsigned int mask, past_i; local
160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
163 ret += BN_BITS2 & (~mask & ~past_i);
166 past_i |= mask; /* past_i will become 0xff..ff after i==j */
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_lib.c 156 unsigned int mask, past_i; local
160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
163 ret += BN_BITS2 & (~mask & ~past_i);
166 past_i |= mask; /* past_i will become 0xff..ff after i==j */

Completed in 14 milliseconds