Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/nn/
H A Dnn_div.c114 ATTRIBUTE_WARN_UNUSED_RET static int _nn_submul_word_shift(nn_t out, nn_src_t in, word_t w, u8 shif… in _nn_submul_word_shift() function
244 ret = _nn_submul_word_shift(r, b, qstar, shift, &borrow); EG(ret, err); in _nn_divrem_normalized()