Home
last modified time | relevance | path

Searched defs:_size (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_history.h33 #define Z_SHELL_HISTORY_DEFINE(_name, _size) \ argument
Dshell_log_backend.h70 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) \ argument
96 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) argument
Dshell_fprintf.h47 #define Z_SHELL_FPRINTF_DEFINE(_name, _user_ctx, _buf, _size, \ argument
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu.h50 #define MPU_REGION_ENTRY(_name, _base, _size, _attr) \ argument
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp46 DataPtr::DataPtr(void *_data, size_t _size) : data(_data), size(_size) in DataPtr()
/Zephyr-latest/include/zephyr/
Dnet_buf.h48 #define NET_BUF_SIMPLE_DEFINE(_name, _size) \ argument
67 #define NET_BUF_SIMPLE_DEFINE_STATIC(_name, _size) \ argument
125 #define NET_BUF_SIMPLE(_size) \ argument
1299 #define NET_BUF_POOL_DEFINE(_name, _count, _size, _ud_size, _destroy) \ argument
1391 #define net_buf_alloc_len(_pool, _size, _timeout) \ argument
1428 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_internal.h114 #define RXFIFO_DEFINE(_name, _size, _count, _extra_links) \ argument
/Zephyr-latest/subsys/net/ip/
Dnbr.h75 #define NET_NBR_POOL_INIT(_name, _count, _size, _remove) \ argument
Dtcp_private.h38 #define tcp_malloc(_size) \ argument
40 #define tcp_calloc(_nmemb, _size) \ argument
44 #define tcp_malloc(_size) k_malloc(_size) argument
45 #define tcp_calloc(_nmemb, _size) k_calloc(_nmemb, _size) argument
/Zephyr-latest/include/zephyr/logging/
Dlog_output.h127 #define LOG_OUTPUT_DEFINE(_name, _func, _buf, _size) \ argument
/Zephyr-latest/include/zephyr/arch/arm/mmu/
Darm_mmu.h58 #define MMU_REGION_ENTRY(_name, _base_pa, _base_va, _size, _attrs) \ argument
/Zephyr-latest/drivers/serial/
Duart_ifx_cat1.c277 size_t _size = (size_t) size; in ifx_cat1_uart_fifo_fill() local
288 size_t _size = (size_t) size; in ifx_cat1_uart_fifo_read() local
/Zephyr-latest/include/zephyr/arch/arc/v2/mpu/
Darc_mpu.h96 #define MPU_REGION_ENTRY(_name, _base, _size, _attr) \ argument
/Zephyr-latest/include/zephyr/net/
Dnet_pkt_filter.h300 #define NPF_SIZE_MIN(_name, _size) \ argument
313 #define NPF_SIZE_MAX(_name, _size) \ argument
Dnet_pkt.h1874 #define net_pkt_alloc_buffer(_pkt, _size, _proto, _timeout) \ argument
1881 #define net_pkt_alloc_buffer_raw(_pkt, _size, _timeout) \ argument
1892 #define net_pkt_alloc_with_buffer(_iface, _size, _family, \ argument
1905 #define net_pkt_rx_alloc_with_buffer(_iface, _size, _family, \ argument
1918 #define net_pkt_alloc_buffer_with_reserve(_pkt, _size, _reserve, _proto, _timeout) \ argument
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h143 #define MMU_REGION_ENTRY(_name, _base_pa, _base_va, _size, _attrs) \ argument
/Zephyr-latest/kernel/
Dmmu.c135 #define VIRT_FOREACH(_base, _size, _pos) \ argument
139 #define PHYS_FOREACH(_base, _size, _pos) \ argument
/Zephyr-latest/arch/arm/core/mpu/
Darm_mpu_v8_internal.h461 uint32_t _size = (uint32_t)size; in mpu_buffer_validate() local
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h345 #define BT_SDP_TYPE_SIZE_VAR(_type, _size) .type = _type, \ argument