/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 618 bool equal = true; in IsTimeSyncPacketEqual() local 619 equal = inPacketA.GetSourceTimeBegin() == inPacketB.GetSourceTimeBegin() ? equal : false; in IsTimeSyncPacketEqual() 620 equal = inPacketA.GetSourceTimeEnd() == inPacketB.GetSourceTimeEnd() ? equal : false; in IsTimeSyncPacketEqual() 621 equal = inPacketA.GetTargetTimeBegin() == inPacketB.GetTargetTimeBegin() ? equal : false; in IsTimeSyncPacketEqual() 622 equal = inPacketA.GetTargetTimeEnd() == inPacketB.GetTargetTimeEnd() ? equal : false; in IsTimeSyncPacketEqual() 623 return equal; in IsTimeSyncPacketEqual() 738 bool equal = true; IsMultiVerCommitEqual() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bugfix.S | 177 | Test for cu_savepc equal to zero. If not, this is not a bug 186 | cu src equal to xu dest or equal to nu dest. If so, go to 187 | op0. Else, or if opclass2, check for cu dest equal to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 203 beqs op0 |if equal, continue bugfix 205 | Check for cu dest equal to nu dest. If so, go and fix the 210 beqs op0 |if equal, continue bugfix 216 beqs op0_xu |if equal, continue bugfix 356 | Check for cu dest equal t [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bugfix.S | 177 | Test for cu_savepc equal to zero. If not, this is not a bug 186 | cu src equal to xu dest or equal to nu dest. If so, go to 187 | op0. Else, or if opclass2, check for cu dest equal to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 203 beqs op0 |if equal, continue bugfix 205 | Check for cu dest equal to nu dest. If so, go and fix the 210 beqs op0 |if equal, continue bugfix 216 beqs op0_xu |if equal, continue bugfix 356 | Check for cu dest equal t [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pp_psm.c | 239 bool equal; in power_state_management() local 250 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 251 equal = false; in power_state_management() 253 if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) { in power_state_management()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pp_psm.c | 248 bool equal; in power_state_management() local 259 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 260 equal = false; in power_state_management() 262 if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) { in power_state_management()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
H A D | particle_pattern.cpp | 128 bool equal = true; in UpdateDisturbance() local 133 equal = false; in UpdateDisturbance() 137 if (equal) { in UpdateDisturbance()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_range_adapter.h | 106 * @param arr Specify the array, equal specify the condition. 111 uint32_t RemoveDuplicates(Array& arr, Equal equal); 224 uint32_t RemoveDuplicates(Array& arr, Equal equal) in RemoveDuplicates() argument 233 if (!equal(element, arr[iIndex - 1])) { in RemoveDuplicates()
|
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A D | share_config.c | 140 bool equal; in share_config_request() local 145 equal = !strcmp(cf_resp_name, name); in share_config_request() 147 if (!equal) in share_config_request()
|
/kernel/liteos_a/lib/libc/musl/src/arch/arm/ |
H A D | memcmp.S | 77 vorr d4, d0, d1 @ d4: Save the result of calculating whether the first 16 bytes are equal. 78 vorr d5, d2, d3 @ d5: Save the result of calculating whether the last 16 bytes are equal. 79 vorr d6, d4, d5 @ d6: Save the result of 32 bytes calculation whether they are equal. 87 * We use r3 to indicate whether the first half of the multibytes are equal, 88 * and r4 to indicate whether the second half of the multibytes are equal.
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_particle_noise_field.h | 53 bool equal = (this->fieldStrength_ == rhs.fieldStrength_) && (this->fieldShape_ == rhs.fieldShape_) && in operator ==() local 57 return equal; in operator ==()
|
H A D | rs_render_particle.h | 467 bool equal = false; in operator ==() local 476 equal = equal && (this->renderParticleVector_[i] == rhs.renderParticleVector_[i]) && in operator ==() 480 equal = equal && (this->imageVector_[i] == rhs.imageVector_[i]) && in operator ==() 483 return equal; in operator ==()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_datastruct_test.cpp | 134 std::equal(bundleCloneInfo.disabledAbilities.begin(), bundleCloneInfo.disabledAbilities.end(), in HWTEST_F() 180 std::equal(bundleCloneInfo.disabledAbilities.begin(), bundleCloneInfo.disabledAbilities.end(), in HWTEST_F()
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 271 * Put caller above callee when they have equal period. in __hpp__sort_acc() 472 .equal = hpp__equal, \ 486 .equal = hpp__equal, \ 499 .equal = hpp__equal, \ 630 if (acc->equal(acc, fmt)) { in perf_hpp__cancel_cumulate() 635 if (ovh->equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 642 return a->equal && a->equal(a, b); in fmt_equal()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 272 * Put caller above callee when they have equal period. in __hpp__sort_acc() 475 .equal = hpp__equal, \ 489 .equal = hpp__equal, \ 502 .equal = hpp__equal, \ 633 if (acc->equal(acc, fmt)) { in perf_hpp__cancel_cumulate() 638 if (ovh->equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 645 return a->equal && a->equal(a, b); in fmt_equal()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 169 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger() local 172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | application_cleaner_test.cpp | 89 bool res = std::equal(tempDir1.begin(), tempDir1.end(), tempDir2.begin()); in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_service_manager.cpp | 198 bool equal = false; in AddServiceResponse() local 202 equal = true; in AddServiceResponse() 206 if (!equal) { in AddServiceResponse()
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | js_util.cpp | 276 bool equal = false; in GetValue() local 277 napi_strict_equals(env, jsValue, tempValue, &equal); in GetValue() 278 if (equal) { in GetValue()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.py | 105 def equal(self, other): member in Event 250 if (exp_event.equal(res_event)):
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 169 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger() local 172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | legacy_dpm.c | 47 #define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \ 48 ((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal))) 934 bool equal = false; in amdgpu_dpm_change_power_state_locked() local 971 if (0 != amdgpu_dpm_check_state_equal(adev, adev->pm.dpm.current_ps, adev->pm.dpm.requested_ps, &equal)) in amdgpu_dpm_change_power_state_locked() 972 equal = false; in amdgpu_dpm_change_power_state_locked() 975 if (equal) in amdgpu_dpm_change_power_state_locked()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/ |
H A D | root_pattern.h | 107 if (std::equal(positions.begin(), positions.end(), oldPositions.begin(), oldPositions.end(), funcEqual)) {
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.h | 73 * called _unless_ the new and old value are deemed equal. 75 int (*equal)(void *context, const void *value1, const void *value2); member
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree.h | 74 * called _unless_ the new and old value are deemed equal. 76 int (*equal)(void *context, const void *value1, const void *value2); member
|
/foundation/filemanagement/app_file_service/utils/src/b_tarball/ |
H A D | b_tarball_factory.cpp | 135 !equal(tarballPath.rbegin(), next(tarballPath.rbegin(), suffix.length()), suffix.rbegin(), suffix.rend())) { in GetTarballDirAndName()
|