Home
last modified time | relevance | path

Searched full:compute (Results 1 – 25 of 124) sorted by relevance

12345

/Zephyr-latest/include/zephyr/sys/
Dcrc.h78 * Compute CRC-16 by passing in the address of the input, the input length
99 * Compute CRC-16 by passing in the address of the input, the input length
127 * Compute CRC 8 by passing in the address of the input, the input length
143 * @brief Compute the checksum of a buffer with polynomial 0x1021, reflecting
176 * @brief Compute the checksum of a buffer with polynomial 0x1021, no
213 * @brief Compute the ANSI (or Modbus) variant of CRC-16
267 * @brief Compute CCITT variant of CRC 8
280 * @brief Compute ROHC variant of CRC 8
294 * @brief Compute the CRC-7 checksum of a buffer.
309 * @brief Compute the CRC-4 checksum of a buffer.
[all …]
Dmath_extras.h29 * These functions compute `a + b` and store the result in `*result`, returning
76 * These functions compute `a * b` and store the result in `*result`, returning
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dpi.c18 * Testing utilizes a pair of tasks that independently compute pi. The lower
22 * The following formula is used to compute pi:
69 * @brief Entry point for the low priority pi compute task
108 * @brief Entry point for the high priority pi compute task
/Zephyr-latest/tests/crypto/secp256r1/src/
Dmain.c47 zassert_equal(ret, P256_SUCCESS, "Unable to compute the shared secret (%d)", ret); in ZTEST_USER()
78 zassert_equal(status, PSA_SUCCESS, "Unable to compute shared secret (%d)", status); in ZTEST_USER()
99 zassert_equal(ret, TC_CRYPTO_SUCCESS, "Unable to compute the shared secret (%d)", ret); in ZTEST_USER()
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/
DREADME.rst26 compute the moving average.
50 The sample will output the number of cycles it took to compute the moving averages, as well as the
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dcalculation_arc.c17 * Testing utilizes a pair of tasks that independently compute complex vector
49 * @brief Entry point for the low priority compute task
80 * @brief Entry point for the high priority compute task
/Zephyr-latest/include/zephyr/dsp/
Dbasicmath.h695 * Compute the logical bitwise AND.
702 * @brief Compute the logical bitwise AND of two fixed-point vectors.
712 * @brief Compute the logical bitwise AND of two fixed-point vectors.
722 * @brief Compute the logical bitwise AND of two fixed-point vectors.
739 * Compute the logical bitwise OR.
746 * @brief Compute the logical bitwise OR of two fixed-point vectors.
756 * @brief Compute the logical bitwise OR of two fixed-point vectors.
766 * @brief Compute the logical bitwise OR of two fixed-point vectors.
783 * Compute the logical bitwise NOT.
790 * @brief Compute the logical bitwise NOT of a fixed-point vector.
[all …]
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_metadata.h88 /** @brief Compute hash of the Composition Data state.
100 /** @brief Compute hash of the Composition Data Page 0 of this device.
/Zephyr-latest/drivers/i2c/
DKconfig.stm3253 bool "compute the I2C V2 bus timing"
/Zephyr-latest/arch/common/include/
Dsw_isr_common.h23 * @brief Helper function used to compute the index in _sw_isr_table
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto_psa.c41 LOG_ERR("Failed to compute MAC %d", status); in bt_crypto_aes_cmac()
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst10 when compute-intensive tasks can be run in parallel, with
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_digest_raw.c32 /* Compute digest. */ in credential_digest_raw()
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/src/
Dmain.c24 /* Compute GPIO port to be passed to LL_PWR_EnableGPIOPullUp etc. */ in main()
/Zephyr-latest/include/zephyr/drivers/pcie/
Dmsi.h99 * @brief Compute the target address for an MSI posted write.
113 * @brief Compute the data for an MSI posted write.
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/src/
Dmain.c14 /* specify delay between greetings (in ms); compute equivalent in ticks */
/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmsgdev.h38 * we keep a naive array of latencies to compute variance, so this
Dmsgdev.c85 /* Compute a bound for the proc_cyc message parameter such in message_dev_init()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/
DKconfig40 ISO-AL per channel. Buffering is required to compute the size of the
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Datoi.c54 /* Compute n as a negative number to avoid overflow on INT_MIN */ in atoi()
/Zephyr-latest/drivers/crypto/
Dcrypto_npcx_sha.c108 LOG_ERR("Could not compute the hash, err:%d", ret); in npcx_sha_compute()
127 LOG_ERR("Could not compute the hash, err:%d", ret); in npcx_sha_compute()
Dcrypto_mtls_shim.c476 LOG_ERR("Could not compute the hash"); in mtls_sha256_compute()
493 LOG_ERR("Could not compute the hash"); in mtls_sha256_compute()
511 LOG_ERR("Could not compute the hash"); in mtls_sha512_compute()
528 LOG_ERR("Could not compute the hash"); in mtls_sha512_compute()
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Dsbs_gauge.h58 * Why not compute at runtime: It's not worth the memory given having more than a single fuel gauge
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/
Dmain.c14 /* specify delay between greetings (in ms); compute equivalent in ticks */
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dnature_dsp_wrapper.c81 * Compute the normalization factor, in lms_iir_32()

12345