Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c400 b = BIG_CHUNK_SIZE; in big_bitlength()
1086 offs = (BIG_CHUNK_SIZE / 2); in big_div_pos()
1195 #if (BIG_CHUNK_SIZE == 32)
1464 #if (BIG_CHUNK_SIZE != 32)
1994 bitind = BIG_CHUNK_SIZE; in big_modexp_ncp_int()
2121 #if (BIG_CHUNK_SIZE == 32) in big_modexp_ncp_float()
2139 #if (BIG_CHUNK_SIZE == 32) in big_modexp_ncp_float()
2165 #if (BIG_CHUNK_SIZE == 32) in big_modexp_ncp_float()
2230 bitind = BIG_CHUNK_SIZE; in big_modexp_ncp_float()
2247 #if (BIG_CHUNK_SIZE == 32) in big_modexp_ncp_float()
[all …]
H A Dbignum.h48 #define BIG_CHUNK_SIZE 32 macro
57 #define BIG_CHUNK_SIZE 64
67 ((((x) - 1) / BIG_CHUNK_SIZE) + 1) : 0)
71 #define BIGNUM_WORDSIZE (BIG_CHUNK_SIZE / BITSINBYTE) /* word size in bytes */
178 #if (BIG_CHUNK_SIZE != 32)