Home
last modified time | relevance | path

Searched defs:bit_length (Results 1 – 10 of 10) sorted by relevance

/external/cpuinfo/src/cpuinfo/
Dutils.h6 inline static uint32_t bit_length(uint32_t n) { in bit_length() function
/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Daead.py90 def generate_key(cls, bit_length): argument
150 def generate_key(cls, bit_length): argument
/external/python/cryptography/src/cryptography/
Dutils.py119 def bit_length(x): function
/external/tcpdump/
Dprint-eigrp.c215 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; in eigrp_print() local
Dprint-isoclns.c2057 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; in isis_print_extd_ip_reach() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc913 char bit_length; in WriteCPUInformation() member
/external/python/cpython3/Modules/
Dmathmodule.c1458 bit_length(unsigned long n) in bit_length() function
/external/v8/src/objects/
Dbigint.cc2081 const size_t bit_length = length * kDigitBits - msd_leading_zeros; in ToStringBasePowerOfTwo() local
2144 const size_t bit_length = in ToStringGeneric() local
/external/webp/src/enc/
Dvp8l_enc.c486 const int bit_length = huffman_codes[i].num_symbols; in GetHuffBitLengthsAndCodes() local
/external/python/cpython3/Lib/test/
Dtest_decimal.py5466 def bit_length(self): member in CWhitebox.test_internal_use_of_overridden_methods.I