Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Ddiv_extra.c33 static uint16_t mod_u16(uint32_t n, uint16_t d, uint32_t p, uint32_t m) { in mod_u16() function
54 t = mod_u16(t, d, p, m); in shift_and_add_mod_u16()
58 t = mod_u16(t, d, p, m); in shift_and_add_mod_u16()
/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv_extra.cc.inc28 // mod_u16 returns |n| mod |d|. |p| and |m| are the "magic numbers" for |d| (see
31 // Note the Coq version of |mod_u16| additionally includes the computation of
33 static uint16_t mod_u16(uint32_t n, uint16_t d, uint32_t p, uint32_t m) {
54 t = mod_u16(t, d, p, m);
58 t = mod_u16(t, d, p, m);
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/bn/
Ddiv_extra.cc.inc28 // mod_u16 returns |n| mod |d|. |p| and |m| are the "magic numbers" for |d| (see
31 // Note the Coq version of |mod_u16| additionally includes the computation of
33 static uint16_t mod_u16(uint32_t n, uint16_t d, uint32_t p, uint32_t m) {
54 t = mod_u16(t, d, p, m);
58 t = mod_u16(t, d, p, m);
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/bn/
Ddiv_extra.cc.inc28 // mod_u16 returns |n| mod |d|. |p| and |m| are the "magic numbers" for |d| (see
31 // Note the Coq version of |mod_u16| additionally includes the computation of
33 static uint16_t mod_u16(uint32_t n, uint16_t d, uint32_t p, uint32_t m) {
54 t = mod_u16(t, d, p, m);
58 t = mod_u16(t, d, p, m);