Home
last modified time | relevance | path

Searched defs:bytes (Results 76 – 92 of 92) sorted by relevance

1234

/Zephyr-latest/tests/net/6lo/src/
Dmain.c465 uint8_t bytes, pos; in create_pkt() local
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_lcdic.c335 static uint32_t mipi_dbi_lcdic_get_unaligned(const uint8_t *bytes, in mipi_dbi_lcdic_get_unaligned()
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c949 uint8_t *bytes = (uint8_t *)&BGROUP_INODE_TABLE(&fs->bgroup)[itable_offset]; in check_zero_inode() local
/Zephyr-latest/include/zephyr/net/
Dcoap.h773 static inline enum coap_block_size coap_bytes_to_block_size(uint16_t bytes) in coap_bytes_to_block_size()
Dnet_ip.h747 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/
Dhttp_parser.c89 int count_header_size(struct http_parser *parser, int bytes) in count_header_size()
/Zephyr-latest/include/zephyr/
Dkernel.h5722 #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
Dnet_buf.h2669 size_t bytes = 0; in net_buf_frags_len() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1296 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/
Dlwm2m_rw_senml_json.c894 static int json_append_bytes_base64(const char *bytes, size_t len, void *data) in json_append_bytes_base64()
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.h362 #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/
Dtracing_ctf.h321 #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/
Dtracing.h1809 #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/
Dtracing_sysview.h598 #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/
Dtracing_test.h404 #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/
Dmain.c2164 uint8_t bytes[2]; in test_ioctl_fionread_common() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h33 #define BYTES2US(bytes, phy) (((bytes)<<3)/BIT((phy&0x3)>>1)) argument

1234