Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/Zephyr-Core-3.6.0/include/zephyr/kernel/
Dthread_stack.h97 #define Z_KERNEL_STACK_SIZE_ADJUST(size) (ROUND_UP(size, \ argument
107 #define Z_KERNEL_STACK_LEN(size) \ argument
124 #define K_KERNEL_STACK_DECLARE(sym, size) \ argument
138 #define K_KERNEL_STACK_ARRAY_DECLARE(sym, nmemb, size) \ argument
152 #define K_KERNEL_PINNED_STACK_ARRAY_DECLARE(sym, nmemb, size) \ argument
175 #define Z_KERNEL_STACK_DEFINE_IN(sym, size, lsect) \ argument
188 #define Z_KERNEL_STACK_ARRAY_DEFINE_IN(sym, nmemb, size, lsect) \ argument
214 #define K_KERNEL_STACK_DEFINE(sym, size) \ argument
230 #define K_KERNEL_PINNED_STACK_DEFINE(sym, size) \ argument
233 #define K_KERNEL_PINNED_STACK_DEFINE(sym, size) \ argument
[all …]
/Zephyr-Core-3.6.0/include/zephyr/arch/arc/
Darch.h176 #define ARCH_THREAD_STACK_OBJ_ALIGN(size) Z_ARC_MPU_ALIGN argument
180 #define ARCH_THREAD_STACK_SIZE_ADJUST(size) \ argument
202 #define ARCH_THREAD_STACK_SIZE_ADJUST(size) \ argument
204 #define ARCH_THREAD_STACK_OBJ_ALIGN(size) \ argument
221 #define ARCH_THREAD_STACK_SIZE_ADJUST(size) \ argument
223 #define ARCH_THREAD_STACK_OBJ_ALIGN(size) Z_ARC_MPU_ALIGN argument
248 #define ARCH_THREAD_STACK_OBJ_ALIGN(size) Z_ARC_MPU_ALIGN argument
307 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
316 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
326 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
[all …]
/Zephyr-Core-3.6.0/lib/cpp/minimal/
Dcpp_new.cpp22 NODISCARD void* operator new(size_t size) in operator new()
27 NODISCARD void* operator new[](size_t size) in operator new[]()
32 NODISCARD void* operator new(std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new()
37 NODISCARD void* operator new[](std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new[]()
43 NODISCARD void* operator new(size_t size, std::align_val_t al) in operator new()
48 NODISCARD void* operator new[](std::size_t size, std::align_val_t al) in operator new[]()
53 NODISCARD void* operator new(std::size_t size, std::align_val_t al, in operator new()
59 NODISCARD void* operator new[](std::size_t size, std::align_val_t al, in operator new[]()
/Zephyr-Core-3.6.0/subsys/tracing/
Dtracing_buffer.c20 uint32_t tracing_buffer_put_claim(uint8_t **data, uint32_t size) in tracing_buffer_put_claim()
25 int tracing_buffer_put_finish(uint32_t size) in tracing_buffer_put_finish()
30 uint32_t tracing_buffer_put(uint8_t *data, uint32_t size) in tracing_buffer_put()
35 uint32_t tracing_buffer_get_claim(uint8_t **data, uint32_t size) in tracing_buffer_get_claim()
40 int tracing_buffer_get_finish(uint32_t size) in tracing_buffer_get_finish()
45 uint32_t tracing_buffer_get(uint8_t *data, uint32_t size) in tracing_buffer_get()
/Zephyr-Core-3.6.0/drivers/cache/
Dcache_handlers.c10 static inline int z_vrfy_sys_cache_data_flush_range(void *addr, size_t size) in z_vrfy_sys_cache_data_flush_range()
18 static inline int z_vrfy_sys_cache_data_invd_range(void *addr, size_t size) in z_vrfy_sys_cache_data_invd_range()
26 static inline int z_vrfy_sys_cache_data_flush_and_invd_range(void *addr, size_t size) in z_vrfy_sys_cache_data_flush_and_invd_range()
Dcache_nrf.c144 size_t size) in _cache_range()
169 size_t size, bool is_range) in _cache_checks()
223 int cache_data_flush_range(void *addr, size_t size) in cache_data_flush_range()
232 int cache_data_invd_range(void *addr, size_t size) in cache_data_invd_range()
237 int cache_data_flush_and_invd_range(void *addr, size_t size) in cache_data_flush_and_invd_range()
273 int cache_data_flush_range(void *addr, size_t size) in cache_data_flush_range()
278 int cache_data_invd_range(void *addr, size_t size) in cache_data_invd_range()
283 int cache_data_flush_and_invd_range(void *addr, size_t size) in cache_data_flush_and_invd_range()
325 int cache_instr_flush_range(void *addr, size_t size) in cache_instr_flush_range()
334 int cache_instr_invd_range(void *addr, size_t size) in cache_instr_invd_range()
[all …]
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnsi_host_trampolines.c14 void *nsi_host_calloc(unsigned long nmemb, unsigned long size) in nsi_host_calloc()
29 char *nsi_host_getcwd(char *buf, unsigned long size) in nsi_host_getcwd()
39 void *nsi_host_malloc(unsigned long size) in nsi_host_malloc()
54 long nsi_host_read(int fd, void *buffer, unsigned long size) in nsi_host_read()
59 void *nsi_host_realloc(void *ptr, unsigned long size) in nsi_host_realloc()
74 long nsi_host_write(int fd, void *buffer, unsigned long size) in nsi_host_write()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c65 static void read_excess_bytes(uint16_t size) in read_excess_bytes()
82 uint16_t size = sys_cpu_to_le16(sizeof(le_error)); in error_response() local
179 static void echo(uint16_t size) in echo()
217 uint16_t size; in command_complete() local
249 uint16_t size; in command_status() local
376 static void flush_events(uint16_t size) in flush_events()
395 static void get_event(uint16_t size) in get_event()
419 static void get_events(uint16_t size) in get_events()
443 static void has_event(uint16_t size) in has_event()
447 uint16_t size; in has_event() member
[all …]
/Zephyr-Core-3.6.0/arch/arm/core/cortex_m/
Dcache.c49 int arch_dcache_flush_range(void *start_addr, size_t size) in arch_dcache_flush_range()
56 int arch_dcache_invd_range(void *start_addr, size_t size) in arch_dcache_invd_range()
63 int arch_dcache_flush_and_invd_range(void *start_addr, size_t size) in arch_dcache_flush_and_invd_range()
97 int arch_icache_flush_range(void *start_addr, size_t size) in arch_icache_flush_range()
102 int arch_icache_invd_range(void *start_addr, size_t size) in arch_icache_invd_range()
109 int arch_icache_flush_and_invd_range(void *start_addr, size_t size) in arch_icache_flush_and_invd_range()
/Zephyr-Core-3.6.0/include/zephyr/arch/
Dcache.h108 #define cache_data_flush_range(addr, size) arch_dcache_flush_range(addr, size) argument
132 #define cache_data_invd_range(addr, size) arch_dcache_invd_range(addr, size) argument
157 #define cache_data_flush_and_invd_range(addr, size) \ argument
263 #define cache_instr_flush_range(addr, size) arch_icache_flush_range(addr, size) argument
287 #define cache_instr_invd_range(addr, size) arch_icache_invd_range(addr, size) argument
311 #define cache_instr_flush_and_invd_range(addr, size) \ argument
/Zephyr-Core-3.6.0/kernel/
Dmempool.c12 static void *z_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t size) in z_heap_aligned_alloc()
64 void *k_aligned_alloc(size_t align, size_t size) in k_aligned_alloc()
82 void *k_malloc(size_t size) in k_malloc()
93 void *k_calloc(size_t nmemb, size_t size) in k_calloc()
124 void *z_thread_aligned_alloc(size_t align, size_t size) in z_thread_aligned_alloc()
Ddynamic.c34 static k_thread_stack_t *z_thread_stack_alloc_dyn(size_t align, size_t size) in z_thread_stack_alloc_dyn()
39 static k_thread_stack_t *z_thread_stack_alloc_pool(size_t size) in z_thread_stack_alloc_pool()
64 static k_thread_stack_t *stack_alloc_dyn(size_t size, int flags) in stack_alloc_dyn()
81 k_thread_stack_t *z_impl_k_thread_stack_alloc(size_t size, int flags) in z_impl_k_thread_stack_alloc()
104 static inline k_thread_stack_t *z_vrfy_k_thread_stack_alloc(size_t size, int flags) in z_vrfy_k_thread_stack_alloc()
/Zephyr-Core-3.6.0/subsys/fs/ext2/
Dext2_bitmap.c18 int ext2_bitmap_set(uint8_t *bm, uint32_t index, uint32_t size) in ext2_bitmap_set()
39 int ext2_bitmap_unset(uint8_t *bm, uint32_t index, uint32_t size) in ext2_bitmap_unset()
60 int32_t ext2_bitmap_find_free(uint8_t *bm, uint32_t size) in ext2_bitmap_find_free()
75 uint32_t ext2_bitmap_count_set(uint8_t *bm, uint32_t size) in ext2_bitmap_count_set()
/Zephyr-Core-3.6.0/include/zephyr/
Dcache.h222 static ALWAYS_INLINE int z_impl_sys_cache_data_flush_range(void *addr, size_t size) in z_impl_sys_cache_data_flush_range()
252 static ALWAYS_INLINE int sys_cache_instr_flush_range(void *addr, size_t size) in sys_cache_instr_flush_range()
285 static ALWAYS_INLINE int z_impl_sys_cache_data_invd_range(void *addr, size_t size) in z_impl_sys_cache_data_invd_range()
316 static ALWAYS_INLINE int sys_cache_instr_invd_range(void *addr, size_t size) in sys_cache_instr_invd_range()
349 static ALWAYS_INLINE int z_impl_sys_cache_data_flush_and_invd_range(void *addr, size_t size) in z_impl_sys_cache_data_flush_and_invd_range()
380 static ALWAYS_INLINE int sys_cache_instr_flush_and_invd_range(void *addr, size_t size) in sys_cache_instr_flush_and_invd_range()
547 static ALWAYS_INLINE void sys_cache_flush(void *addr, size_t size) in sys_cache_flush()
/Zephyr-Core-3.6.0/lib/libc/common/source/stdlib/
Dmalloc.c140 void *malloc(size_t size) in malloc()
156 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc()
187 void *memalign(size_t alignment, size_t size) in memalign()
265 void *malloc(size_t size) in malloc()
280 void *realloc(void *ptr, size_t size) in realloc()
290 void *calloc(size_t nmemb, size_t size) in calloc()
310 void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dbuf.h61 #define BT_BUF_SIZE(size) (BT_BUF_RESERVE + (size)) argument
64 #define BT_BUF_ACL_SIZE(size) BT_BUF_SIZE(BT_HCI_ACL_HDR_SIZE + (size)) argument
67 #define BT_BUF_EVT_SIZE(size) BT_BUF_SIZE(BT_HCI_EVT_HDR_SIZE + (size)) argument
70 #define BT_BUF_CMD_SIZE(size) BT_BUF_SIZE(BT_HCI_CMD_HDR_SIZE + (size)) argument
73 #define BT_BUF_ISO_SIZE(size) BT_BUF_SIZE(BT_HCI_ISO_HDR_SIZE + \ argument
/Zephyr-Core-3.6.0/drivers/bbram/
Dbbram_xec.c22 int size; member
39 static int bbram_xec_get_size(const struct device *dev, size_t *size) in bbram_xec_get_size()
47 static int bbram_xec_read(const struct device *dev, size_t offset, size_t size, in bbram_xec_read()
61 static int bbram_xec_write(const struct device *dev, size_t offset, size_t size, in bbram_xec_write()
Dbbram_handlers.c31 static inline int z_vrfy_bbram_get_size(const struct device *dev, size_t *size) in z_vrfy_bbram_get_size()
40 size_t size, uint8_t *data) in z_vrfy_bbram_read()
49 size_t size, const uint8_t *data) in z_vrfy_bbram_write()
/Zephyr-Core-3.6.0/lib/utils/
Dring_buffer.c12 uint32_t ring_buf_put_claim(struct ring_buf *buf, uint8_t **data, uint32_t size) in ring_buf_put_claim()
36 int ring_buf_put_finish(struct ring_buf *buf, uint32_t size) in ring_buf_put_finish()
57 uint32_t ring_buf_put(struct ring_buf *buf, const uint8_t *data, uint32_t size) in ring_buf_put()
79 uint32_t ring_buf_get_claim(struct ring_buf *buf, uint8_t **data, uint32_t size) in ring_buf_get_claim()
103 int ring_buf_get_finish(struct ring_buf *buf, uint32_t size) in ring_buf_get_finish()
124 uint32_t ring_buf_get(struct ring_buf *buf, uint8_t *data, uint32_t size) in ring_buf_get()
148 uint32_t ring_buf_peek(struct ring_buf *buf, uint8_t *data, uint32_t size) in ring_buf_peek()
191 uint32_t space, size, partial_size, total_size; in ring_buf_item_put() local
230 uint32_t size, partial_size, total_size; in ring_buf_item_get() local
/Zephyr-Core-3.6.0/drivers/flash/
Dflash_gecko.c40 size_t size) in flash_gecko_read()
56 const void *data, size_t size) in flash_gecko_write()
87 size_t size) in flash_gecko_erase()
140 static bool write_range_is_valid(off_t offset, uint32_t size) in write_range_is_valid()
147 static bool read_range_is_valid(off_t offset, uint32_t size) in read_range_is_valid()
152 static int erase_flash_block(off_t offset, size_t size) in erase_flash_block()
/Zephyr-Core-3.6.0/arch/arm/core/cortex_a_r/
Dcache.c96 int arch_dcache_flush_range(void *start_addr, size_t size) in arch_dcache_flush_range()
114 int arch_dcache_invd_range(void *start_addr, size_t size) in arch_dcache_invd_range()
152 int arch_dcache_flush_and_invd_range(void *start_addr, size_t size) in arch_dcache_flush_and_invd_range()
204 int arch_icache_flush_range(void *start_addr, size_t size) in arch_icache_flush_range()
209 int arch_icache_invd_range(void *start_addr, size_t size) in arch_icache_invd_range()
214 int arch_icache_flush_and_invd_range(void *start_addr, size_t size) in arch_icache_flush_and_invd_range()
/Zephyr-Core-3.6.0/include/zephyr/arch/arm64/
Dcache.h77 static ALWAYS_INLINE int arm64_dcache_range(void *addr, size_t size, int op) in arm64_dcache_range()
157 static ALWAYS_INLINE int arch_dcache_flush_range(void *addr, size_t size) in arch_dcache_flush_range()
162 static ALWAYS_INLINE int arch_dcache_invd_range(void *addr, size_t size) in arch_dcache_invd_range()
167 static ALWAYS_INLINE int arch_dcache_flush_and_invd_range(void *addr, size_t size) in arch_dcache_flush_and_invd_range()
206 static ALWAYS_INLINE int arch_icache_flush_range(void *addr, size_t size) in arch_icache_flush_range()
213 static ALWAYS_INLINE int arch_icache_invd_range(void *addr, size_t size) in arch_icache_invd_range()
220 static ALWAYS_INLINE int arch_icache_flush_and_invd_range(void *addr, size_t size) in arch_icache_flush_and_invd_range()
/Zephyr-Core-3.6.0/include/zephyr/internal/
Dsyscall_handler.h410 #define K_SYSCALL_MEMORY_SIZE_CHECK(ptr, size) \ argument
431 #define K_SYSCALL_MEMORY(ptr, size, write) \ argument
455 #define K_SYSCALL_MEMORY_READ(ptr, size) \ argument
474 #define K_SYSCALL_MEMORY_WRITE(ptr, size) \ argument
477 #define K_SYSCALL_MEMORY_ARRAY(ptr, nmemb, size, write) \ argument
502 #define K_SYSCALL_MEMORY_ARRAY_READ(ptr, nmemb, size) \ argument
519 #define K_SYSCALL_MEMORY_ARRAY_WRITE(ptr, nmemb, size) \ argument
/Zephyr-Core-3.6.0/include/zephyr/sys/internal/
Dkobject_internal.h24 size_t size; member
147 static inline struct k_object *k_object_create_dynamic(size_t size) in k_object_create_dynamic()
156 size_t size) in k_object_create_dynamic_aligned()
164 static inline struct k_object *k_object_create_dynamic(size_t size) in k_object_create_dynamic()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c266 static void read_excess_bytes(uint16_t size) in read_excess_bytes()
279 static void switch_service_set(uint16_t size) in switch_service_set()
299 static void handle_service_notify(uint16_t size) in handle_service_notify()
314 static void handle_service_indicate(uint16_t size) in handle_service_indicate()
330 uint16_t size; in main() local

12345678910>>...26