Home
last modified time | relevance | path

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

/src/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h368 #define WORD_MIN LONG_MIN macro
372 #define WORD_MIN INT_MIN macro
/src/crypto/libecc/include/libecc/words/
H A Dwords.h83 #define WORD_MIN(a, b) ((a) > (b) ? (b) : (a)) macro
/src/crypto/libecc/src/nn/
H A Dnn_div.c668 qh = WORD_MIN(qh, HWORD_MASK); in _word_divrem()
689 ql = WORD_MIN(ql, HWORD_MASK); in _word_divrem()
H A Dnn_modinv.c355 for (; cnt < WORD_MIN(WORD_BITS, exp); cnt = (bitcnt_t)(cnt << 1)) { in nn_modinv_2exp()