Home
last modified time | relevance | path

Searched refs:len_bytes (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getpubnames.c98 int len_bytes = 4; in get_offsets() local
103 len_bytes = 8; in get_offsets()
114 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp; in get_offsets()
115 mem[cnt].address_len = len_bytes; in get_offsets()
130 if (len_bytes == 4) in get_offsets()
/external/dbus/dbus/
Ddbus-marshal-basic.c1556 int len_bytes, in swap_test_array() argument
1565 _dbus_string_init_const_len (&t, array, len_bytes); in swap_test_array()
1566 swap_array (&t, 0, len_bytes / alignment, byte_order, alignment); in swap_test_array()