/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 465 uint8_t bytes, pos; in create_pkt() local
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_nxp_lcdic.c | 335 static uint32_t mipi_dbi_lcdic_get_unaligned(const uint8_t *bytes, in mipi_dbi_lcdic_get_unaligned()
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_diskops.c | 949 uint8_t *bytes = (uint8_t *)&BGROUP_INODE_TABLE(&fs->bgroup)[itable_offset]; in check_zero_inode() local
|
/Zephyr-latest/include/zephyr/net/ |
D | coap.h | 773 static inline enum coap_block_size coap_bytes_to_block_size(uint16_t bytes) in coap_bytes_to_block_size()
|
D | net_ip.h | 747 uint8_t bytes = length / 8U; in net_ipv6_is_prefix() local 785 uint8_t bytes = prefix_len / 8U; in net_ipv6_addr_prefix_mask() local
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_parser.c | 89 int count_header_size(struct http_parser *parser, int bytes) in count_header_size()
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 5722 #define Z_HEAP_DEFINE_IN_SECT(name, bytes, in_section) \ argument 5747 #define K_HEAP_DEFINE(name, bytes) \ argument 5765 #define K_HEAP_DEFINE_NOCACHE(name, bytes) \ argument
|
D | net_buf.h | 2669 size_t bytes = 0; in net_buf_frags_len() local
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 1296 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block1_option() local 1318 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block2_option() local
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_json.c | 894 static int json_append_bytes_base64(const char *bytes, size_t len, void *data) in json_append_bytes_base64()
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 362 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) argument 363 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) argument
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 321 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) argument 322 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) argument
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 1809 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) argument 1819 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) argument
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 598 #define sys_port_trace_k_heap_realloc_enter(heap, ptr, bytes, timeout) \ argument 603 #define sys_port_trace_k_heap_realloc_exit(heap, ptr, bytes, timeout, ret) \ argument
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 404 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) \ argument 406 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) \ argument
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 2164 uint8_t bytes[2]; in test_ioctl_fionread_common() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 33 #define BYTES2US(bytes, phy) (((bytes)<<3)/BIT((phy&0x3)>>1)) argument
|