Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbitfield.c17 size_t max_bits; member
21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbitfield.c17 size_t max_bits; member
21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc()
/third_party/mbedtls/tests/src/
Dasn1_helpers.c31 size_t min_bits, size_t max_bits, in mbedtls_test_asn1_skip_integer()
/third_party/astc-encoder/Utils/
Dastc_quant_generator.cpp273 unsigned int max_bits = 1 << config.bits; in generate_unpacked_quant() local
298 unsigned int max_bits = 1 << config.bits; in generate_unpacked_quant() local
321 unsigned int max_bits = 1 << config.bits; in generate_unpacked_quant() local
/third_party/ncurses/test/
Dparse_rgb.h48 int max_bits; in parse_rgb() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp3750 const int max_bits = 64; // We don't expect the number to be larger. in print_VkAccessFlags() local
3772 const int max_bits = 64; // We don't expect the number to be larger. in print_VkAccessFlags() local
3795 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageAspectFlags() local
3817 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageAspectFlags() local
3840 const int max_bits = 64; // We don't expect the number to be larger. in print_VkFormatFeatureFlags() local
3862 const int max_bits = 64; // We don't expect the number to be larger. in print_VkFormatFeatureFlags() local
3885 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageCreateFlags() local
3907 const int max_bits = 64; // We don't expect the number to be larger. in print_VkImageCreateFlags() local
3930 const int max_bits = 64; // We don't expect the number to be larger. in print_VkSampleCountFlags() local
3952 const int max_bits = 64; // We don't expect the number to be larger. in print_VkSampleCountFlags() local
[all …]
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/casts/
Dcast_possible_truncation.rs54 let max_bits = if method.ident.as_str() == "min" { in apply_reductions() localVariable
/third_party/skia/third_party/externals/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
/third_party/lame/libmp3lame/
Dquantize.c1247 const int ch, int min_bits, int max_bits) in VBR_encode_granule()
1503 int min_bits[2][2], max_bits[2][2]; in VBR_old_iteration_loop() local
1656 int max_bits[2][2]; in VBR_new_iteration_loop() local
2017 int mean_bits, max_bits; in CBR_iteration_loop() local
Dquantize_pvt.c435 int max_bits; /* maximum allowed bits for this granule */ in on_pe() local
494 reduce_side(int targ_bits[2], FLOAT ms_ener_ratio, int mean_bits, int max_bits) in reduce_side()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.h96 FT_UInt max_bits; member
/third_party/ffmpeg/libavcodec/
Dopus.c866 int max_bits; in ff_celt_bitalloc() local
Dintrax8.c37 #define MAX_TABLE_DEPTH(table_bits, max_bits) \ argument
Dralf.c83 int max_bits = 0; in init_ralf_vlc() local
Dtruemotion2.c106 int max_bits; ///< maximum length of code member
Ddnxhdenc.c1196 int max_bits = 0; in dnxhd_encode_fast() local
Dwavpack.c339 const int max_bits = 1 + 23 + 8 + 1; in wv_get_value_float() local
/third_party/skia/third_party/externals/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()
/third_party/brotli/c/enc/
Dbrotli_bit_stream.c246 size_t max_bits, in StoreSimpleHuffmanTree()
361 size_t max_bits = 0; in BuildAndStoreHuffmanTree() local
408 const size_t max_bits, in BrotliBuildAndStoreHuffmanTreeFast()
/third_party/flatbuffers/include/flatbuffers/
Dutil.h504 uint32_t max_bits = 6 + i * 5 + static_cast<int>(!i); in ToUTF8() local
/third_party/python/Lib/
Denum.py131 def bin(num, max_bits=None): argument
/third_party/mesa3d/src/intel/compiler/elk/
Delk_test_eu_validate.cpp272 const int max_bits = 4; in TEST_P() local
382 const int max_bits = 3; in TEST_P() local
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c481 uint32_t max_bits = Log2Floor(alphabet_size_max - 1); in ReadSimpleHuffmanSymbols() local
/third_party/python/Modules/
Dmathmodule.c1976 unsigned long max_bits) in factorial_partial_product()

12