Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtest_utils.h51 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/
Dtest_ecc_utils.c124 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()
Dtest_ecc_utils.h78 const unsigned int *computed,
88 const int computed, const int verbose);
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt34 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/
DREADME.txt69 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/
DKconfig.version34 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/
DREADME.rst20 "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/
DKconfig.stm32_hal163 based on a computed hash of the destination MAC address of
164 the multicast address. Only multicast with the computed
DKconfig.nxp_s32_gmac94 content of the hash table. Only multicast with the computed hash set
/Zephyr-latest/drivers/dai/intel/dmic/
DKconfig.dmic36 All registers configuration is computed on the fly
/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif41 The framebuffer size is computed as : panel_width * panel_height * bpp.
/Zephyr-latest/samples/net/sockets/big_http_download/
DREADME.rst47 hash is computed (SHA-256 is used in the source code), and an error
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst22 latencies to be computed at several points:
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst222 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/
Dmigration-guide-4.1.rst328 …now computed internally and is equal to :kconfig:option:`CONFIG_BT_MAX_CONN` + 1. If an application
Dmigration-guide-4.0.rst567 * By default, the signature is now computed using the PSA Crypto API for both RSA and ECDSA