Searched full:compute (Results 1 – 25 of 124) sorted by relevance
12345
/Zephyr-latest/include/zephyr/sys/ |
D | crc.h | 78 * 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 …]
|
D | math_extras.h | 29 * 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/ |
D | pi.c | 18 * 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/ |
D | main.c | 47 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/ |
D | README.rst | 26 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/ |
D | calculation_arc.c | 17 * 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/ |
D | basicmath.h | 695 * 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/ |
D | dfu_metadata.h | 88 /** @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/ |
D | Kconfig.stm32 | 53 bool "compute the I2C V2 bus timing"
|
/Zephyr-latest/arch/common/include/ |
D | sw_isr_common.h | 23 * @brief Helper function used to compute the index in _sw_isr_table
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto_psa.c | 41 LOG_ERR("Failed to compute MAC %d", status); in bt_crypto_aes_cmac()
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 10 when compute-intensive tasks can be run in parallel, with
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_digest_raw.c | 32 /* Compute digest. */ in credential_digest_raw()
|
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/src/ |
D | main.c | 24 /* Compute GPIO port to be passed to LL_PWR_EnableGPIOPullUp etc. */ in main()
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | msi.h | 99 * @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/ |
D | main.c | 14 /* specify delay between greetings (in ms); compute equivalent in ticks */
|
/Zephyr-latest/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 38 * we keep a naive array of latencies to compute variance, so this
|
D | msgdev.c | 85 /* Compute a bound for the proc_cyc message parameter such in message_dev_init()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/ |
D | Kconfig | 40 ISO-AL per channel. Buffering is required to compute the size of the
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | atoi.c | 54 /* Compute n as a negative number to avoid overflow on INT_MIN */ in atoi()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_npcx_sha.c | 108 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()
|
D | crypto_mtls_shim.c | 476 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/ |
D | sbs_gauge.h | 58 * 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/ |
D | main.c | 14 /* specify delay between greetings (in ms); compute equivalent in ticks */
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | nature_dsp_wrapper.c | 81 * Compute the normalization factor, in lms_iir_32()
|
12345