/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | iwmmxt.S | 370 eors r0, r0, r1 @ if equal...
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 124 * @equal: return true if both values are equal. 131 bool (*equal)(const struct v4l2_ctrl *ctrl, u32 idx, member 216 * The size of array must be equal to the menu size, e. g.:
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ctrls.h | 132 * @equal: return true if all ctrl->elems array elements are equal. 139 bool (*equal)(const struct v4l2_ctrl *ctrl, member 227 * The size of array must be equal to the menu size, e. g.: 1549 * v4l2_ctrl_type_op_equal - Default v4l2_ctrl_type_ops equal callback. 1555 * Return: true if values are equal, otherwise false.
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 185 # To compare if a 3 component version is greater or equal to another, first use
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_hwmgr.c | 1822 /* the voltage should not be zero nor equal to leakage ID */ in smu7_get_evv_voltages() 1861 /* the voltage should not be zero nor equal to leakage ID */ in smu7_get_evv_voltages() 4307 const struct pp_hw_power_state *pstate2, bool *equal) in smu7_check_states_equal() 4314 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in smu7_check_states_equal() 4321 *equal = false; in smu7_check_states_equal() 4328 *equal = false; in smu7_check_states_equal() 4334 *equal = ((psa->uvd_clks.vclk == psb->uvd_clks.vclk) && (psa->uvd_clks.dclk == psb->uvd_clks.dclk)); in smu7_check_states_equal() 4335 *equal &= ((psa->vce_clks.evclk == psb->vce_clks.evclk) && (psa->vce_clks.ecclk == psb->vce_clks.ecclk)); in smu7_check_states_equal() 4336 *equal &= (psa->sclk_threshold == psb->sclk_threshold); in smu7_check_states_equal() 4338 *equal in smu7_check_states_equal() 4305 smu7_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) smu7_check_states_equal() argument [all...] |
H A D | vega10_hwmgr.c | 590 /* the voltage should not be zero nor equal to leakage ID */ in vega10_get_evv_voltages() 4817 const struct pp_hw_power_state *pstate2, bool *equal) in vega10_check_states_equal() 4823 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in vega10_check_states_equal() 4830 *equal = false; in vega10_check_states_equal() 4837 *equal = false; in vega10_check_states_equal() 4843 *equal = ((psa->uvd_clks.vclk == psb->uvd_clks.vclk) && (psa->uvd_clks.dclk == psb->uvd_clks.dclk)); in vega10_check_states_equal() 4844 *equal &= ((psa->vce_clks.evclk == psb->vce_clks.evclk) && (psa->vce_clks.ecclk == psb->vce_clks.ecclk)); in vega10_check_states_equal() 4845 *equal &= (psa->sclk_threshold == psb->sclk_threshold); in vega10_check_states_equal() 4815 vega10_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) vega10_check_states_equal() argument
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.c | 828 (!info->value_type.equal || in __dm_written_to_disk() 829 !info->value_type.equal( in __dm_written_to_disk()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-era-target.c | 406 vt->equal = ws_eq; in setup_writeset_tree_info() 417 vt.equal = NULL; in setup_era_array_info()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-era-target.c | 421 vt->equal = ws_eq; in setup_writeset_tree_info() 432 vt.equal = NULL; in setup_era_array_info()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-space-map-common.c | 211 ll->bitmap_info.value_type.equal = NULL; in sm_ll_init() 218 ll->ref_count_info.value_type.equal = NULL; in sm_ll_init()
|
H A D | dm-btree.c | 1297 (!info->value_type.equal || in __dm_written_to_disk() 1298 !info->value_type.equal( in __dm_written_to_disk()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | utils.c | 916 (plat->pred == equal && hdr.oem_revision == plat->oem_revision)) in acpi_match_platform_list()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 39 | exponent equal to the exponent from A1 and the zero count
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 39 | exponent equal to the exponent from A1 and the zero count
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 273 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | utils.c | 1022 (plat->pred == equal && hdr.oem_revision == plat->oem_revision)) in acpi_match_platform_list()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 324 bool *equal);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 290 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); member
|
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 419 NAPI_ASSERT(env, value == TAG_NUMBER, "refValue expect equal to 666.");
in getAndDeleteReference() 436 NAPI_ASSERT(env, resultRefCount == 2, "resultRefCount expect equal to 2"); // 2: resultRefCount
in referenceRefAndUnref() 438 NAPI_ASSERT(env, resultRefCount == 1, "resultRefCount expect equal to 1.");
in referenceRefAndUnref() 490 NAPI_ASSERT(env, array_length == 2, "array_length expect equal to 2");
in getArrayWithLength() 513 NAPI_ASSERT(env, tempExternal != nullptr, "tempExternal expect not equal to nullptr");
in createExternal() 514 NAPI_ASSERT(env, tempExternal == testStr, "tempExternal expect equal to testStr");
in createExternal() 2476 NAPI_ASSERT(env, valueType == napi_function, "valueType expect equal to napi_function");
in ThreadSafeTest() 3436 bool equal = false;
in CreateObjectWithProperties() 3437 napi_strict_equals(env, result, expect, &equal);
in CreateObjectWithProperties() 3438 return equal;
in CreateObjectWithProperties() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_hwmgr.c | 2087 /* the voltage should not be zero nor equal to leakage ID */ in smu7_get_evv_voltages() 2126 /* the voltage should not be zero nor equal to leakage ID */ in smu7_get_evv_voltages() 4711 const struct pp_hw_power_state *pstate2, bool *equal) in smu7_check_states_equal() 4718 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in smu7_check_states_equal() 4725 *equal = false; in smu7_check_states_equal() 4732 *equal = false; in smu7_check_states_equal() 4738 *equal = ((psa->uvd_clks.vclk == psb->uvd_clks.vclk) && (psa->uvd_clks.dclk == psb->uvd_clks.dclk)); in smu7_check_states_equal() 4739 *equal &= ((psa->vce_clks.evclk == psb->vce_clks.evclk) && (psa->vce_clks.ecclk == psb->vce_clks.ecclk)); in smu7_check_states_equal() 4740 *equal &= (psa->sclk_threshold == psb->sclk_threshold); in smu7_check_states_equal() 4742 *equal in smu7_check_states_equal() 4709 smu7_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) smu7_check_states_equal() argument [all...] |
H A D | vega10_hwmgr.c | 589 /* the voltage should not be zero nor equal to leakage ID */ in vega10_get_evv_voltages() 4987 const struct pp_hw_power_state *pstate2, bool *equal) in vega10_check_states_equal() 4993 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in vega10_check_states_equal() 5003 *equal = false; in vega10_check_states_equal() 5013 *equal = false; in vega10_check_states_equal() 5019 *equal = ((vega10_psa->uvd_clks.vclk == vega10_psb->uvd_clks.vclk) && in vega10_check_states_equal() 5021 *equal &= ((vega10_psa->vce_clks.evclk == vega10_psb->vce_clks.evclk) && in vega10_check_states_equal() 5023 *equal &= (vega10_psa->sclk_threshold == vega10_psb->sclk_threshold); in vega10_check_states_equal() 4985 vega10_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) vega10_check_states_equal() argument
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 79 #error PMD_SHIFT must equal HPAGE_SHIFT for transparent huge pages.
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 79 #error PMD_SHIFT must equal HPAGE_SHIFT for transparent huge pages.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 292 bool *equal);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 291 bool *equal);
|