Home
last modified time | relevance | path

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

/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/
H A Dmp.h52 # define MP_WORDS_TO_BITS(x) ((x) << 6) macro
59 # define MP_WORDS_TO_BITS(x) ((x) << 5) macro
/dports/security/beecrypt/beecrypt-4.2.1/
H A Drsakp.c70 shift = MP_WORDS_TO_BITS(nsize) - bits; in rsakpMake()
H A Dmpnumber.c237 size_t allbits = MP_WORDS_TO_BITS(n->size); in mpntrbits()
H A Dmpprime.c715 register size_t msbclr = MP_WORDS_TO_BITS(size) - bits; in mpprndbits()
H A Dmp.c902 return MP_WORDS_TO_BITS(size) - mpmszcnt(size, data); in mpbits()
1117 size = MP_WORDS_TO_BITS(zwords) + rbits; in mprshiftlsz()
/dports/security/beecrypt/beecrypt-4.2.1/python/
H A Dmpw-py.c30 #define MPBITCNT(_s, _d) (MP_WORDS_TO_BITS(_s) - mpmszcnt((_s), (_d)))
349 nbits = MP_WORDS_TO_BITS(xsize) - mpmszcnt(xsize, xdata); in mpsizeinbase()
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog30169 MP_WORDS_TO_BITS, as the latter depends on the internal word size