/third_party/rust/crates/cxx/gen/build/src/ |
D | cargo.rs | 77 fn cmp(&self, rhs: &Self) -> Ordering { in cmp() 83 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() 112 fn cmp(&self, rhs: &Self) -> Ordering { in cmp() 121 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() 140 fn cmp(&self, rhs: &Self) -> Ordering { in cmp() 146 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVExpandPseudoInsts.cpp | 149 static unsigned getLRForRMW32(AtomicOrdering Ordering) { in getLRForRMW32() 166 static unsigned getSCForRMW32(AtomicOrdering Ordering) { in getSCForRMW32() 183 static unsigned getLRForRMW64(AtomicOrdering Ordering) { in getLRForRMW64() 200 static unsigned getSCForRMW64(AtomicOrdering Ordering) { in getSCForRMW64() 217 static unsigned getLRForRMW(AtomicOrdering Ordering, int Width) { in getLRForRMW() 225 static unsigned getSCForRMW(AtomicOrdering Ordering, int Width) { in getSCForRMW() 242 AtomicOrdering Ordering = in doAtomicBinOpExpansion() local 305 AtomicOrdering Ordering = in doMaskedAtomicBinOpExpansion() local 446 AtomicOrdering Ordering = in expandAtomicMinMaxOp() local 557 AtomicOrdering Ordering = in expandAtomicCmpXchg() local
|
/third_party/rust/crates/proc-macro2/src/ |
D | location.rs | 18 fn cmp(&self, other: &Self) -> Ordering { in cmp() 26 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
|
/third_party/icu/docs/userguide/collation/ |
D | concepts.md | 329 ### CaseFirst 351 ### CaseLevel
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | asn1.rs | 219 pub fn compare(&self, other: &Self) -> Result<Ordering, ErrorStack> { in compare() 261 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> { in partial_cmp() 268 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp() 275 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp() 399 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp() 406 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> { in partial_cmp() 413 fn partial_cmp(&self, other: &&'a Asn1TimeRef) -> Option<Ordering> { in partial_cmp() 516 fn cmp(&self, other: &Self) -> Ordering { in cmp() 521 fn partial_cmp(&self, other: &Asn1Integer) -> Option<Ordering> { in partial_cmp() 565 fn cmp(&self, other: &Self) -> Ordering { in cmp() [all …]
|
/third_party/vixl/doc/aarch64/topics/ |
D | state-trace.md | 49 Ordering section in AArch64 Simulator state trace
|
/third_party/typescript/tests/cases/compiler/ |
D | nonNullableWithNullableGenericIndexedAccessArg.ts | 22 type Ordering<TOrderBy extends string> = { alias
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_HUAWEI_cluster_culling_shader/ |
D | clusterculling.adoc | 109 [[cluster-culling-primitive-ordering]]
|
/third_party/rust/crates/rustix/src/net/ |
D | ip.rs | 1077 fn partial_cmp(&self, other: &Ipv4Addr) -> Option<Ordering> { in partial_cmp() 1085 fn partial_cmp(&self, other: &Ipv4Addr) -> Option<Ordering> { in partial_cmp() 1096 fn partial_cmp(&self, other: &IpAddr) -> Option<Ordering> { in partial_cmp() 1107 fn cmp(&self, other: &Ipv4Addr) -> Ordering { in cmp() 1865 fn partial_cmp(&self, other: &Ipv6Addr) -> Option<Ordering> { in partial_cmp() 1873 fn partial_cmp(&self, other: &Ipv6Addr) -> Option<Ordering> { in partial_cmp() 1884 fn partial_cmp(&self, other: &IpAddr) -> Option<Ordering> { in partial_cmp() 1895 fn cmp(&self, other: &Ipv6Addr) -> Ordering { in cmp()
|
D | addr.rs | 602 fn partial_cmp(&self, other: &SocketAddrV4) -> Option<Ordering> { in partial_cmp() 609 fn partial_cmp(&self, other: &SocketAddrV6) -> Option<Ordering> { in partial_cmp() 616 fn cmp(&self, other: &SocketAddrV4) -> Ordering { in cmp() 625 fn cmp(&self, other: &SocketAddrV6) -> Ordering { in cmp()
|
/third_party/rust/crates/syn/src/ |
D | lifetime.rs | 98 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp() 104 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAtomicRMW.cpp | 112 AtomicOrdering Ordering = RMWI.getOrdering(); in visitAtomicRMWInst() local
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | addr.rs | 227 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() 237 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp()
|
/third_party/rust/crates/clap/src/builder/ |
D | debug_asserts.rs | 396 fn partial_cmp(&self, other: &Flag) -> Option<Ordering> { in partial_cmp() 415 fn cmp(&self, other: &Self) -> Ordering { in cmp()
|
/third_party/rust/crates/clap/src/parser/matches/ |
D | any_value.rs | 67 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> { in partial_cmp() 73 fn cmp(&self, other: &Self) -> std::cmp::Ordering { in cmp()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | addr.rs | 125 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() 134 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp()
|
/third_party/rust/crates/minimal-lexical/src/ |
D | heapvec.rs | 158 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() 165 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
|
D | stackvec.rs | 266 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() 273 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | tessellation.adoc | 261 [[tessellation-vertex-winding-order]]
|
D | geometry.adoc | 139 [[geometry-passthrough]]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | GlobalStatus.h | 72 AtomicOrdering Ordering = AtomicOrdering::NotAtomic; member
|
/third_party/rust/crates/log/src/kv/ |
D | key.rs | 83 fn partial_cmp(&self, other: &Key<'ko>) -> Option<cmp::Ordering> { in partial_cmp() 89 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
|
/third_party/rust/crates/log/src/ |
D | lib.rs | 371 fn store(&self, val: usize, _order: Ordering) { in store() 380 _success: Ordering, in compare_exchange() 381 _failure: Ordering, in compare_exchange() 475 fn partial_cmp(&self, other: &Level) -> Option<cmp::Ordering> { in partial_cmp() 502 fn partial_cmp(&self, other: &LevelFilter) -> Option<cmp::Ordering> { in partial_cmp() 529 fn cmp(&self, other: &Level) -> cmp::Ordering { in cmp() 682 fn partial_cmp(&self, other: &LevelFilter) -> Option<cmp::Ordering> { in partial_cmp() 709 fn partial_cmp(&self, other: &Level) -> Option<cmp::Ordering> { in partial_cmp() 736 fn cmp(&self, other: &LevelFilter) -> cmp::Ordering { in cmp()
|
/third_party/rust/crates/cxx/syntax/ |
D | discriminant.rs | 246 fn cmp(&self, other: &Self) -> Ordering { in cmp() 258 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 122 AtomicOrdering Ordering = AtomicOrdering::NotAtomic; member in __anon70cde17e0111::SIMemOpInfo 130 SIMemOpInfo(AtomicOrdering Ordering = AtomicOrdering::SequentiallyConsistent, in SIMemOpInfo() 521 AtomicOrdering Ordering = AtomicOrdering::NotAtomic; in constructFromMIWithMMO() local 610 AtomicOrdering Ordering = in getAtomicFenceInfo() local
|