HomeSort by relevance Sort by last modified time
    Searched defs:len_bytes (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdw/
dwarf_getpubnames.c 74 int len_bytes = 4; local
79 len_bytes = 8;
89 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
90 mem[cnt].address_len = len_bytes;
93 || len - (2 + 2 * len_bytes) > max_size - mem[cnt].set_start)
108 readp + 2, len_bytes,
  /external/boringssl/src/ssl/test/
packeted_bio.cc 165 uint8_t len_bytes[4]; local
166 ret = ReadAll(bio->next_bio, len_bytes, sizeof(len_bytes));
172 uint32_t len = (len_bytes[0] << 24) | (len_bytes[1] << 16) |
173 (len_bytes[2] << 8) | len_bytes[3];
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3572 uint16 len_bytes; member in struct:wl_mkeep_alive_pkt
4114 uint16 len_bytes; \/* Size of packet to transmit (0 to disable packet re-transmits) *\/ member in struct:wl_keep_alive_pkt
    [all...]

Completed in 355 milliseconds