HomeSort by relevance Sort by last modified time
    Searched refs:addr_bytes (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/src/
node_record.c 42 * to a numeric representation (addr_bytes) */
45 const char *addr_str, int proto, char *addr_bytes)
60 memcpy(addr_bytes, &in_addr.s_addr, 4);
74 memcpy(addr_bytes, in_addr.s6_addr, 16);
76 memcpy(addr_bytes, in_addr.s6_addr32, 16);
134 /* Converts a numeric representation (addr_bytes)
139 char *addr_bytes, int proto, char *addr_str)
148 memcpy(&addr.s_addr, addr_bytes, 4);
166 memcpy(&addr.s6_addr[0], addr_bytes, 16);
168 memcpy(&addr.s6_addr32[0], addr_bytes, 16)
    [all...]
  /external/elfutils/libdwfl/
frame_unwind.c 329 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8; local
330 if (op->number > addr_bytes)
340 val1 >>= (addr_bytes - op->number) * 8;

Completed in 47 milliseconds