Searched defs:bit_length (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/0.153/lib/
H A Dsha1.c110 const uint64_t bit_length = ((ctx->total[0] << 3) local
113 be64_copy (&ctx->buffer[bytes + pad], bit_length);
H A Dmd5.c112 const uint64_t bit_length = ((ctx->total[0] << 3) local
115 le64_copy (&ctx->buffer[bytes + pad], bit_length);
/external/tcpdump/
H A Dprint-eigrp.c219 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
[all...]
H A Dprint-isoclns.c1970 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
1982 bit_length = status_byte&0x3f;
1983 if (bit_length > 32) {
1986 bit_length);
1995 bit_length=*(tptr++);
1996 if (bit_length > 128) {
1999 bit_length);
2007 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
2020 bit_length);
2026 bit_length);
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c221 const int bit_length = huffman_codes[i].num_symbols; local
224 codes += bit_length;
225 lengths += bit_length;
226 if (max_num_symbols < bit_length) {
227 max_num_symbols = bit_length;
/external/webp/src/enc/
H A Dvp8l.c221 const int bit_length = huffman_codes[i].num_symbols; local
224 codes += bit_length;
225 lengths += bit_length;
226 if (max_num_symbols < bit_length) {
227 max_num_symbols = bit_length;
/external/chromium_org/third_party/libva/va/
H A Dva.h949 unsigned int bit_length; member in struct:_VAEncPackedHeaderParameterBuffer

Completed in 207 milliseconds