Home
last modified time | relevance | path

Searched defs:max_bits (Results 1 – 25 of 42) sorted by relevance

12

/external/wpa_supplicant_8/src/utils/
Dbitfield.c17 size_t max_bits; member
21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc()
/external/puffin/src/
Dhuffman_table.cc53 bool HuffmanTable::InitHuffmanCodes(const Buffer& lens, size_t* max_bits) { in InitHuffmanCodes()
112 size_t* max_bits) { in BuildHuffmanCodes()
139 size_t* max_bits) { in BuildHuffmanReverseCodes()
316 size_t max_bits, in BuildHuffmanCodeLengths()
Dpuffer.cc139 auto max_bits = cur_ht->LitLenMaxBits(); in PuffDeflate() local
/external/openthread/third_party/mbedtls/repo/tests/src/
Dasn1_helpers.c19 size_t min_bits, size_t max_bits, in mbedtls_test_asn1_skip_integer()
/external/mbedtls/tests/src/
Dasn1_helpers.c19 size_t min_bits, size_t max_bits, in mbedtls_test_asn1_skip_integer()
/external/libxaac/encoder/
Dixheaace_basic_ops.c32 WORD32 max_bits = 0; in ia_enhaacplus_enc_norm32_arr() local
Dixheaace_fd_qc_util.c56 VOID iusace_qc_init(ia_qc_data_struct *pstr_qc_data, const WORD32 max_bits, WORD32 sample_rate, in iusace_qc_init()
Diusace_fd_qc_util.h33 WORD32 max_bits; member
Dixheaace_qc_data.h59 WORD32 max_bits; /* maximum number of bits in reservoir */ member
123 WORD32 max_bits; member
Diusace_lpd_enc.c96 WORD32 max_bits, coder_bits; in iusace_config_acelp_core_mode() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp4399 const int max_bits = 64; // We don't expect the number to be larger. in print_VkAccessFlags() local
4429 const int max_bits = 64; // We don't expect the number to be larger. in print_VkAccessFlags() local
4460 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageAspectFlags() local
4490 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageAspectFlags() local
4521 const int max_bits = 64; // We don't expect the number to be larger. in print_VkFormatFeatureFlags() local
4551 const int max_bits = 64; // We don't expect the number to be larger. in print_VkFormatFeatureFlags() local
4582 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageCreateFlags() local
4612 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageCreateFlags() local
4643 const int max_bits = 64; // We don't expect the number to be larger. in print_VkSampleCountFlags() local
4673 const int max_bits = 64; // We don't expect the number to be larger. in print_VkSampleCountFlags() local
[all …]
/external/freetype/src/lzw/
Dftzopen.c279 FT_Byte max_bits; in ft_lzwstate_io() local
Dftzopen.h124 FT_UInt max_bits; /* max code bits, from file header */ member
/external/pigweed/pw_allocator/
Dtest_harness.cc68 constexpr size_t max_bits = (sizeof(size) * CHAR_BIT) - 1; in AlignmentFromLShift() local
/external/freetype/src/pshinter/
Dpshrec.h96 FT_UInt max_bits; member
/external/libvpx/vp8/encoder/
Dfirstpass.c318 int max_bits; in frame_max_bits() local
1600 int max_bits = frame_max_bits(cpi); /* Max for a single frame */ in define_gf_group() local
2159 int max_bits = frame_max_bits(cpi); /* Max for a single frame */ in assign_std_frame_bits() local
2650 int max_bits = frame_max_bits(cpi); in find_next_key_frame() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Dshift.c184 unsigned max_bits = BN_BITS2 * r->width; in bn_rshift_secret_shift() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dshift.c184 unsigned max_bits = BN_BITS2 * r->width; in bn_rshift_secret_shift() local
/external/boringssl/src/crypto/fipsmodule/bn/
Dshift.c184 unsigned max_bits = BN_BITS2 * r->width; in bn_rshift_secret_shift() local
/external/rust/crates/num-bigint/src/
Dbiguint.rs387 let max_bits = bits / n64 + 1; in nth_root() localVariable
435 let max_bits = bits / 2 + 1; in sqrt() localVariable
476 let max_bits = bits / 3 + 1; in cbrt() localVariable
/external/libxaac/decoder/
Dixheaacd_bitbuffer.h47 WORD32 max_bits; member
/external/brotli/c/enc/
Dbrotli_bit_stream.c245 size_t max_bits, in StoreSimpleHuffmanTree()
359 size_t max_bits = 0; in BuildAndStoreHuffmanTree() local
406 const size_t max_bits, in BrotliBuildAndStoreHuffmanTreeFast()
/external/libopus/celt/
Drate.c151 int max_bits; in compute_pulse_cache() local
/external/cronet/third_party/brotli/enc/
Dbrotli_bit_stream.c245 size_t max_bits, in StoreSimpleHuffmanTree()
360 size_t max_bits = 0; in BuildAndStoreHuffmanTree() local
407 const size_t max_bits, in BrotliBuildAndStoreHuffmanTreeFast()
/external/AFLplusplus/src/
Dafl-fuzz-stats.c2254 u32 min_bits = 0, max_bits = 0, max_len = 0, count = 0, i; local

12