Searched refs:computed (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_utils.h | 51 const void *computed, size_t computedlen) in fatal() argument 55 show_str("\t\tComputed ", computed, computedlen); in fatal() 61 size_t expectedlen, const void *computed, in check_result() argument 75 if (memcmp(computed, expected, computedlen) != 0) { in check_result() 77 computed, computedlen); in check_result()
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | test_ecc_utils.c | 124 const unsigned int *computed, in check_ecc_result() argument 129 if (memcmp(computed, expected, num_bytes)) { in check_ecc_result() 132 print_ecc_scalar("Computed", computed, num_word32); in check_ecc_result() 143 const int computed, const int verbose) in check_code() argument 146 if (expected != computed) { in check_code() 148 TC_ERROR("\n Expected: %d, computed: %d\n\n", expected, computed); in check_code() 154 expected, computed); in check_code()
|
D | test_ecc_utils.h | 78 const unsigned int *computed, 88 const int computed, const int verbose);
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/ |
D | README.txt | 34 complex product calculation OK after 50 (high) + 63297 (low) tests (computed -160) 35 complex product calculation OK after 150 (high) + 188138 (low) tests (computed -160) 36 complex product calculation OK after 250 (high) + 312972 (low) tests (computed -160) 37 complex product calculation OK after 350 (high) + 437806 (low) tests (computed -160) 38 complex product calculation OK after 450 (high) + 562639 (low) tests (computed -160)
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | README.txt | 69 Pi calculation OK after 50 (high) + 10 (low) tests (computed 3.141598) 70 Pi calculation OK after 150 (high) + 31 (low) tests (computed 3.141598) 71 Pi calculation OK after 250 (high) + 51 (low) tests (computed 3.141598) 72 Pi calculation OK after 350 (high) + 72 (low) tests (computed 3.141598) 73 Pi calculation OK after 450 (high) + 92 (low) tests (computed 3.141598)
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.version | 34 The kernel version as binary coded decimal, computed as 67 The app version as binary coded decimal, computed as
|
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/ |
D | README.rst | 20 "window" of 10 samples. The resulting output is computed in one single call to the ``arm_fir_q31()`` 51 computed average for each 10-sample long window of the input signal.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 163 based on a computed hash of the destination MAC address of 164 the multicast address. Only multicast with the computed
|
D | Kconfig.nxp_s32_gmac | 94 content of the hash table. Only multicast with the computed hash set
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 36 All registers configuration is computed on the fly
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 41 The framebuffer size is computed as : panel_width * panel_height * bpp.
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | README.rst | 47 hash is computed (SHA-256 is used in the source code), and an error
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 22 latencies to be computed at several points:
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 222 The CRC of the data is not checked for a partial read, as it is computed for the whole element. 247 store data is computed in this scenario as : 337 The expected life of the device in minutes is computed as :
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 328 …now computed internally and is equal to :kconfig:option:`CONFIG_BT_MAX_CONN` + 1. If an application
|
D | migration-guide-4.0.rst | 567 * By default, the signature is now computed using the PSA Crypto API for both RSA and ECDSA
|