| /Zephyr-latest/include/zephyr/shell/ | 
| D | shell_history.h | 33 #define Z_SHELL_HISTORY_DEFINE(_name, _size)			  \  argument
 | 
| D | shell_log_backend.h | 70 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) \  argument96 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout)  argument
 
 | 
| D | shell_fprintf.h | 47 #define Z_SHELL_FPRINTF_DEFINE(_name, _user_ctx, _buf, _size,	\  argument
 | 
| /Zephyr-latest/include/zephyr/arch/arm/mpu/ | 
| D | arm_mpu.h | 45 #define MPU_REGION_ENTRY(_name, _base, _size, _attr)                                               \  argument
 | 
| /Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ | 
| D | inference_process.cpp | 46 DataPtr::DataPtr(void *_data, size_t _size) : data(_data), size(_size)  in DataPtr()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 48 #define NET_BUF_SIMPLE_DEFINE(_name, _size)     \  argument67 #define NET_BUF_SIMPLE_DEFINE_STATIC(_name, _size)        \  argument
 125 #define NET_BUF_SIMPLE(_size)                        \  argument
 1303 #define NET_BUF_POOL_DEFINE(_name, _count, _size, _ud_size, _destroy)        \  argument
 1385 #define net_buf_alloc_len(_pool, _size, _timeout) \  argument
 1417 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout)		\  argument
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_internal.h | 114 #define RXFIFO_DEFINE(_name, _size, _count, _extra_links) \  argument
 | 
| /Zephyr-latest/include/zephyr/logging/ | 
| D | log_output.h | 127 #define LOG_OUTPUT_DEFINE(_name, _func, _buf, _size)			\  argument
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | nbr.h | 75 #define NET_NBR_POOL_INIT(_name, _count, _size, _remove)		\  argument
 | 
| D | tcp_private.h | 38 #define tcp_malloc(_size) \  argument40 #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/arch/arm/mmu/ | 
| D | arm_mmu.h | 58 #define MMU_REGION_ENTRY(_name, _base_pa, _base_va, _size, _attrs) \  argument
 | 
| /Zephyr-latest/include/zephyr/arch/arc/v2/mpu/ | 
| D | arc_mpu.h | 96 #define MPU_REGION_ENTRY(_name, _base, _size, _attr) \  argument
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | net_pkt_filter.h | 300 #define NPF_SIZE_MIN(_name, _size) \  argument313 #define NPF_SIZE_MAX(_name, _size) \  argument
 
 | 
| D | net_pkt.h | 1876 #define net_pkt_alloc_buffer(_pkt, _size, _proto, _timeout)		\  argument1883 #define net_pkt_alloc_buffer_raw(_pkt, _size, _timeout)	\  argument
 1894 #define net_pkt_alloc_with_buffer(_iface, _size, _family,		\  argument
 1907 #define net_pkt_rx_alloc_with_buffer(_iface, _size, _family,		\  argument
 1920 #define net_pkt_alloc_buffer_with_reserve(_pkt, _size, _reserve, _proto, _timeout) \  argument
 
 | 
| /Zephyr-latest/include/zephyr/arch/arm64/ | 
| D | arm_mmu.h | 143 #define MMU_REGION_ENTRY(_name, _base_pa, _base_va, _size, _attrs) \  argument
 | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_ifx_cat1.c | 335 	size_t _size = (size_t)size;  in ifx_cat1_uart_fifo_fill()  local345 	size_t _size = (size_t)size;  in ifx_cat1_uart_fifo_read()  local
 
 | 
| /Zephyr-latest/kernel/ | 
| D | mmu.c | 135 #define VIRT_FOREACH(_base, _size, _pos) \  argument139 #define PHYS_FOREACH(_base, _size, _pos) \  argument
 
 | 
| /Zephyr-latest/arch/arm/core/mpu/ | 
| D | arm_mpu_v8_internal.h | 461 	uint32_t _size = (uint32_t)size;  in mpu_buffer_validate()  local
 | 
| /Zephyr-latest/include/zephyr/bluetooth/classic/ | 
| D | sdp.h | 345 #define BT_SDP_TYPE_SIZE_VAR(_type, _size) .type = _type, \  argument
 |