Home
last modified time | relevance | path

Searched defs:smaller (Results 1 – 5 of 5) 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/contrib/diff/src/
H A Dcmp.c376 size_t smaller; /* The lesser of `read0' and `read1'. */ in cmp() local
/freebsd/sys/contrib/zlib/
H A Dtrees.c497 #define smaller(tree, n, m, depth) \ macro