Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 25 of 28970) sorted by path

12345678910>>...1159

/dports/accessibility/gammy/gammy-0.9.64/include/
H A Djson.hpp12767 std::uint64_t Q = p0_hi + p1_lo + p2_lo; in mul() local
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/hashbrown-0.11.2/src/
H A Dmap.rs216 pub(crate) fn make_hasher<K, Q, V, S>(hash_builder: &S) -> impl Fn(&(Q, V)) -> u64 + '_ in make_hasher() argument
228 fn equivalent_key<Q, K, V>(k: &Q) -> impl Fn(&(K, V)) -> bool + '_ in equivalent_key()
239 fn equivalent<Q, K>(k: &Q) -> impl Fn(&K) -> bool + '_ in equivalent()
248 pub(crate) fn make_hash<K, Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
972 K: Borrow<Q>, in get_key_value()
985 K: Borrow<Q>, in get_inner()
1018 K: Borrow<Q>, in get_key_value_mut()
1050 K: Borrow<Q>, in contains_key()
1093 K: Borrow<Q>, in get_inner_mut()
1363 K: Borrow<Q>, in remove_entry()
[all …]
H A Dset.rs770 T: Borrow<Q>, in contains()
795 pub fn get<Q: ?Sized>(&self, value: &Q) -> Option<&T> in get()
853 T: Borrow<Q>, in get_or_insert_owned()
884 pub fn get_or_insert_with<Q: ?Sized, F>(&mut self, value: &Q, f: F) -> &T in get_or_insert_with()
886 T: Borrow<Q>, in get_or_insert_with()
1038 T: Borrow<Q>, in remove()
1063 pub fn take<Q: ?Sized>(&mut self, value: &Q) -> Option<T> in take()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/indexmap-1.8.0/src/
H A Dequivalent.rs18 impl<Q: ?Sized, K: ?Sized> Equivalent<K> for Q implementation
H A Dmap.rs484 key: &Q, in get_full_mut2_impl()
H A Dmutable_keys.rs26 key: &Q, in get_full_mut2()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/indexmap-1.8.0/src/map/
H A Dcore.rs38 fn equivalent<'a, K, V, Q: ?Sized + Equivalent<K>>( in equivalent()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/termcolor-1.1.2/src/
H A Dlib.rs2008 fn wrap<Q: io::Write>(&self, wtr: Q) -> LossyStandardStream<Q> { in wrap()
2013 fn wrap<Q: io::Write>(&self, wtr: Q) -> LossyStandardStream<Q> { in wrap()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/src/process/unix/
H A Dreap.rs43 pub(crate) fn new(inner: W, orphan_queue: Q, signal: S) -> Self { in new()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/toml-0.5.8/src/
H A Dmap.rs81 pub fn get<Q: ?Sized>(&self, key: &Q) -> Option<&Value> in get()
96 String: Borrow<Q>, in contains_key()
107 pub fn get_mut<Q: ?Sized>(&mut self, key: &Q) -> Option<&mut Value> in get_mut()
133 pub fn remove<Q: ?Sized>(&mut self, key: &Q) -> Option<Value> in remove()
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/decompress/
H A Dhuf_decompress.c1068 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/legacy/
H A Dzstd_v02.c2584 U32 Q; in HUF_decompress() local
H A Dzstd_v03.c2224 U32 Q; in HUF_decompress() local
H A Dzstd_v04.c2371 U32 Q; in HUF_decompress() local
H A Dzstd_v05.c2524 U32 Q; in HUFv05_decompress() local
H A Dzstd_v06.c2661 { U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUFv06_decompress() local
H A Dzstd_v07.c2511 U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUFv07_selectDecoder() local
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/decompress/
H A Dhuf_decompress.c1069 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/legacy/
H A Dzstd_v02.c2584 U32 Q; in HUF_decompress() local
H A Dzstd_v03.c2224 U32 Q; in HUF_decompress() local
H A Dzstd_v04.c2371 U32 Q; in HUF_decompress() local
H A Dzstd_v05.c2524 U32 Q; in HUFv05_decompress() local
H A Dzstd_v06.c2661 { U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUFv06_decompress() local
H A Dzstd_v07.c2511 U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUFv07_selectDecoder() local
/dports/archivers/lizard/lizard-1.0/lib/entropy/
H A Dhuf_decompress.c820 U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUF_selectDecoder() local

12345678910>>...1159