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

  /external/elfutils/lib/
md5.c 110 const uint64_t bit_length = ((ctx->total[0] << 3) local
113 le64_copy (&ctx->buffer[bytes + pad], bit_length);
sha1.c 108 const uint64_t bit_length = ((ctx->total[0] << 3) local
111 be64_copy (&ctx->buffer[bytes + pad], bit_length);
  /external/tcpdump/
print-eigrp.c 215 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
349 bit_length = tlv_ptr.eigrp_tlv_ip_int->plen;
350 if (bit_length > 32) {
351 ND_PRINT((ndo, "\n\t illegal prefix length %u",bit_length));
354 byte_length = (bit_length + 7) / 8; /* variable length encoding */
360 bit_length));
383 bit_length = tlv_ptr.eigrp_tlv_ip_ext->plen;
384 if (bit_length > 32) {
385 ND_PRINT((ndo, "\n\t illegal prefix length %u",bit_length));
388 byte_length = (bit_length + 7) / 8; /* variable length encoding *
    [all...]
print-isoclns.c 2057 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 913 char bit_length; member in struct:__anon20744::MinidumpWriter::CpuIdEntry
    [all...]
  /external/python/cpython3/Modules/
mathmodule.c 1254 bit_length(unsigned long n) function
    [all...]
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 879 char bit_length; member in struct:CpuIdEntry
912 val &= ((1 << entry->bit_length)-1);
    [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py 5459 def bit_length(self): member in class:CWhitebox.test_internal_use_of_overridden_methods.I
    [all...]
  /external/webp/src/enc/
vp8l_enc.c 488 const int bit_length = huffman_codes[i].num_symbols; local
491 codes += bit_length;
492 lengths += bit_length;
493 if (max_num_symbols < bit_length) {
494 max_num_symbols = bit_length;
    [all...]
  /hardware/intel/common/libva/va/
va.h 1374 unsigned int bit_length; member in struct:_VAEncPackedHeaderParameterBuffer
    [all...]

Completed in 543 milliseconds