/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_f32.c | 34 float32_t *output, *output_buf; in test_arm_correlate_f32() local 110 float32_t *output; in test_arm_conv_f32() local 186 float32_t *output; in test_arm_conv_partial_f32() local 243 float32_t *output; in test_arm_levinson_durbin_f32() local
|
D | misc_q15.c | 24 q15_t *output; in test_arm_correlate_q15() local 81 q15_t *output; in test_arm_conv_q15() local 139 q15_t *output; in test_arm_conv_partial_q15() local 176 q15_t *output; in test_arm_conv_partial_fast_q15() local 213 q15_t *output; in test_arm_conv_partial_opt_q15() local 256 q15_t *output; in test_arm_conv_partial_fast_opt_q15() local
|
D | misc_q7.c | 23 q7_t *output; in test_arm_correlate_q7() local 80 q7_t *output; in test_arm_conv_q7() local 138 q7_t *output; in test_arm_conv_partial_q7() local 175 q7_t *output; in test_arm_conv_partial_opt_q7() local
|
D | biquad_f16.c | 28 float16_t *state, *output_buf, *output; in ZTEST() local 89 float16_t *state, *output_buf, *output; in ZTEST() local 140 float16_t *state, *output_buf, *output; in ZTEST() local 207 float16_t *state, *output_buf, *output; in ZTEST() local 265 float16_t *state, *output_buf, *output; in ZTEST() local
|
D | biquad_f32.c | 27 float32_t *state, *output_buf, *output; in ZTEST() local 87 float32_t *state, *output_buf, *output; in ZTEST() local 137 float32_t *state, *output_buf, *output; in ZTEST() local 203 float32_t *state, *output_buf, *output; in ZTEST() local 260 float32_t *state, *output_buf, *output; in ZTEST() local
|
D | misc_f16.c | 27 float16_t *output; in test_arm_correlate_f16() local 183 float16_t *output; in test_arm_levinson_durbin_f16() local
|
D | biquad_q31.c | 30 q31_t *state, *output_buf, *output; in ZTEST() local 79 q31_t *output_buf, *output; in ZTEST() local
|
D | biquad_f64.c | 27 float64_t *state, *output_buf, *output; in ZTEST() local 78 float64_t *state, *output_buf, *output; in ZTEST() local
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | syscalls_ext.c | 20 int output = ext_syscall_ok(input); in test_entry() local
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_f32.c | 42 float32_t *tmp1, *tmp2, *output; in test_op2() local 132 float32_t *tmp1, *output; in test_op1() local 213 float32_t *input, *tmp1, *output; in ZTEST() local 275 float32_t *tmp1, *vec, *output_buf, *output; in test_op2v() local 346 float32_t *tmp1, *output; in test_op1c() local 421 float32_t *input, *tmp1, *output; in ZTEST() local 484 float32_t *input1, *input2, *tmp1, *tmp2, *output; in ZTEST() local 561 float32_t *input1, *input2, *tmp1, *tmp2, *output; in ZTEST() local
|
D | unary_f64.c | 34 float64_t *tmp1, *tmp2, *output; in test_op2() local 117 float64_t *tmp1, *output; in test_op1() local 192 float64_t *input, *tmp1, *output; in ZTEST() local 255 float64_t *input, *tmp1, *output; in ZTEST() local 318 float64_t *input1, *input2, *tmp1, *tmp2, *output; in ZTEST() local 395 float64_t *input1, *input2, *tmp1, *tmp2, *output; in ZTEST() local
|
D | unary_f16.c | 46 float16_t *tmp1, *tmp2, *output; in test_op2() local 136 float16_t *tmp1, *output; in test_op1() local 217 float16_t *input, *tmp1, *output; in ZTEST() local 279 float16_t *tmp1, *vec, *output_buf, *output; in test_op2v() local 350 float16_t *tmp1, *output; in test_op1c() local 425 float16_t *input, *tmp1, *output; in ZTEST() local 488 float16_t *input1, *input2, *tmp1, *tmp2, *output; in ZTEST() local 565 float16_t *input1, *input2, *tmp1, *tmp2, *output; in ZTEST() local
|
D | unary_q15.c | 34 q15_t *tmp1, *tmp2, *output; in test_op2() local 118 q15_t *tmp1, *output; in test_op1() local 196 q15_t *tmp1, *vec, *output_buf, *output; in test_op2v() local 265 q15_t *tmp1, *output; in test_op1c() local
|
D | unary_q31.c | 34 q31_t *tmp1, *tmp2, *output; in test_op2() local 118 q31_t *tmp1, *output; in test_op1() local 196 q31_t *tmp1, *vec, *output_buf, *output; in test_op2v() local 265 q31_t *tmp1, *output; in test_op1c() local
|
D | unary_q7.c | 30 q7_t *tmp1, *output; in test_op1() local 101 q7_t *tmp1, *vec, *output_buf, *output; in test_op2v() local
|
/Zephyr-latest/samples/net/sockets/coap_client/ |
D | README.rst | 47 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
D | fs_mgmt_hash_checksum_sha256.c | 36 static int fs_mgmt_hash_checksum_sha256(struct fs_file_t *file, uint8_t *output, in fs_mgmt_hash_checksum_sha256() 113 static int hash_finish(psa_hash_operation_t *ctx, uint8_t *output) in hash_finish() 135 static int hash_finish(mbedtls_sha256_context *ctx, uint8_t *output) in hash_finish()
|
/Zephyr-latest/scripts/build/ |
D | mergehex.py | 16 def merge_hex_files(output, input_hex_files, overlap): argument
|
D | gen_strsignal_table.py | 22 def gen_strsignal_table(input, output): argument
|
D | gen_strerror_table.py | 27 def gen_strerror_table(input, output): argument
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/ |
D | main.c | 304 struct zcbor_string output = { 0 }; in ZTEST() local 365 struct zcbor_string output = { 0 }; in ZTEST() local 426 struct zcbor_string output = { 0 }; in ZTEST() local 488 struct zcbor_string output = { 0 }; in ZTEST() local 550 struct zcbor_string output = { 0 }; in ZTEST() local 611 struct zcbor_string output = { 0 }; in ZTEST() local 672 struct zcbor_string output = { 0 }; in ZTEST() local 744 struct zcbor_string output = { 0 }; in ZTEST() local 805 struct zcbor_string output = { 0 }; in ZTEST() local 878 struct zcbor_string output = { 0 }; in ZTEST() local [all …]
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/ |
D | main.c | 155 struct zcbor_string output = { 0 }; in ZTEST() local 217 struct zcbor_string output = { 0 }; in ZTEST() local 281 struct zcbor_string output = { 0 }; in ZTEST() local 391 struct zcbor_string output = { 0 }; in ZTEST() local 501 struct zcbor_string output = { 0 }; in ZTEST() local 611 struct zcbor_string output = { 0 }; in ZTEST() local 723 struct zcbor_string output = { 0 }; in ZTEST() local 835 struct zcbor_string output = { 0 }; in ZTEST() local 947 struct zcbor_string output = { 0 }; in ZTEST() local 1061 struct zcbor_string output = { 0 }; in ZTEST() local [all …]
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output.h | 215 static inline void log_output_flush(const struct log_output *output) in log_output_flush() 227 static inline void log_output_ctx_set(const struct log_output *output, in log_output_ctx_set() 238 static inline void log_output_hostname_set(const struct log_output *output, in log_output_hostname_set()
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 219 .. _Eclipse Mosquitto: https://mosquitto.org/download/
|
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_parse_pct/src/ |
D | main.c | 30 struct bt_le_cs_iq_sample output; in ZTEST() member
|