Home
last modified time | relevance | path

Searched refs:bitind (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1899 uint32_t bit, bitind, bitcount, groupbits, apowerssize; in big_modexp_ncp_int() local
1945 bitind = nbits % BIG_CHUNK_SIZE; in big_modexp_ncp_int()
1951 for (j = bitind - 1; j >= 0; j--) { in big_modexp_ncp_int()
1994 bitind = BIG_CHUNK_SIZE; in big_modexp_ncp_int()
2049 uint32_t bit, bitind, bitcount, nlen; in big_modexp_ncp_float() local
2182 bitind = nbits % BIG_CHUNK_SIZE; in big_modexp_ncp_float()
2188 for (j = bitind - 1; j >= 0; j--) { in big_modexp_ncp_float()
2230 bitind = BIG_CHUNK_SIZE; in big_modexp_ncp_float()