Home
last modified time | relevance | path

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

/src/crypto/libecc/include/libecc/words/
H A Dwords.h92 #define HWORD_MASK HWORD_MAX macro
105 in1l = (in1) & HWORD_MASK; \
107 in2l = (in2) & HWORD_MASK; \
118 (outl) = (word_t)((outl) + ((tmpm & HWORD_MASK) << HWORD_BITS));\
/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()