Searched full:computation (Results 1 – 25 of 47) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.h | 23 * @retval 0 Computation was successful. @p res contains the result. 24 * @retval -EIO Computation failed. 39 * @retval 0 Computation was successful. @p res contains the result. 40 * @retval -EIO Computation failed. 57 * @retval 0 Computation was successful. @p res contains the result. 58 * @retval -EIO Computation failed. 77 * @retval 0 Computation was successful. @p res contains the result. 78 * @retval -EIO Computation failed. 95 * @retval 0 Computation was successful. @p res contains the result. 96 * @retval -EIO Computation failed. [all …]
|
/Zephyr-latest/include/zephyr/sys/ |
D | crc.h | 12 * @brief CRC computation function 29 * computation. 34 /* Initial value expected to be used at the beginning of the OpenPGP CRC-24 computation. */ 87 * @param seed Initial value for the CRC computation 88 * @param src Input bytes for the computation 117 * @param seed Initial value for the CRC computation 118 * @param src Input bytes for the computation 130 * @param src Input bytes for the computation 134 * @param initial_value Initial value for the CRC computation 168 * @param src Input bytes for the computation [all …]
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/ |
D | main.c | 22 * computation and load/store tasks to execute. The high priority complex in generic_setup() 23 * computation and load/store tasks will preempt the low priority tasks in generic_setup()
|
D | calculation_arc.c | 75 zassert_equal(reference_result, res[0], "complex product computation error"); in calculate_low() 118 zassert_equal(reference_result, res[0], "complex product computation error"); in calculate_high()
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | main.c | 24 * computation and load/store tasks to execute. The high priority pi in generic_setup() 25 * computation and load/store tasks will preempt the low priority tasks in generic_setup()
|
D | pi.c | 10 * @brief pi computation portion of FPU sharing test 103 "pi computation error"); in calculate_pi_low() 156 "pi computation error"); in calculate_pi_high()
|
/Zephyr-latest/dts/bindings/crypto/ |
D | nuvoton,npcx-sha.yaml | 19 intermdiate computation result and final digest.
|
/Zephyr-latest/dts/bindings/rng/ |
D | nuvoton,npcx-drbg.yaml | 19 intermediate/final computation result.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu_metadata.h | 93 * @param key 128-bit key to be used in the hash computation. 102 * @param key 128-bit key to be used in the hash computation.
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.h | 20 /* Parameters used in modes computation */ 56 /* Internal precision in gains computation, e.g. Q4.28 in int32_t */
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | f16.c | 473 "incorrect computation result"); in test_zdsp_abs_f16() 503 "incorrect computation result"); in test_zdsp_abs_f16_in_place() 536 "incorrect computation result"); in test_zdsp_clip_f16() 569 "incorrect computation result"); in test_zdsp_clip_f16_in_place()
|
D | f32.c | 464 "incorrect computation result"); in test_zdsp_abs_f32() 495 "incorrect computation result"); in test_zdsp_abs_f32_in_place() 528 "incorrect computation result"); in test_zdsp_clip_f32() 561 "incorrect computation result"); in test_zdsp_clip_f32_in_place()
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 88 computation required at every scheduler operation by a value that is
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 10 computation of software metrics, to the checking of independence and
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | math_ops.h | 111 * reference samples 'ref', computation of
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 221 following distance computation algorithms:
|
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/ |
D | main.c | 484 printf("Hash computation PASS\n"); in test_zephyr_hash_chunk_block_size() 486 printf("Hash computation FAIL\n"); in test_zephyr_hash_chunk_block_size() 576 printf("Hash computation PASS\n"); in test_zephyr_hash_chunk() 578 printf("Hash computation FAIL\n"); in test_zephyr_hash_chunk()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath.h | 259 * The functions support in-place computation allowing the source and destination pointers to 337 * The functions support in-place computation allowing the source and destination pointers to 490 * The functions support in-place computation allowing the source and destination pointers to 555 * The functions support in-place computation allowing the source and destination pointers to 629 * The functions support in-place computation allowing the source and destination pointers to
|
/Zephyr-latest/drivers/sensor/hp206c/ |
D | hp206c.c | 92 * precision computation takes 131.1ms.
|
/Zephyr-latest/samples/kernel/metairq_dispatch/src/ |
D | main.c | 31 /* Accumulated list of latencies, for a naive variance computation at
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_intel_sha.c | 80 /* ! Perform SHA computation over requested region. */
|
/Zephyr-latest/boards/arduino/portenta_h7/doc/ |
D | index.rst | 11 and high-speed booting computation (ms).
|
/Zephyr-latest/include/zephyr/drivers/ |
D | w1.h | 681 * @param[in] src Input bytes for the computation. 701 * @param[in] src Input bytes for the computation.
|
/Zephyr-latest/drivers/timer/ |
D | npcx_itim_timer.c | 20 * - Provide a 64-bit cycles reading and ticks computation based on it.
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 307 which adds some computation and memory overhead.
|
12