/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | soc_util.h | 12 static ALWAYS_INLINE void bmemcpy(void *dest, void *src, size_t bytes) in bmemcpy() 26 static ALWAYS_INLINE void bbzero(void *dest, size_t bytes) in bbzero()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_stats.h | 17 uint32_t bytes) in ppp_stats_update_bytes_rx() 36 uint32_t bytes) in ppp_stats_update_bytes_tx() 128 #define ppp_stats_update_bytes_rx(iface, bytes) argument 129 #define ppp_stats_update_bytes_tx(iface, bytes) argument
|
/Zephyr-latest/kernel/ |
D | kheap.c | 15 void k_heap_init(struct k_heap *heap, void *mem, size_t bytes) in k_heap_init() 65 void *k_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t bytes, in k_heap_aligned_alloc() 108 void *k_heap_alloc(struct k_heap *heap, size_t bytes, k_timeout_t timeout) in k_heap_alloc() 138 void *k_heap_realloc(struct k_heap *heap, void *ptr, size_t bytes, k_timeout_t timeout) in k_heap_realloc()
|
/Zephyr-latest/subsys/llext/ |
D | llext_priv.h | 28 static inline void *llext_alloc(size_t bytes) in llext_alloc() 35 static inline void *llext_aligned_alloc(size_t align, size_t bytes) in llext_aligned_alloc()
|
/Zephyr-latest/samples/subsys/zbus/benchmark/src/ |
D | messages.h | 11 uint8_t bytes[CONFIG_BM_MESSAGE_SIZE]; member
|
/Zephyr-latest/lib/heap/ |
D | multi_heap.c | 44 void *sys_multi_heap_alloc(struct sys_multi_heap *mheap, void *cfg, size_t bytes) in sys_multi_heap_alloc() 50 void *cfg, size_t align, size_t bytes) in sys_multi_heap_aligned_alloc() 96 void *ptr, size_t align, size_t bytes) in sys_multi_heap_aligned_realloc()
|
D | heap_listener.c | 31 void heap_listener_notify_alloc(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_alloc() 47 void heap_listener_notify_free(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_free()
|
D | shared_multi_heap.c | 85 void *shared_multi_heap_alloc(enum shared_multi_heap_attr attr, size_t bytes) in shared_multi_heap_alloc() 95 size_t align, size_t bytes) in shared_multi_heap_aligned_alloc()
|
D | heap.h | 58 typedef struct { char bytes[CHUNK_UNIT]; } chunk_unit_t; member 91 static inline bool big_heap_bytes(size_t bytes) in big_heap_bytes() 230 static inline chunksz_t chunksz(size_t bytes) in chunksz() 235 static inline chunksz_t bytes_to_chunksz(struct z_heap *h, size_t bytes) in bytes_to_chunksz() 256 static inline bool size_too_big(struct z_heap *h, size_t bytes) in size_too_big()
|
D | heap.c | 263 void *sys_heap_alloc(struct sys_heap *heap, size_t bytes) in sys_heap_alloc() 301 void *sys_heap_aligned_alloc(struct sys_heap *heap, size_t align, size_t bytes) in sys_heap_aligned_alloc() 380 size_t align, size_t bytes) in sys_heap_aligned_realloc() 485 void sys_heap_init(struct sys_heap *heap, void *mem, size_t bytes) in sys_heap_init()
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | eth_stats.h | 18 uint32_t bytes) in eth_stats_update_bytes_rx() 37 uint32_t bytes) in eth_stats_update_bytes_tx() 226 #define eth_stats_update_bytes_rx(iface, bytes) argument 227 #define eth_stats_update_bytes_tx(iface, bytes) argument
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/src/ |
D | main.c | 15 void on_heap_alloc(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_alloc() 22 void on_heap_free(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_free()
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 126 def from_raw(cls: "PowerConfig", bicr_spec: ET.Element, data: bytes) -> "PowerConfig": 205 cls: "IoPortPowerConfig", bicr_spec: ET.Element, data: bytes 257 cls: "IoPortImpedanceConfig", bicr_spec: ET.Element, data: bytes 303 def from_raw(cls: "LFXOConfig", bicr_spec: ET.Element, data: bytes) -> "LFXOConfig": 386 cls: "LFRCCalibrationConfig", bicr_spec: ET.Element, data: bytes 466 def from_raw(cls: "LFOSCConfig", bicr_spec: ET.Element, data: bytes) -> "LFOSCConfig": 540 def from_raw(cls: "HFXOConfig", bicr_spec: ET.Element, data: bytes) -> "HFXOConfig": 622 def from_raw(cls: "BICR", bicr_spec: ET.Element, data: bytes) -> "BICR":
|
/Zephyr-latest/tests/drivers/can/api/src/ |
D | utilities.c | 47 uint8_t bytes; in ZTEST() local
|
/Zephyr-latest/tests/unit/winstream/ |
D | main.c | 29 uint32_t bytes = sys_winstream_read(ws, &seq, &c, 1); in ZTEST() local
|
/Zephyr-latest/subsys/mem_mgmt/ |
D | mem_attr_heap.c | 63 void *mem_attr_heap_alloc(uint32_t attr, size_t bytes) in mem_attr_heap_alloc() 69 void *mem_attr_heap_aligned_alloc(uint32_t attr, size_t align, size_t bytes) in mem_attr_heap_aligned_alloc()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.h | 52 uint32_t bytes) in net_stats_update_bytes_recv() 58 uint32_t bytes) in net_stats_update_bytes_sent() 66 #define net_stats_update_bytes_recv(iface, bytes) argument 67 #define net_stats_update_bytes_sent(iface, bytes) argument 237 static inline void net_stats_update_tcp_sent(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_sent() 242 static inline void net_stats_update_tcp_recv(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_recv() 248 uint32_t bytes) in net_stats_update_tcp_resent() 308 #define net_stats_update_tcp_sent(iface, bytes) argument 309 #define net_stats_update_tcp_resent(iface, bytes) argument 310 #define net_stats_update_tcp_recv(iface, bytes) argument [all …]
|
/Zephyr-latest/arch/x86/zefi/ |
D | zefi.c | 157 int bytes = zefi_zsegs[i].sz; in efi_entry() local 167 int bytes = zefi_dsegs[i].sz; in efi_entry() local
|
/Zephyr-latest/soc/espressif/common/ |
D | esp_heap_runtime.c | 67 void *esp_heap_runtime_realloc(void *ptr, size_t bytes) in esp_heap_runtime_realloc()
|
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/ |
D | main.c | 60 const uint8_t *bytes; in main() local
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | cache.h | 28 static ALWAYS_INLINE int arch_dcache_flush_range(void *addr, size_t bytes) in arch_dcache_flush_range() 44 static ALWAYS_INLINE int arch_dcache_flush_and_invd_range(void *addr, size_t bytes) in arch_dcache_flush_and_invd_range() 60 static ALWAYS_INLINE int arch_dcache_invd_range(void *addr, size_t bytes) in arch_dcache_invd_range()
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1830 data: bytes, 2871 child_spec: bytes 2907 child_spec: bytes, 2930 child_spec: bytes, 3011 child_spec: bytes 3033 child_spec: bytes, 3034 parent_spec: bytes 3078 def _and(b1: bytes, b2: bytes) -> bytes: 3088 def _or(b1: bytes, b2: bytes) -> bytes: 3098 def _not(b: bytes) -> bytes:
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socket_obj_core.c | 222 void sock_obj_core_update_send_stats(int fd, int bytes) in sock_obj_core_update_send_stats() 238 void sock_obj_core_update_recv_stats(int fd, int bytes) in sock_obj_core_update_recv_stats()
|
/Zephyr-latest/include/zephyr/sys/ |
D | multi_heap.h | 194 #define sys_multi_heap_realloc(mheap, cfg, ptr, bytes) \ argument
|
/Zephyr-latest/tests/lib/heap/src/ |
D | main.c | 116 void *testalloc(void *arg, size_t bytes) in testalloc() 395 static void heap_alloc_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_alloc_cb() 404 static void heap_free_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_free_cb()
|