/Zephyr-Core-3.4.0/tests/kernel/device/ |
D | CMakeLists.txt | 13 # and the code pathing doing pointer comparison would not be tested 15 # the pointer comparison would be exercised.
|
/Zephyr-Core-3.4.0/drivers/sensor/nuvoton_adc_cmp_npcx/ |
D | adc_cmp_npcx.c | 45 enum adc_cmp_npcx_comparison comparison; member 108 /* Set threshold comparison if set on device tree */ in adc_cmp_npcx_init() 109 if (config->comparison == ADC_CMP_NPCX_GREATER || in adc_cmp_npcx_init() 110 config->comparison == ADC_CMP_NPCX_LESS_OR_EQUAL) { in adc_cmp_npcx_init() 113 config->comparison == ADC_CMP_NPCX_GREATER ? in adc_cmp_npcx_init() 262 .comparison = DT_INST_STRING_TOKEN_OR(inst, \ 263 comparison, ADC_CMP_NPCX_UNDEFINED) \
|
/Zephyr-Core-3.4.0/tests/subsys/settings/functional/src/ |
D | settings_basic_test.c | 91 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 92 zassert_is_null(next1, "_steq comparison next error"); in ZTEST() 94 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 95 zassert_is_null(next2, "_steq comparison next error"); in ZTEST() 99 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 100 zassert_not_null(next1, "_steq comparison next error"); in ZTEST() 103 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 104 zassert_not_null(next2, "_steq comparison next error"); in ZTEST() 109 zassert_true(rc == 0, "_steq comparison failure"); in ZTEST() 110 zassert_is_null(next1, "_steq comparison next error"); in ZTEST() [all …]
|
/Zephyr-Core-3.4.0/scripts/ci/ |
D | pylintrc | 67 singleton-comparison, 68 misplaced-comparison-constant, 172 literal-comparison, 173 comparison-with-itself, 188 chained-comparison, 203 comparison-with-callable,
|
/Zephyr-Core-3.4.0/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor.h | 33 * @brief Helper comparison function for bsearch for specific 36 * Ohms are sorted in descending order, perform comparison to find
|
D | ntc_thermistor_calc.c | 33 * ntc_compensation_compare_ohm() - Helper comparison function for bsearch 35 * Ohms are sorted in descending order, perform comparison to find
|
/Zephyr-Core-3.4.0/tests/kernel/common/src/ |
D | bitarray.c | 306 "sys_bitarray_alloc() failed bits comparison"); in alloc_and_free_predefined() 314 "sys_bitarray_alloc() failed bits comparison"); in alloc_and_free_predefined() 320 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 325 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 330 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 337 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 354 "sys_bitarray_alloc() failed bits comparison"); in alloc_and_free_predefined() 586 "sys_bitarray_set_region() failed bits comparison"); in ZTEST() 592 "sys_bitarray_set_region() failed bits comparison"); in ZTEST() 598 "sys_bitarray_clear_region() failed bits comparison"); in ZTEST() [all …]
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_syst/src/ |
D | mock_backend.c | 73 "Incorrect Format comparison"); in validate_msg() 81 "Incorrect Comparison of %s", syst_headers_name[i]); in validate_msg() 103 "Incorrect Comparison of payload"); in validate_msg()
|
/Zephyr-Core-3.4.0/dts/bindings/sensor/ |
D | nuvoton,adc-cmp.yaml | 23 comparison:
|
D | ite,it8xxx2-vcmp.yaml | 30 comparison:
|
D | nxp,kinetis-acmp.yaml | 30 Enable high speed comparison mode.
|
/Zephyr-Core-3.4.0/drivers/sensor/ite_vcmp_it8xxx2/ |
D | vcmp_ite_it8xxx2.c | 57 int comparison; member 319 /* Set threshold and comparison if set on device tree */ in vcmp_it8xxx2_init() 321 (config->comparison != IT8XXX2_VCMP_UNDEFINED)) { in vcmp_it8xxx2_init() 325 if (config->comparison == IT8XXX2_VCMP_LESS_OR_EQUAL) { in vcmp_it8xxx2_init() 398 .comparison = DT_INST_PROP(inst, comparison), \
|
/Zephyr-Core-3.4.0/soc/arm/nxp_kinetis/ |
D | flash_configuration.c | 11 /* Backdoor Comparison Key (unused) */
|
/Zephyr-Core-3.4.0/arch/posix/ |
D | Linux.aarch64.cmake | 7 # @Intent: Call a script to get userspace wordsize for comparison with CONFIG_64BIT
|
/Zephyr-Core-3.4.0/lib/libc/minimal/source/stdlib/ |
D | bsearch.c | 17 * @param cmp pointer to comparison function
|
/Zephyr-Core-3.4.0/samples/posix/gettimeofday/ |
D | README.rst | 37 For comparison, a version for native POSIX operating systems (e.g. Linux)
|
/Zephyr-Core-3.4.0/arch/arm64/core/ |
D | CMakeLists.txt | 20 # simple numeric comparison because these values may be
|
/Zephyr-Core-3.4.0/tests/unit/base64/ |
D | main.c | 78 zassert_equal(rc, 0, "Encode test comparison"); in ZTEST() 86 zassert_equal(rc, 0, "Decode test comparison"); in ZTEST()
|
/Zephyr-Core-3.4.0/tests/drivers/rtc/rtc_api/src/ |
D | test_calibrate.c | 38 /* Print comparison between set and get values */ in test_set_get_calibration()
|
/Zephyr-Core-3.4.0/samples/drivers/spi_fujitsu_fram/src/ |
D | main.c | 230 printk("Data comparison failed @ %d.\n", i); in main() 235 printk("Data comparison successful.\n"); in main()
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/ |
D | spi_emul.h | 56 * Pointer-comparison may be used to detect changes from
|
D | spi.h | 292 * @warning Most drivers use pointer comparison to determine whether a 718 * Pointer-comparison may be used to detect changes from 780 * Pointer-comparison may be used to detect changes from 821 * Pointer-comparison may be used to detect changes from 866 * Pointer-comparison may be used to detect changes from 911 * Pointer-comparison may be used to detect changes from 966 * Pointer-comparison may be used to detect changes from 1011 * Pointer-comparison may be used to detect changes from
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_switch_format/src/ |
D | mock_backend.c | 93 "Incorrect Format comparison %s vs %s", output_str, raw_data_str); in validate_log_type()
|
/Zephyr-Core-3.4.0/cmake/compiler/clang/ |
D | compiler_flags.cmake | 106 # comparison of unsigned expression < 0 is always false
|
/Zephyr-Core-3.4.0/tests/lib/hash_function/src/ |
D | main.c | 109 * of the comparison. So, in kolmogorov_smirnov_test()
|