Searched defs:BIG_CHUNK_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h48 #define BIG_CHUNK_SIZE 32 macro
57 #define BIG_CHUNK_SIZE 64 macro
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)

Completed in 73 milliseconds