/Zephyr-latest/drivers/entropy/ |
D | entropy_litex.c | 24 size_t to_copy; in entropy_prbs_get_entropy() local
|
D | entropy_renesas_ra.c | 23 const uint32_t to_copy = MIN(sizeof(n), len); in entropy_renesas_ra_get_entropy() local
|
D | entropy_sam.c | 72 size_t to_copy; in entropy_sam_get_entropy_internal() local 112 size_t to_copy; in entropy_sam_get_entropy_isr() local
|
D | entropy_esp32.c | 55 uint32_t to_copy = MIN(sizeof(word), len); in entropy_esp32_get_entropy() local
|
D | fake_entropy_native_posix.c | 45 size_t to_copy = MIN(length, sizeof(long int)); in entropy_native_posix_get_entropy() local
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_adsp_memory_window.c | 36 size_t to_copy = MIN(length, ADSP_TRACING_WINDOW_DATA_SIZE - mem_window->head_offset); in tracing_backend_adsp_memory_window_output() local
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_stm32.c | 43 uint32_t reg, begin, to_copy; in bbram_stm32_read() local 63 uint32_t reg, begin, to_copy; in bbram_stm32_write() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | brg_cfg_cli.c | 96 size_t to_copy; in subnets_list() local 135 size_t to_copy; in table_list() local
|
D | cfg_cli.c | 57 size_t to_copy; in comp_data_status() local
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_socket.c | 110 size_t to_copy; in esp_socket_prepare_pkt() local
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_huffman.c | 447 uint8_t to_copy = MIN(8 - bit_offset, bitlen); in http_hpack_huffman_encode() local
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix.c | 382 uint32_t to_copy; in usb_dc_ep_read_wait() local
|
/Zephyr-latest/drivers/flash/ |
D | flash_shell.c | 598 uint32_t to_copy = MIN(len, left_to_read); in bypass_cb() local
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 646 size_t to_copy; in net_buf_linearize() local
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | isotp.c | 720 size_t copied, to_copy; in isotp_recv() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | id.c | 1252 size_t to_copy = MIN(*count, bt_dev.id_count); in bt_id_get() local
|