| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | discriminant.rs | 246 fn cmp(&self, other: &Self) -> Ordering { in cmp() functions
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | derive-bitfield-method-same-name.rs | |
| H A D | jsval_layout_opaque_1_0.rs | |
| H A D | class_with_inner_struct_1_0.rs | |
| H A D | transform-op.rs | |
| /third_party/python/Lib/ |
| H A D | filecmp.py | 30 def cmp(f1, f2, shallow=True): function
|
| /third_party/optimized-routines/math/test/ |
| H A D | ulp.h | 244 static int T(cmp) (const struct fun *f, struct gen *gen, in cmp() function
|
| /third_party/optimized-routines/math/ |
| H A D | v_powf.c | 141 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 D | hb-aat-layout-feat-table.hh | 44 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 D | uarrsort.cpp | 75 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 D | cert.c | 196 int cmp; in certificate_richcompare() local
|
| /third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
| H A D | message_test.py | 61 cmp = lambda x, y: (x > y) - (x < y) # Python 3 variable [all...] |
| /third_party/rust/crates/clap/src/parser/matches/ |
| H A D | any_value.rs | 73 fn cmp(&self, other: &Self) -> std::cmp::Ordering { in cmp() functions
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| H A D | addr.rs | 134 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | addr.rs | 616 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 D | addr.rs | 237 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deString.c | 79 deBool deMemoryEqual (const void* ptr, const void* cmp, size_t numBytes) in deMemoryEqual() argument
|
| /third_party/rust/crates/syn/src/ |
| H A D | token.rs | 298 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 D | tagged_node.cpp | 189 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 D | tagged_hash_array_test.cpp | 354 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 D | liveness_analyzer_test.cpp | 332 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 D | linear_order.cpp | 96 auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | loop_unroll.cpp | 265 auto cmp = ifImm->GetInput(0).GetInst()->CastToCompare(); in NormalizeControlFlow() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | liveness_analyzer_test.cpp | 309 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 D | utils.py | 23 from filecmp import cmp namespace
|