Home
last modified time | relevance | path

Searched defs:cmp (Results 201 - 225 of 729) sorted by relevance

12345678910>>...30

/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddiscriminant.rs246 fn cmp(&self, other: &Self) -> Ordering { in cmp() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-bitfield-method-same-name.rs
H A Djsval_layout_opaque_1_0.rs
H A Dclass_with_inner_struct_1_0.rs
H A Dtransform-op.rs
/third_party/python/Lib/
H A Dfilecmp.py30 def cmp(f1, f2, shallow=True): function
/third_party/optimized-routines/math/test/
H A Dulp.h244 static int T(cmp) (const struct fun *f, struct gen *gen, in cmp() function
/third_party/optimized-routines/math/
H A Dv_powf.c141 specialcase (v_f32_t x, v_f32_t y, v_f32_t ret, v_u32_t cmp) in specialcase() argument
150 v_u32_t u, tmp, cmp, i, top, iz; in powf() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-feat-table.hh44 int cmp (hb_aat_layout_feature_selector_t key) const in cmp() function
80 int cmp (hb_aat_layout_feature_type_t key) const in cmp() function
/third_party/skia/third_party/externals/icu/source/common/
H A Duarrsort.cpp75 uprv_stableBinarySearch(char *array, int32_t limit, void *item, int32_t itemSize, UComparator *cmp, const void *context) uprv_stableBinarySearch() argument
119 doInsertionSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, void *pv) doInsertionSort() argument
141 insertionSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UErrorCode *pErrorCode) insertionSort() argument
169 subQuickSort(char *array, int32_t start, int32_t limit, int32_t itemSize, UComparator *cmp, const void *context, void *px, void *pw) subQuickSort() argument
235 quickSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UErrorCode *pErrorCode) quickSort() argument
256 uprv_sortArray(void *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UBool sortStable, UErrorCode *pErrorCode) uprv_sortArray() argument
[all...]
/third_party/python/Modules/_ssl/
H A Dcert.c196 int cmp; in certificate_richcompare() local
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dmessage_test.py61 cmp = lambda x, y: (x > y) - (x < y) # Python 3 variable
[all...]
/third_party/rust/crates/clap/src/parser/matches/
H A Dany_value.rs73 fn cmp(&self, other: &Self) -> std::cmp::Ordering { in cmp() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Daddr.rs134 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
/third_party/rust/crates/rustix/src/net/
H A Daddr.rs616 fn cmp(&self, other: &SocketAddrV4) -> Ordering { in cmp() functions
625 fn cmp(&self, other: &SocketAddrV6) -> Ordering { in cmp() functions
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Daddr.rs237 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeString.c79 deBool deMemoryEqual (const void* ptr, const void* cmp, size_t numBytes) in deMemoryEqual() argument
/third_party/rust/crates/syn/src/
H A Dtoken.rs298 impl cmp::Eq for $name {} in display() impls
425 impl cmp::Eq for $name {} impls
532 impl cmp::Eq for $name {} impls
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_node.cpp189 int cmp = Compare(hash, key.GetTaggedValue(), treeNode->GetHash().GetInt(), treeNodeKey.GetTaggedValue()); in Set() local
348 int cmp = Compare(hash, key, treeNode->GetHash().GetInt(), treeNodeKey); in Delete() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_hash_array_test.cpp354 int cmp = RBTreeNode::Compare(leftTreeNode->GetHash().GetInt(), leftTreeNode->GetKey(), hash, treeNodeKey); in IsVaildRBTree() local
361 int cmp = RBTreeNode::Compare(rightTreeNode->GetHash().GetInt(), rightTreeNode->GetKey(), hash, treeNodeKey); in IsVaildRBTree() local
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_test.cpp332 auto cmp = liveness_analyzer->GetInstLifeIntervals(&INS(5)); in TEST_F() local
514 auto cmp = la->GetInstLifeIntervals(&INS(3)); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp96 auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_unroll.cpp265 auto cmp = ifImm->GetInput(0).GetInst()->CastToCompare(); in NormalizeControlFlow() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dliveness_analyzer_test.cpp309 auto cmp = livenessAnalyzer->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
491 auto cmp = la->GetInstLifeIntervals(&INS(3U)); in TEST_F() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dutils.py23 from filecmp import cmp namespace

Completed in 18 milliseconds

12345678910>>...30