Home
last modified time | relevance | path

Searched defs:smaller (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/src/nn/
H A Dnn_modinv.c51 int isodd, swap, smaller, ret, cmp, iszero, tmp_isodd; in _nn_modinv_odd() local
H A Dnn_add.c464 int smaller, ret, cmp; in _nn_mod_sub() local
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dwq.h109 int smaller = 0x8000 & (cc1 - cc2); mlx5_wq_cyc_cc_bigger() local
/freebsd/sys/contrib/zlib/
H A Dtrees.c499 #define smaller(tree, n, m, depth) \ macro