Home
last modified time | relevance | path

Searched defs:Ord (Results 1 – 25 of 35) sorted by relevance

12

/external/rust/crates/itertools/src/
Dgrouping_map.rs236 where V: Ord, in max()
290 CK: Ord, in max_by_key()
314 where V: Ord, in min()
368 CK: Ord, in min_by_key()
401 where V: Ord, in minmax()
481 CK: Ord, in minmax_by_key()
Dfree.rs230 I::Item: Ord in max()
246 I::Item: Ord in min()
282 I::Item: Ord in sorted()
Dk_smallest.rs4 pub(crate) fn k_smallest<T: Ord, I: Iterator<Item = T>>(mut iter: I, k: usize) -> BinaryHeap<T> { in k_smallest()
Dlib.rs2499 Self::Item: Ord in sorted_unstable()
2567 K: Ord, in sorted_unstable_by_key()
2595 Self::Item: Ord in sorted()
2663 K: Ord, in sorted_by_key()
2699 K: Ord, in sorted_by_cached_key()
2737 Self::Item: Ord in k_smallest()
2928 where Self: Sized, Self::Item: Ord in min_set()
2993 where Self: Sized, K: Ord, F: FnMut(&Self::Item) -> K in min_set_by_key() argument
3022 where Self: Sized, Self::Item: Ord in max_set()
3087 where Self: Sized, K: Ord, F: FnMut(&Self::Item) -> K in max_set_by_key() argument
[all …]
/external/rust/cxx/syntax/
Dderive.rs19 Ord, enumerator
/external/rust/crates/clap/src/util/
Dflat_set.rs59 K: Ord, in sort_by_key()
/external/rust/crates/rayon/src/slice/
Dmod.rs313 T: Ord, in par_sort()
421 K: Ord, in par_sort_by_key()
552 T: Ord, in par_sort_unstable()
657 K: Ord, in par_sort_unstable_by_key()
/external/rust/crates/zerocopy-derive/src/
Drepr.rs144 impl Ord for $repr_name { impl
/external/rust/crates/indexmap/src/rayon/
Dmap.rs343 K: Ord, in par_sort_keys()
378 K: Ord, in par_sort_unstable_keys()
Dset.rs485 T: Ord, in par_sort()
516 T: Ord, in par_sort_unstable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp62 FrameRef(MachineInstr *I, int64_t Offset, int Idx, unsigned Ord) : in FrameRef()
/external/rust/crates/fallible-iterator/src/
Dlib.rs585 Self::Item: Ord, in max()
596 B: Ord, in max_by_key()
642 Self::Item: Ord, in min()
653 B: Ord, in min_by_key()
753 Self::Item: Ord, in cmp()
/external/rust/crates/indexmap/tests/
Dquick.rs514 X: Ord, in assert_sorted_by_key()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1716 AtomicOrdering Ord) const { in emitLoadLinked()
1723 Value *Addr, AtomicOrdering Ord) const { in emitStoreConditional()
1734 AtomicOrdering Ord) const { in emitMaskedAtomicRMWIntrinsic()
1743 Value *CmpVal, Value *NewVal, Value *Mask, AtomicOrdering Ord) const { in emitMaskedAtomicCmpXchgIntrinsic()
1781 AtomicOrdering Ord) const { in emitLeadingFence()
1790 AtomicOrdering Ord) const { in emitTrailingFence()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp519 auto Ord = RCI.getOrder(TRI->getRegClass(RegClassID)); in scavengeRegister() local
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp534 auto Ord = RCI.getOrder(TRI->getRegClass(RegClassID)); in scavengeRegister() local
/external/rust/crates/walkdir/src/
Dlib.rs419 K: Ord, in sort_by_key()
/external/llvm/include/llvm/Target/
DTargetLowering.h1157 AtomicOrdering Ord) const { in emitLoadLinked()
1164 Value *Addr, AtomicOrdering Ord) const { in emitStoreConditional()
1199 AtomicOrdering Ord, bool IsStore, in emitLeadingFence()
1208 AtomicOrdering Ord, bool IsStore, in emitTrailingFence()
/external/rust/crates/rayon/src/iter/
Dmod.rs1443 fn min(self) -> Option<Self::Item> in min()
1541 fn max(self) -> Option<Self::Item> in max()
2674 Self::Item: Ord, in cmp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp167 ThunkOrdinal &Ord) { in enumeration()
/external/rust/crates/socket2/src/sys/
Dwindows.rs294 fn clamp<T>(value: T, min: T, max: T) -> T in clamp()
/external/rust/crates/indexmap/src/
Dset.rs582 T: Ord, in sort()
617 T: Ord, in sort_unstable()
Dmap.rs682 K: Ord, in sort_keys()
727 K: Ord, in sort_unstable_keys()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml137 | Ord Constructor
/external/rust/crates/combine/src/stream/
Deasy.rs701 P: Ord, in merge()

12