Home
last modified time | relevance | path

Searched full:computation (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h23 * @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/
Dcrc.h12 * @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/
Dmain.c22 * 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()
Dcalculation_arc.c75 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/
Dmain.c24 * 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()
Dpi.c10 * @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/
Dnuvoton,npcx-sha.yaml19 intermdiate computation result and final digest.
/Zephyr-latest/dts/bindings/rng/
Dnuvoton,npcx-drbg.yaml19 intermediate/final computation result.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_metadata.h93 * @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/
Ddmic.h20 /* 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/
Df16.c473 "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()
Df32.c464 "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/
DKconfig.smp88 computation required at every scheduler operation by a value that is
/Zephyr-latest/doc/develop/sca/
Declair.rst10 computation of software metrics, to the checking of independence and
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dmath_ops.h111 * reference samples 'ref', computation of
/Zephyr-latest/modules/cmsis-dsp/
DKconfig221 following distance computation algorithms:
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/
Dmain.c484 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/
Dbasicmath.h259 * 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/
Dhp206c.c92 * precision computation takes 131.1ms.
/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmain.c31 /* Accumulated list of latencies, for a naive variance computation at
/Zephyr-latest/drivers/crypto/
Dcrypto_intel_sha.c80 /* ! Perform SHA computation over requested region. */
/Zephyr-latest/boards/arduino/portenta_h7/doc/
Dindex.rst11 and high-speed booting computation (ms).
/Zephyr-latest/include/zephyr/drivers/
Dw1.h681 * @param[in] src Input bytes for the computation.
701 * @param[in] src Input bytes for the computation.
/Zephyr-latest/drivers/timer/
Dnpcx_itim_timer.c20 * - Provide a 64-bit cycles reading and ticks computation based on it.
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst307 which adds some computation and memory overhead.

12