Searched refs:msd (Results 1 – 1 of 1) sorted by relevance
440 BN_ULONG msd = d[i]; // most significant digit in NativeBN_bitLength() local446 …if (i < 0) msd--; // Only if all lower significant digits are 0 we decrement the most significant … in NativeBN_bitLength()448 return (wLen - 1) * BN_BYTES * 8 + BN_num_bits_word(msd); in NativeBN_bitLength()