Home
last modified time | relevance | path

Searched defs:cmp (Results 51 - 75 of 395) sorted by relevance

12345678910>>...16

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion-in-ns_1_0.rs
H A Dunion_template_1_0.rs
H A Dstruct_with_anon_union_1_0.rs
H A Dunion_with_non_copy_member.rs
H A Dunion_with_anon_unnamed_union_1_0.rs
H A Dstruct_with_anon_unnamed_union_1_0.rs
H A Ddisable-untagged-union.rs
H A Dbindgen-union-inside-namespace.rs
H A Dwrap_unsafe_ops_anon_union_1_0.rs
H A Danon_union_1_0.rs
H A Dunion_with_anon_unnamed_struct_1_0.rs
H A Dunion_with_anon_struct_1_0.rs
H A Dunion_with_anon_union_1_0.rs
H A Danon_struct_in_union_1_0.rs
H A Duse-core_1_0.rs
H A Dderive-partialeq-bitfield.rs
/third_party/node/tools/gyp/tools/
H A Dpretty_vcproj.py27 def cmp(x, y): function
/third_party/musl/src/stdlib/
H A Dqsort.c92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() argument
119 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, void *arg, size_t pp[2], int pshift, int trusty, size_t lp[]) in trinkle() argument
158 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, voi argument
[all...]
/third_party/node/deps/v8/src/bigint/
H A Ddiv-burnikel.cc74 int cmp = Compare(A, B); in DivideBasecase() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dpqueue.c67 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert() local
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c148 TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), OPENSSL_LH_HASHFUNC hash, OPENSSL_LH_COMPFUNC cmp) TXT_DB_create_index() argument
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs415 fn cmp(&self, other: &Self) -> Ordering { in cmp() functions
/third_party/rust/crates/cxx/macro/src/
H A Dderive.rs179 fn cmp(&self, other: &Self) -> ::cxx::core::cmp::Ordering { in struct_ord() functions
271 fn cmp(&self, other: &Self) -> ::cxx::core::cmp::Ordering { enum_ord() functions
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipelineCache.cpp37 int cmp = memcmp(spirv.data(), other.spirv.data(), spirv.size() * sizeof(uint32_t)); in operator <() local
/third_party/openssl/ssl/
H A Dpqueue.c67 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert() local

Completed in 11 milliseconds

12345678910>>...16