Searched refs:byte_length (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
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;
/macosx-10.9.5/pdisk-9/
H A Dlayout_dump.c71 int byte_length; local
90 byte_length = entry->bit_length / 8;
98 for (i = entry->byte_offset; byte_length > 0;i++) {
101 byte_length--;
123 byte_length = entry->bit_length / 8;
124 switch (byte_length) {
131 byte_length = entry->bit_length / 8;
132 switch (byte_length) {
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-eigrp.c219 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
332 byte_length = (bit_length + 7) / 8; /* variable length encoding */
334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
361 byte_length = (bit_length + 7) / 8; /* variable length encoding */
363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
H A Dprint-isoclns.c1655 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
1692 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
1694 if (!TTEST2(*tptr, byte_length))
1697 memcpy(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
1698 tptr+=byte_length;
1699 processed+=byte_length;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlanywhere.vim35 syn keyword sqlFunction substring byte_substr length byte_length

Completed in 98 milliseconds