| /third_party/libsnd/src/ALAC/ |
| D | ALACBitUtilities.c | 34 void BitBufferInit (BitBuffer * bits, uint8_t * buffer, uint32_t byteSize) in BitBufferInit() 44 uint32_t BitBufferRead (BitBuffer * bits, uint8_t numBits) in BitBufferRead() 69 uint8_t BitBufferReadSmall (BitBuffer * bits, uint8_t numBits) in BitBufferReadSmall() 93 uint8_t BitBufferReadOne (BitBuffer * bits) in BitBufferReadOne() 111 uint32_t BitBufferPeek (BitBuffer * bits, uint8_t numBits) in BitBufferPeek() 119 uint32_t BitBufferPeekOne (BitBuffer * bits) in BitBufferPeekOne() 126 uint32_t BitBufferUnpackBERSize (BitBuffer * bits) in BitBufferUnpackBERSize() 139 uint32_t BitBufferGetPosition (BitBuffer * bits) in BitBufferGetPosition() 150 void BitBufferByteAlign (BitBuffer * bits, int32_t addZeros) in BitBufferByteAlign() 164 void BitBufferAdvance (BitBuffer * bits, uint32_t numBits) in BitBufferAdvance() [all …]
|
| /third_party/libevdev/libevdev/ |
| D | make-event-names.py | 69 def print_bits(bits, prefix): argument 82 def print_map(bits): argument 117 def print_lookup(bits, prefix): argument 135 def print_lookup_table(bits): argument 161 def print_mapping_table(bits): argument 179 def parse_define(bits, line): argument 230 bits = parse(lines) variable
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | ITypBitsetTests.cpp | 44 void ExpectBits(const Bitset& bits, std::set<size_t> indices) { in ExpectBits() 69 Bitset bits; in TEST_F() local 75 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; in TEST_F() local 81 Bitset bits; in TEST_F() local 99 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; in TEST_F() local 116 Bitset bits; in TEST_F() local 143 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; in TEST_F() local 156 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; in TEST_F() local 169 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; in TEST_F() local
|
| /third_party/boost/libs/compute/test/ |
| D | test_dynamic_bitset.cpp | 24 compute::dynamic_bitset<> bits(1024, queue); in BOOST_AUTO_TEST_CASE() local 37 compute::dynamic_bitset<> bits(1024, queue); in BOOST_AUTO_TEST_CASE() local 54 compute::dynamic_bitset<> bits(0, queue); in BOOST_AUTO_TEST_CASE() local 75 compute::dynamic_bitset<> bits(1024, queue); in BOOST_AUTO_TEST_CASE() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | CLBitField.h | 20 explicit BitField(cl_bitfield bits) noexcept : mBits(bits) {} in BitField() 35 bool isSet(cl_bitfield bits) const { return (mBits & bits) != 0u; } in isSet() 37 bool isNotSet(cl_bitfield bits) const { return (mBits & bits) == 0u; } in isNotSet() 40 bool hasOtherBitsThan(cl_bitfield bits) const { return (mBits & ~bits) != 0u; } in hasOtherBitsThan() 53 BitField mask(cl_bitfield bits) const { return BitField(mBits & bits); } in mask() 56 void set(cl_bitfield bits) { mBits |= bits; } in set() 58 void clear(cl_bitfield bits) { mBits &= ~bits; } in clear()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | texture_format_data.json | 10 "bits": { "alpha": 8 }, object 21 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, object 30 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, object 39 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, object 48 "bits": { "red": 16, "green": 16, "blue": 16, "alpha": 16 }, object 58 "bits": { "red": 16, "green": 16, "blue": 16, "alpha": 16 }, object 68 "bits": { "red": 32, "green": 32, "blue": 32, "alpha": 32 }, object 77 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, object 86 "bits": {"red": 8, "green": 8, "blue": 8,"alpha": 8}, object 95 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, object [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | texture_format_data.json | 10 "bits": { "alpha": 8 }, object 21 "bits": { object 35 "bits": { object 49 "bits": { object 63 "bits": { object 78 "bits": { object 93 "bits": { object 107 "bits": { object 121 "bits": { object 135 "bits": { object [all …]
|
| /third_party/boost/boost/function_types/detail/pp_retag_default_cc/ |
| D | preprocessed.hpp | 30 typedef null_tag::bits bits; typedef 38 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits; typedef 44 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits; typedef 50 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits; typedef 56 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits; typedef
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | mathutil.h | 862 uint8_t bits[4]; in PackUnorm4x8() local 884 uint8_t bits = static_cast<uint8_t>((u >> shift) & 0xFF); in UnpackUnorm4x8() local 894 int8_t bits[4]; in PackSnorm4x8() local 916 int8_t bits = static_cast<int8_t>((u >> shift) & 0xFF); in UnpackSnorm4x8() local 1013 inline int BitCountPolyfill(uint32_t bits) in BitCountPolyfill() 1021 inline int BitCountPolyfill(uint64_t bits) in BitCountPolyfill() 1029 inline int BitCount(uint32_t bits) in BitCount() 1038 inline int BitCount(uint64_t bits) in BitCount() 1057 inline int BitCount(uint32_t bits) in BitCount() 1066 inline int BitCount(uint64_t bits) in BitCount() [all …]
|
| /third_party/boost/libs/math/example/ |
| D | brent_minimise_example.cpp | 132 int bits = std::numeric_limits<T>::digits/2; // Maximum is digits/2; in show_minima() local 236 const int bits = std::numeric_limits<double>::digits; in main() local 318 const int bits = std::numeric_limits<long double>::digits; in main() local 378 int bits = std::numeric_limits<cpp_bin_float_50>::digits / 2 - 2; in main() local 429 int bits = std::numeric_limits<cpp_bin_float_50_et_on>::digits / 2 - 2; in main() local 453 int bits = std::numeric_limits<cpp_bin_float_50_et_off>::digits / 2 - 2; in main() local 472 int bits = std::numeric_limits<cpp_dec_float_50>::digits / 2 - 2; in main() local 492 int bits = std::numeric_limits<cpp_dec_float_50_et_on>::digits / 2 - 2; in main() local 512 int bits = std::numeric_limits<cpp_dec_float_50_et_off>::digits / 2 - 2; in main() local
|
| /third_party/boost/boost/function_types/ |
| D | property_tags.hpp | 31 typedef constant<Bits> bits; typedef 35 template<typename T> struct bits : T::bits { }; struct 64 > bits; typedef 82 bits; typedef 131 > bits; typedef
|
| /third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3559av100/ |
| D | vou_reg.h | 40 } bits; member 71 } bits; member 102 } bits; member 133 } bits; member 157 } bits; member 188 } bits; member 219 } bits; member 250 } bits; member 276 } bits; member 297 } bits; member [all …]
|
| /third_party/boost/boost/function_types/detail/components_impl/ |
| D | arity10_0.hpp | 25 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 35 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 45 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 55 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 65 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 75 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 85 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 95 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 105 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 115 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef [all …]
|
| D | arity40_0.hpp | 26 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 36 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 46 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 56 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 66 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 76 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 86 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 96 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 106 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 116 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef
|
| D | arity20_1.hpp | 26 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 36 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 46 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 56 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 66 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 76 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 86 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 96 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 106 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 116 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef
|
| D | arity30_1.hpp | 26 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 36 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 46 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 56 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 66 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 76 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 86 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 96 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 106 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 116 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef
|
| D | arity40_1.hpp | 26 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 36 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 46 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 56 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 66 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 76 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 86 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 96 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 106 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 116 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef
|
| D | arity10_1.hpp | 25 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 35 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 45 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 55 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 65 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 75 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 85 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 95 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 105 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 115 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef
|
| D | arity50_0.hpp | 26 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 36 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 46 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 56 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 66 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 76 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 86 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 96 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 106 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef 116 typedef encode_bits<BOOST_FT_flags,BOOST_FT_cc_id> bits; typedef
|
| /third_party/uboot/u-boot-2020.01/product/hiosd/dec/ |
| D | jpegd_reg.h | 36 } bits; member 49 } bits; member 61 } bits; member 75 } bits; member 87 } bits; member 99 } bits; member 111 } bits; member 124 } bits; member 140 } bits; member 158 } bits; member [all …]
|
| /third_party/boost/boost/random/detail/ |
| D | polynomial.hpp | 46 std::size_t bits = std::numeric_limits<digit_t>::digits; in add_shifted_inplace() local 59 std::size_t bits = std::numeric_limits<digit_t>::digits; in multiply_simple() local 141 const std::size_t bits = std::numeric_limits<digit_t>::digits; in copy_bits() local 168 const std::size_t bits = std::numeric_limits<digit_t>::digits; in shift_left() local 180 const std::size_t bits = std::numeric_limits<digit_t>::digits; in sqr() local 192 const std::size_t bits = std::numeric_limits<digit_t>::digits; in sqr() local 205 const std::size_t bits = std::numeric_limits<digit_t>::digits; in sparse_mod() local 226 const std::size_t bits = std::numeric_limits<digit_t>::digits; in operator ()() local 251 const std::size_t bits = std::numeric_limits<digit_t>::digits; in mod_pow_x() local 313 static const std::size_t bits = std::numeric_limits<digit_t>::digits; in operator []() local [all …]
|
| /third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3521dv200/include/ |
| D | hal_vo_reg.h | 44 } bits; member 75 } bits; member 106 } bits; member 137 } bits; member 161 } bits; member 192 } bits; member 223 } bits; member 254 } bits; member 282 } bits; member 303 } bits; member [all …]
|
| /third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3519av100/ |
| D | vou_reg.h | 40 } bits; member 71 } bits; member 102 } bits; member 133 } bits; member 157 } bits; member 188 } bits; member 219 } bits; member 250 } bits; member 276 } bits; member 297 } bits; member [all …]
|
| /third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3516cv500/ |
| D | vou_reg.h | 40 } bits; member 71 } bits; member 102 } bits; member 133 } bits; member 157 } bits; member 188 } bits; member 219 } bits; member 250 } bits; member 276 } bits; member 297 } bits; member [all …]
|
| /third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3516ev200/ |
| D | vou_reg.h | 40 } bits; member 71 } bits; member 102 } bits; member 133 } bits; member 157 } bits; member 188 } bits; member 219 } bits; member 250 } bits; member 276 } bits; member 297 } bits; member [all …]
|