| /external/rust/crates/itertools/src/ |
| D | grouping_map.rs | 237 where V: Ord, in max() 291 CK: Ord, in max_by_key() 315 where V: Ord, in min() 369 CK: Ord, in min_by_key() 402 where V: Ord, in minmax() 482 CK: Ord, in minmax_by_key()
|
| D | free.rs | 185 I::Item: Ord in max() 201 I::Item: Ord in min() 239 I::Item: Ord in sorted()
|
| D | k_smallest.rs | 4 pub(crate) fn k_smallest<T: Ord, I: Iterator<Item = T>>(mut iter: I, k: usize) -> BinaryHeap<T> { in k_smallest()
|
| D | lib.rs | 2256 Self::Item: Ord in sorted_unstable() 2324 K: Ord, in sorted_unstable_by_key() 2352 Self::Item: Ord in sorted() 2420 K: Ord, in sorted_by_key() 2458 Self::Item: Ord in k_smallest() 2690 where Self: Sized, Self::Item: Ord in position_max() 2718 where Self: Sized, K: Ord, F: FnMut(&Self::Item) -> K in position_max_by_key() argument 2773 where Self: Sized, Self::Item: Ord in position_min() 2801 where Self: Sized, K: Ord, F: FnMut(&Self::Item) -> K in position_min_by_key() argument
|
| /external/rust/cxx/syntax/ |
| D | derive.rs | 19 Ord, enumerator
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | performance-inefficient-algorithm.cpp | 63 FwIt lower_bound(FwIt, FwIt end, const K &, Ord) { return end; } in lower_bound() argument
|
| /external/rust/crates/rayon/src/slice/ |
| D | mod.rs | 243 T: Ord, in par_sort() 328 B: Ord, in par_sort_by_key() 367 T: Ord, in par_sort_unstable() 450 B: Ord, in par_sort_unstable_by_key()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LocalStackSlotAllocation.cpp | 62 FrameRef(MachineInstr *I, int64_t Offset, int Idx, unsigned Ord) : in FrameRef()
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | LocalStackSlotAllocation.cpp | 62 FrameRef(MachineInstr *I, int64_t Offset, int Idx, unsigned Ord) : in FrameRef()
|
| /external/rust/crates/fallible-iterator/src/ |
| D | lib.rs | 585 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 1716 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/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64A57FPLoadBalancing.cpp | 519 auto Ord = RCI.getOrder(TRI->getRegClass(RegClassID)); in scavengeRegister() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64A57FPLoadBalancing.cpp | 519 auto Ord = RCI.getOrder(TRI->getRegClass(RegClassID)); in scavengeRegister() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64A57FPLoadBalancing.cpp | 534 auto Ord = RCI.getOrder(TRI->getRegClass(RegClassID)); in scavengeRegister() local
|
| /external/rust/crates/rayon/src/iter/ |
| D | extend.rs | 59 fn heap_reserve<T: Ord, U>(heap: &mut BinaryHeap<T>, list: &LinkedList<Vec<U>>) { in heap_reserve()
|
| D | mod.rs | 1433 fn min(self) -> Option<Self::Item> in min() 1531 fn max(self) -> Option<Self::Item> in max() 2363 Self::Item: Ord, in cmp()
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 1853 AtomicOrdering Ord) const { in emitLoadLinked() 1860 Value *Addr, AtomicOrdering Ord) const { in emitStoreConditional() 1871 AtomicOrdering Ord) const { in emitMaskedAtomicRMWIntrinsic() 1880 Value *CmpVal, Value *NewVal, Value *Mask, AtomicOrdering Ord) const { in emitMaskedAtomicCmpXchgIntrinsic() 1918 AtomicOrdering Ord) const { in emitLeadingFence() 1927 AtomicOrdering Ord) const { in emitTrailingFence()
|
| /external/rust/crates/walkdir/src/ |
| D | lib.rs | 419 K: Ord, in sort_by_key()
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 1157 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/llvm-project/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLSymbols.cpp | 190 ThunkOrdinal &Ord) { in enumeration()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLSymbols.cpp | 167 ThunkOrdinal &Ord) { in enumeration()
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 137 | Ord Constructor
|
| /external/llvm-project/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 162 | Ord Constructor
|
| /external/llvm-project/llvm/tools/llvm-c-test/ |
| D | echo.cpp | 651 LLVMAtomicOrdering Ord = LLVMGetOrdering(Src); in CloneInstruction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonGenInsert.cpp | 415 const RegisterOrdering &Ord; member in __anon3fa963630311::OrderedRegisterList
|