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

  /external/elfutils/0.153/lib/
md5.c 112 const uint64_t bit_length = ((ctx->total[0] << 3) local
115 le64_copy (&ctx->buffer[bytes + pad], bit_length);
sha1.c 110 const uint64_t bit_length = ((ctx->total[0] << 3) local
113 be64_copy (&ctx->buffer[bytes + pad], bit_length);
  /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 1970 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 808 char bit_length; member in struct:CpuIdEntry
841 val &= ((1 << entry->bit_length)-1);
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 221 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;
    [all...]
  /external/webp/src/enc/
vp8l.c 221 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;
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 948 unsigned int bit_length; member in struct:_VAEncPackedHeaderParameterBuffer
    [all...]
  /hardware/intel/common/libva/va/
va.h 1374 unsigned int bit_length; member in struct:_VAEncPackedHeaderParameterBuffer
    [all...]

Completed in 144 milliseconds