Home
last modified time | relevance | path

Searched defs:carry (Results 251 – 275 of 7113) sorted by relevance

1...<<11121314151617181920>>...285

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsc25519.c59 crypto_uint32 carry; in barrett_reduce() local
169 int i, carry; in sc25519_add() local
195 int i,j,carry; in sc25519_mul() local
223 char carry; in sc25519_window3() local
260 char carry; in sc25519_window5() local
/dports/security/py-ed25519ll/dholth-ed25519ll-37719c56b7b6/ed25519-supercop-ref/
H A Dsc25519.c49 crypto_uint32 carry; in barrett_reduce() local
159 int i, carry; in sc25519_add() local
185 int i,j,carry; in sc25519_mul() local
213 char carry; in sc25519_window3() local
250 char carry; in sc25519_window5() local
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsc25519.c59 crypto_uint32 carry; in barrett_reduce() local
169 int i, carry; in sc25519_add() local
195 int i,j,carry; in sc25519_mul() local
223 char carry; in sc25519_window3() local
260 char carry; in sc25519_window5() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/src/
H A Dstr.rs242 let carry = add_one_internal(&mut data); in parse_str_radix_10() localVariable
259 let carry = add_by_internal(&mut data, &[*digit]); in parse_str_radix_10() localVariable
503 let carry = add_one_internal(&mut data); in parse_str_radix_n() localVariable
520 let carry = add_by_internal(&mut data, &[*digit]); in parse_str_radix_n() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/src/
H A Dstr.rs242 let carry = add_one_internal(&mut data); in parse_str_radix_10() localVariable
259 let carry = add_by_internal(&mut data, &[*digit]); in parse_str_radix_10() localVariable
503 let carry = add_one_internal(&mut data); in parse_str_radix_n() localVariable
520 let carry = add_by_internal(&mut data, &[*digit]); in parse_str_radix_n() localVariable
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/packages/
H A Dtest_alu.vhd43 result : out data_word; carry : out bit ); port
72 signal carry : bit; signal
/dports/security/botan110/Botan-1.10.17/src/math/mp/
H A Dmp_mulop.cpp31 word carry = 0; in bigint_simple_mul() local
63 word carry = 0; in bigint_simple_sqr() local
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dhd6301_cpu.c752 Uint8 carry; in hd6301_lsrd() local
776 Uint8 carry, bitN; in hd6301_asld() local
1577 Uint8 carry; in hd6301_lsra() local
1618 Uint8 carry, bitN; in hd6301_asra() local
1639 Uint8 carry, bitN; in hd6301_asla() local
1775 Uint8 carry; in hd6301_lsrb() local
1816 Uint8 carry, bitN; in hd6301_asrb() local
1837 Uint8 carry, bitN; in hd6301_aslb() local
2021 Uint8 value, carry; in hd6301_lsr_ind() local
2366 Uint8 value, carry; in hd6301_lsr_ext() local
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dhd6301_cpu.c744 Uint8 carry; in hd6301_lsrd() local
768 Uint8 carry, bitN; in hd6301_asld() local
1569 Uint8 carry; in hd6301_lsra() local
1610 Uint8 carry, bitN; in hd6301_asra() local
1631 Uint8 carry, bitN; in hd6301_asla() local
1767 Uint8 carry; in hd6301_lsrb() local
1808 Uint8 carry, bitN; in hd6301_asrb() local
1829 Uint8 carry, bitN; in hd6301_aslb() local
2013 Uint8 value, carry; in hd6301_lsr_ind() local
2358 Uint8 value, carry; in hd6301_lsr_ext() local
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/
H A Duint128.h139 const uint64_t carry = variable
154 const uint64_t carry = variable
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/
H A Duint128.h139 const uint64_t carry = variable
154 const uint64_t carry = variable
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/VictoriaMetrics/fastcache/vendor/golang.org/x/sys/unix/
H A Dsyscall_openbsd_386.go32 func (msghdr *Msghdr) SetIovlen(length int) {
36 func (cmsg *Cmsghdr) SetLen(length int) {
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/base-x-0.2.8/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/base-x-0.2.8/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/base-x-0.2.8/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/base-x/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/sysutils/vector/vector-0.10.0/cargo-crates/base-x-0.2.6/src/
H A Ddecoder.rs11 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
73 fn carry(&self, c: u8) -> Option<u32> { in carry() method
98 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/base-x-0.2.5/src/
H A Ddecoder.rs11 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
73 fn carry(&self, c: u8) -> Option<u32> { in carry() method
98 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/interfaces/udigit/cln/
H A Dudigit_interface.h65 add (udigit & sum, udigit a, udigit b, udigit carry) in add()
82 subtract (udigit & diff, udigit a, udigit b, udigit carry) in subtract()
152 udigit carry = add(sum, a, b, udigit(0)); in add_mod() local
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/base-x-0.2.6/src/
H A Ddecoder.rs11 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
73 fn carry(&self, c: u8) -> Option<u32> { in carry() method
98 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/www/xh/xh-0.14.1/cargo-crates/base-x-0.2.8/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/base-x-0.2.8/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/base-x-0.2.8/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/base-x-0.2.8/src/
H A Ddecoder.rs17 fn carry(&self, <Self::Iter as std::iter::Iterator>::Item) -> Option<u32>; in carry() method
77 fn carry(&self, c: u8) -> Option<u32> { in carry() method
102 fn carry(&self, c: char) -> Option<u32> { in carry() method
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/curve25519/
H A Dcurve25519-donna.c489 const s32 carry = -((input[i] & mask) >> 25); in fcontract() local
494 const s32 carry = -((input[i] & mask) >> 26); in fcontract() local
504 const s32 carry = -((input[9] & mask) >> 25); in fcontract() local
528 const s32 carry = -((input[0] & mask) >> 26); in fcontract() local
538 const s32 carry = input[i] >> 25; in fcontract() local
542 const s32 carry = input[i] >> 26; in fcontract() local
549 const s32 carry = input[9] >> 25; in fcontract() local

1...<<11121314151617181920>>...285