Home
last modified time | relevance | path

Searched defs:to_copy (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/drivers/entropy/
Dentropy_litex.c24 size_t to_copy; in entropy_prbs_get_entropy() local
Dentropy_renesas_ra.c23 const uint32_t to_copy = MIN(sizeof(n), len); in entropy_renesas_ra_get_entropy() local
Dentropy_sam.c72 size_t to_copy; in entropy_sam_get_entropy_internal() local
112 size_t to_copy; in entropy_sam_get_entropy_isr() local
Dentropy_esp32.c55 uint32_t to_copy = MIN(sizeof(word), len); in entropy_esp32_get_entropy() local
Dfake_entropy_native_posix.c45 size_t to_copy = MIN(length, sizeof(long int)); in entropy_native_posix_get_entropy() local
/Zephyr-latest/subsys/tracing/
Dtracing_backend_adsp_memory_window.c36 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/
Dbbram_stm32.c43 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/
Dbrg_cfg_cli.c96 size_t to_copy; in subnets_list() local
135 size_t to_copy; in table_list() local
Dcfg_cli.c57 size_t to_copy; in comp_data_status() local
/Zephyr-latest/drivers/wifi/esp_at/
Desp_socket.c110 size_t to_copy; in esp_socket_prepare_pkt() local
/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c447 uint8_t to_copy = MIN(8 - bit_offset, bitlen); in http_hpack_huffman_encode() local
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix.c382 uint32_t to_copy; in usb_dc_ep_read_wait() local
/Zephyr-latest/drivers/flash/
Dflash_shell.c598 uint32_t to_copy = MIN(len, left_to_read); in bypass_cb() local
/Zephyr-latest/lib/net_buf/
Dbuf.c646 size_t to_copy; in net_buf_linearize() local
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c720 size_t copied, to_copy; in isotp_recv() local
/Zephyr-latest/subsys/bluetooth/host/
Did.c1252 size_t to_copy = MIN(*count, bt_dev.id_count); in bt_id_get() local