Home
last modified time | relevance | path

Searched defs:MAX_U64 (Results 1 – 10 of 10) sorted by relevance

/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dlimit.cpp30 uint64_t MAX_U64 = std::numeric_limits<uint64_t>::max(); variable
/dports/biology/hisat2/hisat2-2.2.1/
H A Dlimit.cpp30 uint64_t MAX_U64 = std::numeric_limits<uint64_t>::max(); variable
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Ddivconst_magic_numbers.rs669 const MAX_U64: u64 = 0xFFFF_FFFF_FFFF_FFFFu64; in test_magic_generators_give_correct_numbers() const
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Ddivconst_magic_numbers.rs669 const MAX_U64: u64 = 0xFFFF_FFFF_FFFF_FFFFu64; in test_magic_generators_give_correct_numbers() const
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Ddivconst_magic_numbers.rs669 const MAX_U64: u64 = 0xFFFF_FFFF_FFFF_FFFFu64; in test_magic_generators_give_correct_numbers() const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Ddivconst_magic_numbers.rs669 const MAX_U64: u64 = 0xFFFF_FFFF_FFFF_FFFFu64; in test_magic_generators_give_correct_numbers() const
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Ddivconst_magic_numbers.rs669 const MAX_U64: u64 = 0xFFFF_FFFF_FFFF_FFFFu64; in test_magic_generators_give_correct_numbers() const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Ddivconst_magic_numbers.rs669 const MAX_U64: u64 = 0xFFFF_FFFF_FFFF_FFFFu64; in test_magic_generators_give_correct_numbers() const
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Ddivconst_magic_numbers.rs669 const MAX_U64: u64 = 0xFFFF_FFFF_FFFF_FFFFu64; in test_magic_generators_give_correct_numbers() const
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dsys_types.h604 #define MAX_U64 ((u64)0xffffffffffffffffULL) macro