Searched defs:byte_length (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_leb.c53 Dwarf_Sword byte_length; local
94 byte_length = 1;
101 *leb128_length = byte_length;
106 byte_length++;
124 Dwarf_Sword byte_length = 1; local
126 /* byte_length being the number of bytes of data absorbed so far in
139 byte_length++;
147 *leb128_length = byte_length;
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h159 uchar_t byte_length; member in struct:_ldterm_eucpc_data

Completed in 93 milliseconds