/Zephyr-Core-3.5.0/tests/ztest/ztress/src/ |
D | main.c | 29 uint32_t repeat = 1000000; in ZTEST() local 70 uint32_t repeat = 10000000; in ZTEST() local 84 uint32_t repeat = 10; in ZTEST() local 110 uint32_t repeat = 10; in ZTEST() local 135 uint32_t repeat = 10; in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/lib/mpsc_pbuf/src/ |
D | main.c | 120 int repeat = buffer.size*2; in item_put_no_overwrite() local 178 int repeat = buffer.size; in item_put_saturate() local 223 int repeat = buffer.size - 1; in benchmark_item_put() local 264 int repeat = buffer.size * 2; in item_put_ext_no_overwrite() local 303 int repeat = 1 + buffer.size / w; in item_put_word_ext_overwrite() local 337 int repeat = buffer.size / PUT_EXT_LEN; in item_put_ext_saturate() local 387 int repeat = (buffer.size - 1) / PUT_EXT_LEN; in benchmark_item_put_ext() local 434 int repeat = (buffer.size - 1) / PUT_EXT_LEN; in benchmark_item_put_data() local 486 int repeat = 1 + buffer.size / w; in item_put_data_overwrite() local 526 int repeat = 1024; in item_alloc_commit() local [all …]
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | flash_shell.c | 206 uint32_t repeat; in cmd_test() local 282 uint32_t *size, uint32_t *repeat) in read_write_erase_validate() 329 uint32_t repeat; in cmd_read_test() local 373 uint32_t repeat; in cmd_write_test() local 421 uint32_t repeat; in cmd_erase_test() local 469 uint32_t repeat; in cmd_erase_write_test() local
|
/Zephyr-Core-3.5.0/tests/drivers/uart/uart_mix_fifo_poll/src/ |
D | main.c | 310 static void init_test_data(struct test_data *data, const uint8_t *buf, int repeat) in init_test_data() 320 int repeat = 10000; in ZTEST() local
|
/Zephyr-Core-3.5.0/drivers/adc/ |
D | adc_nrfx_adc.c | 124 bool repeat) in adc_context_update_buffer_pointer()
|
D | adc_nrfx_saadc.c | 166 bool repeat) in adc_context_update_buffer_pointer()
|
D | adc_cc13xx_cc26xx.c | 92 bool repeat) in adc_context_update_buffer_pointer()
|
D | adc_context.h | 245 bool repeat = false; in adc_context_on_sampling_done() local
|
D | adc_smartbond_gpadc.c | 134 bool repeat) in adc_context_update_buffer_pointer()
|
D | adc_smartbond_sdadc.c | 137 bool repeat) in adc_context_update_buffer_pointer()
|
D | adc_cc32xx.c | 96 bool repeat) in adc_context_update_buffer_pointer()
|
D | adc_sam.c | 172 static void adc_context_update_buffer_pointer(struct adc_context *ctx, bool repeat) in adc_context_update_buffer_pointer()
|
/Zephyr-Core-3.5.0/tests/lib/spsc_pbuf/src/ |
D | main.c | 68 int repeat = capacity / (sizeof(message) + sizeof(uint32_t)); in test_spsc_pbuf_flags() local 471 uint32_t repeat = 0; in ZTEST() local 541 uint32_t repeat = 0; in ZTEST() local
|
/Zephyr-Core-3.5.0/subsys/fs/ |
D | shell.c | 552 uint32_t repeat; in cmd_read_test() local 645 uint32_t repeat; in cmd_erase_write_test() local
|
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/mem_map/src/ |
D | main.c | 267 int i, repeat; in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/subsys/logging/log_benchmark/src/ |
D | main.c | 219 int repeat = 8; in ZTEST() local
|
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/src/ |
D | ztress.c | 219 uint32_t repeat = sys_rand32_get() & 0xff; in microdelay() local
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | gatt.c | 492 uint16_t repeat; in cmd_write_without_rsp() local
|
/Zephyr-Core-3.5.0/subsys/net/lib/sockets/ |
D | sockets_tls.c | 2645 bool repeat; in recvfrom_dtls_server() local
|