Home
last modified time | relevance | path

Searched defs:Ordering (Results 1 – 25 of 67) sorted by relevance

123

/third_party/rust/crates/cxx/gen/build/src/
Dcargo.rs77 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/
DRISCVExpandPseudoInsts.cpp149 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/
Dlocation.rs18 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/
Dconcepts.md329 ### CaseFirst
351 ### CaseLevel
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/
Dfield.rs81 fn cmp(&self, other: &Self) -> Ordering { in cmp()
117 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
191 fn cmp(&self, other: &Self) -> Ordering { in cmp()
215 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
335 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
342 fn cmp(&self, other: &Self) -> Ordering { in cmp()
431 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
438 fn cmp(&self, other: &Self) -> Ordering { in cmp()
/third_party/rust/crates/rustix/src/net/
Dip.rs1077 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()
Daddr.rs602 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAtomicRMW.cpp112 AtomicOrdering Ordering = RMWI.getOrdering(); in visitAtomicRMWInst() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs218 pub fn compare(&self, other: &Self) -> Result<Ordering, ErrorStack> { in compare()
260 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> { in partial_cmp()
267 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp()
274 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp()
398 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp()
405 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> { in partial_cmp()
412 fn partial_cmp(&self, other: &&'a Asn1TimeRef) -> Option<Ordering> { in partial_cmp()
/third_party/rust/crates/syn/src/
Dlifetime.rs98 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp()
104 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp()
/third_party/rust/crates/rustix/src/backend/libc/net/
Daddr.rs227 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/parser/matches/
Dany_value.rs67 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/clap/src/builder/
Ddebug_asserts.rs402 fn partial_cmp(&self, other: &Flag) -> Option<Ordering> { in partial_cmp()
421 fn cmp(&self, other: &Self) -> Ordering { in cmp()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Daddr.rs125 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/
Dheapvec.rs158 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp()
165 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
Dstackvec.rs266 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/
Dgeometry.adoc139 [[geometry-passthrough]]
Dtessellation.adoc214 [[tessellation-vertex-winding-order]]
/third_party/rust/crates/tracing/tracing-core/src/
Dmetadata.rs912 fn partial_cmp(&self, other: &Level) -> Option<cmp::Ordering> { in partial_cmp()
939 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
946 fn partial_cmp(&self, other: &LevelFilter) -> Option<cmp::Ordering> { in partial_cmp()
988 fn partial_cmp(&self, other: &LevelFilter) -> Option<cmp::Ordering> { in partial_cmp()
1015 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp()
1022 fn partial_cmp(&self, other: &Level) -> Option<cmp::Ordering> { in partial_cmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h72 AtomicOrdering Ordering = AtomicOrdering::NotAtomic; member
/third_party/rust/crates/log/src/kv/
Dkey.rs83 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/
Dlib.rs371 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/
Ddiscriminant.rs246 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/
DSIMemoryLegalizer.cpp122 AtomicOrdering Ordering = AtomicOrdering::NotAtomic; member in __anoneac4b8900111::SIMemOpInfo
130 SIMemOpInfo(AtomicOrdering Ordering = AtomicOrdering::SequentiallyConsistent, in SIMemOpInfo()
521 AtomicOrdering Ordering = AtomicOrdering::NotAtomic; in constructFromMIWithMMO() local
610 AtomicOrdering Ordering = in getAtomicFenceInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h264 void setOrdering(AtomicOrdering Ordering) { in setOrdering()
395 void setOrdering(AtomicOrdering Ordering) { in setOrdering()

123