Home
last modified time | relevance | path

Searched refs:groupbits (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
1905 groupbits = 1; in big_modexp_ncp_int()
1908 groupbits = MAX_EXP_BIT_GROUP_SIZE; in big_modexp_ncp_int()
1909 apowerssize = 1 << (groupbits - 1); in big_modexp_ncp_int()
1967 if (bitcount == groupbits) { in big_modexp_ncp_int()
2054 uint32_t nbits, groupbits, apowerssize; in big_modexp_ncp_float() local
2073 groupbits = 1; in big_modexp_ncp_float()
2076 groupbits = MAX_EXP_BIT_GROUP_SIZE; in big_modexp_ncp_float()
2077 apowerssize = 1 << (groupbits - 1); in big_modexp_ncp_float()
2204 if (bitcount == groupbits) { in big_modexp_ncp_float()