HomeSort by relevance Sort by last modified time
    Searched full:bit_length (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-eigrp.c 219 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
327 bit_length = tlv_ptr.eigrp_tlv_ip_int->plen;
328 if (bit_length > 32) {
329 printf("\n\t illegal prefix length %u",bit_length);
332 byte_length = (bit_length + 7) / 8; /* variable length encoding */
338 bit_length);
356 bit_length = tlv_ptr.eigrp_tlv_ip_ext->plen;
357 if (bit_length > 32) {
358 printf("\n\t illegal prefix length %u",bit_length);
361 byte_length = (bit_length + 7) / 8; /* variable length encoding *
    [all...]
print-isoclns.c 1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/webp/src/enc/
vp8l.c 214 const int bit_length = huffman_codes[i].num_symbols; local
217 codes += bit_length;
218 lengths += bit_length;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
mysql.php 172 'ASCII','BIN','BIT_LENGTH','CHAR_LENGTH','CHARACTER_LENGTH',
  /external/chromium/net/base/
dnssec_unittest.cc 588 static const unsigned bit_length = sizeof(kChain) * 8; local
    [all...]

Completed in 124 milliseconds