/Zephyr-Core-2.7.6/kernel/ |
D | kheap.c | 13 void k_heap_init(struct k_heap *h, void *mem, size_t bytes) in k_heap_init() 64 void *k_heap_aligned_alloc(struct k_heap *h, size_t align, size_t bytes, in k_heap_aligned_alloc() 107 void *k_heap_alloc(struct k_heap *h, size_t bytes, k_timeout_t timeout) in k_heap_alloc()
|
/Zephyr-Core-2.7.6/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-Core-2.7.6/include/arch/xtensa/ |
D | cache.h | 23 static inline void z_xtensa_cache_flush(void *addr, size_t bytes) in z_xtensa_cache_flush() 37 static inline void z_xtensa_cache_flush_inv(void *addr, size_t bytes) in z_xtensa_cache_flush_inv() 51 static inline void z_xtensa_cache_inv(void *addr, size_t bytes) in z_xtensa_cache_inv()
|
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/ |
D | eth_stats.h | 17 uint32_t bytes) in eth_stats_update_bytes_rx() 36 uint32_t bytes) in eth_stats_update_bytes_tx() 207 #define eth_stats_update_bytes_rx(iface, bytes) argument 208 #define eth_stats_update_bytes_tx(iface, bytes) argument
|
/Zephyr-Core-2.7.6/arch/x86/zefi/ |
D | zefi.c | 75 int bytes = zefi_zsegs[i].sz; in efi_entry() local 85 int bytes = zefi_dsegs[i].sz; in efi_entry() local
|
/Zephyr-Core-2.7.6/lib/os/ |
D | heap.h | 58 typedef struct { char bytes[CHUNK_UNIT]; } chunk_unit_t; member 80 static inline bool big_heap_bytes(size_t bytes) in big_heap_bytes() 219 static inline chunksz_t chunksz(size_t bytes) in chunksz() 224 static inline chunksz_t bytes_to_chunksz(struct z_heap *h, size_t bytes) in bytes_to_chunksz() 245 static inline bool size_too_big(struct z_heap *h, size_t bytes) in size_too_big()
|
D | heap.c | 222 void *sys_heap_alloc(struct sys_heap *heap, size_t bytes) in sys_heap_alloc() 246 void *sys_heap_aligned_alloc(struct sys_heap *heap, size_t align, size_t bytes) in sys_heap_aligned_alloc() 314 size_t align, size_t bytes) in sys_heap_aligned_realloc() 380 void sys_heap_init(struct sys_heap *heap, void *mem, size_t bytes) in sys_heap_init()
|
D | json.c | 643 char bytes[2] = { '\\', escaped }; in json_escape_internal() local 891 static int append_bytes_to_buf(const char *bytes, size_t len, void *data) in append_bytes_to_buf() 923 static int measure_bytes(const char *bytes, size_t len, void *data) in measure_bytes()
|
/Zephyr-Core-2.7.6/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 191 static inline void net_stats_update_tcp_sent(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_sent() 196 static inline void net_stats_update_tcp_recv(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_recv() 202 uint32_t bytes) in net_stats_update_tcp_resent() 262 #define net_stats_update_tcp_sent(iface, bytes) argument 263 #define net_stats_update_tcp_resent(iface, bytes) argument 264 #define net_stats_update_tcp_recv(iface, bytes) argument [all …]
|
/Zephyr-Core-2.7.6/subsys/tracing/test/ |
D | tracing_string_format_test.c | 305 void sys_trace_k_heap_init(struct k_heap *h, void *mem, size_t bytes) in sys_trace_k_heap_init() 310 void sys_trace_k_heap_aligned_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_aligned_alloc_enter() 315 void sys_trace_k_heap_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_alloc_enter() 325 void sys_trace_k_heap_aligned_alloc_blocking(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_aligned_alloc_blocking() 330 void sys_trace_k_heap_alloc_exit(struct k_heap *h, size_t bytes, k_timeout_t timeout, void *ret) in sys_trace_k_heap_alloc_exit() 335 void sys_trace_k_heap_aligned_alloc_exit(struct k_heap *h, size_t bytes, in sys_trace_k_heap_aligned_alloc_exit()
|
/Zephyr-Core-2.7.6/include/sys/ |
D | sys_heap.h | 149 #define sys_heap_realloc(heap, ptr, bytes) \ argument
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/bootloader/ |
D | boot_loader.c | 65 static inline void bmemcpy(void *dest, void *src, size_t bytes) in bmemcpy() 78 static inline void bbzero(void *dest, size_t bytes) in bbzero()
|
/Zephyr-Core-2.7.6/include/logging/ |
D | log_msg.h | 126 uint8_t bytes[LOG_MSG_HEXDUMP_BYTES_SINGLE_CHUNK]; member 134 uint8_t bytes[LOG_MSG_HEXDUMP_BYTES_HEAD_CHUNK]; member 154 uint8_t bytes[HEXDUMP_BYTES_CONT_MSG]; member
|
/Zephyr-Core-2.7.6/subsys/usb/ |
D | usb_transfer.c | 77 uint32_t bytes; in usb_transfer_work() local 170 uint32_t bytes; in usb_transfer_ep_callback() local
|
/Zephyr-Core-2.7.6/subsys/tracing/ |
D | tracing_backend_usb.c | 143 uint32_t bytes; in tracing_backend_usb_output() local
|
/Zephyr-Core-2.7.6/include/net/ |
D | net_stats.h | 127 struct net_stats_bytes bytes; member 261 net_stats_t bytes; member 272 net_stats_t bytes; member 300 struct net_stats_bytes bytes; member 442 struct net_stats_bytes bytes; member 465 struct net_stats_bytes bytes; member
|
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/ |
D | smp_shell.c | 92 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, in smp_shell_rx_bytes()
|
/Zephyr-Core-2.7.6/subsys/shell/modules/ |
D | devmem_service.c | 19 static unsigned char *bytes; variable
|
/Zephyr-Core-2.7.6/tests/net/ieee802154/fragment/src/ |
D | main.c | 193 uint32_t bytes, pos, compare, offset; in compare_data() local 236 uint32_t bytes, pos; in create_pkt() local
|
/Zephyr-Core-2.7.6/subsys/net/lib/mqtt/ |
D | mqtt_decoder.c | 164 uint8_t bytes = 0U; in packet_length_decode() local
|
/Zephyr-Core-2.7.6/subsys/jwt/ |
D | jwt.c | 118 static int base64_append_bytes(const char *bytes, size_t len, in base64_append_bytes()
|
/Zephyr-Core-2.7.6/tests/lib/heap/src/ |
D | main.c | 105 void *testalloc(void *arg, size_t bytes) in testalloc()
|
/Zephyr-Core-2.7.6/drivers/entropy/ |
D | entropy_nrf5.c | 237 uint16_t bytes; in entropy_nrf5_get_entropy() local
|
/Zephyr-Core-2.7.6/drivers/net/ |
D | slip.c | 336 int bytes = net_buf_frags_len(buf); in recv_cb() local
|
/Zephyr-Core-2.7.6/drivers/sensor/bq274xx/ |
D | bq274xx.c | 96 uint8_t *data, uint8_t bytes) in bq274xx_read_data_block()
|