Home
last modified time | relevance | path

Searched refs:addr_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_arp.rs29 pub addr_bytes: [u8; 6usize],
48 ::std::ptr::addr_of!((*ptr).addr_bytes) as usize - ptr as usize in bindgen_test_layout_ether_addr()
55 stringify!(addr_bytes) in bindgen_test_layout_ether_addr()
/third_party/selinux/libsepol/src/
H A Dnode_record.c42 * to a numeric representation (addr_bytes) */
45 const char *addr_str, int proto, char *addr_bytes) in node_parse_addr()
60 memcpy(addr_bytes, &in_addr.s_addr, 4); in node_parse_addr()
73 memcpy(addr_bytes, in_addr.s6_addr, 16); in node_parse_addr()
130 /* Converts a numeric representation (addr_bytes)
135 char *addr_bytes, int proto, char *addr_str) in node_expand_addr()
144 memcpy(&addr.s_addr, addr_bytes, 4); in node_expand_addr()
160 memcpy(&addr.s6_addr[0], addr_bytes, 16); in node_expand_addr()
44 node_parse_addr(sepol_handle_t * handle, const char *addr_str, int proto, char *addr_bytes) node_parse_addr() argument
134 node_expand_addr(sepol_handle_t * handle, char *addr_bytes, int proto, char *addr_str) node_expand_addr() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_arp.h20 uint8_t addr_bytes[ETHER_ADDR_LEN]; /**< Addr bytes in tx order */ member
/third_party/elfutils/libdwfl/
H A Dframe_unwind.c314 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8; in expr_eval() local
315 if (op->number > addr_bytes) in expr_eval()
325 val1 >>= (addr_bytes - op->number) * 8; in expr_eval()

Completed in 5 milliseconds