Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dst,stm32-rproc.yaml60 Bi-directional channel:
/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1937 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput()
1939 net->cc_mod.htcp_ca.Bi = (3 * net->cc_mod.htcp_ca.Bi + cur_Bi) / 4; in measure_achieved_throughput()
1940 if (net->cc_mod.htcp_ca.Bi > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput()
1941 net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi; in measure_achieved_throughput()
H A Dsctp_structs.h216 uint32_t Bi; member
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza1-pinctrl.txt127 by software. Bi-directional pins are managed by the pin controller driver
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c659 static const ge25519_precomp Bi[8] = { in ge25519_double_scalarmult_vartime() local
731 ge25519_madd(&t, &u, &Bi[bslide[i] / 2]); in ge25519_double_scalarmult_vartime()
734 ge25519_msub(&t, &u, &Bi[(-bslide[i]) / 2]); in ge25519_double_scalarmult_vartime()