Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-Core-2.7.6/kernel/
Dkheap.c13 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/
Dppp_stats.h17 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/
Dcache.h23 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/
Deth_stats.h17 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/
Dzefi.c75 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/
Dheap.h58 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()
Dheap.c222 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()
Djson.c643 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/
Dnet_stats.h52 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/
Dtracing_string_format_test.c305 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/
Dsys_heap.h149 #define sys_heap_realloc(heap, ptr, bytes) \ argument
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/bootloader/
Dboot_loader.c65 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/
Dlog_msg.h126 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/
Dusb_transfer.c77 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/
Dtracing_backend_usb.c143 uint32_t bytes; in tracing_backend_usb_output() local
/Zephyr-Core-2.7.6/include/net/
Dnet_stats.h127 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/
Dsmp_shell.c92 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/
Ddevmem_service.c19 static unsigned char *bytes; variable
/Zephyr-Core-2.7.6/tests/net/ieee802154/fragment/src/
Dmain.c193 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/
Dmqtt_decoder.c164 uint8_t bytes = 0U; in packet_length_decode() local
/Zephyr-Core-2.7.6/subsys/jwt/
Djwt.c118 static int base64_append_bytes(const char *bytes, size_t len, in base64_append_bytes()
/Zephyr-Core-2.7.6/tests/lib/heap/src/
Dmain.c105 void *testalloc(void *arg, size_t bytes) in testalloc()
/Zephyr-Core-2.7.6/drivers/entropy/
Dentropy_nrf5.c237 uint16_t bytes; in entropy_nrf5_get_entropy() local
/Zephyr-Core-2.7.6/drivers/net/
Dslip.c336 int bytes = net_buf_frags_len(buf); in recv_cb() local
/Zephyr-Core-2.7.6/drivers/sensor/bq274xx/
Dbq274xx.c96 uint8_t *data, uint8_t bytes) in bq274xx_read_data_block()

12