/external/openthread/third_party/tcplp/lib/ |
D | bitmap.c | 140 size_t bit_index = i & 0x7; // Amount to left shift to get bit in MSB in bmp_read_bit() local 146 size_t bit_index = i & 0x7; // Amount to left shift to get bit in MSB in bmp_write_bit() local 153 size_t bit_index = i & 0x7; // Amount to left shift to get bit in MSB in bmp_read_byte() local 162 size_t bit_index = i & 0x7; // Amount to left shift to get bit in MSB in bmp_write_byte() local
|
/external/libsrtp2/crypto/math/ |
D | datatypes.c | 242 const int bit_index = shift & 31; in v128_right_shift() local 277 const int bit_index = shift & 31; in v128_left_shift() local 303 int bitvector_get_bit(const bitvector_t *v, int bit_index) in bitvector_get_bit() 308 void bitvector_set_bit(bitvector_t *v, int bit_index) in bitvector_set_bit() 313 void bitvector_clear_bit(bitvector_t *v, int bit_index) in bitvector_clear_bit() 389 const int bit_index = shift & 31; in bitvector_left_shift() local
|
/external/libsrtp2/crypto/include/ |
D | datatypes.h | 334 #define _bitvector_get_bit(v, bit_index) \ argument 337 #define _bitvector_set_bit(v, bit_index) \ argument 340 #define _bitvector_clear_bit(v, bit_index) \ argument 347 #define bitvector_get_bit(v, bit_index) _bitvector_get_bit(v, bit_index) argument 348 #define bitvector_set_bit(v, bit_index) _bitvector_set_bit(v, bit_index) argument 349 #define bitvector_clear_bit(v, bit_index) _bitvector_clear_bit(v, bit_index) argument
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 528 std::string GetBitFieldNameForBit(int bit_index) { in GetBitFieldNameForBit() 532 std::string GenerateGetBit(int bit_index) { in GenerateGetBit() 541 std::string GenerateSetBit(int bit_index) { in GenerateSetBit() 550 std::string GenerateClearBit(int bit_index) { in GenerateClearBit() 559 std::string GenerateDifferentBit(int bit_index) { in GenerateDifferentBit()
|
/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | bitfield_unit.rs | 25 let bit_index = if cfg!(target_endian = "big") { in get_bit() localVariable 43 let bit_index = if cfg!(target_endian = "big") { in set_bit() localVariable
|
/external/cronet/tot/base/memory/ |
D | protected_memory_unittest.cc | 46 const auto check_bit_not_writeable = [=](const size_t bit_index) { in VerifyByteSequenceIsNotWriteable() 65 for (size_t bit_index = bit_increment; bit_index < (number_of_bits - 1); in VerifyByteSequenceIsNotWriteable() local
|
/external/cronet/stable/base/memory/ |
D | protected_memory_unittest.cc | 46 const auto check_bit_not_writeable = [=](const size_t bit_index) { in VerifyByteSequenceIsNotWriteable() 65 for (size_t bit_index = bit_increment; bit_index < (number_of_bits - 1); in VerifyByteSequenceIsNotWriteable() local
|
/external/cronet/stable/third_party/abseil-cpp/absl/debugging/internal/ |
D | bounded_utf8_length_sequence.h | 63 const uint32_t bit_index = 2 * (index % 32); in InsertAndReturnSumOfPredecessors() local
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | bounded_utf8_length_sequence.h | 63 const uint32_t bit_index = 2 * (index % 32); in InsertAndReturnSumOfPredecessors() local
|
/external/cronet/tot/third_party/abseil-cpp/absl/debugging/internal/ |
D | bounded_utf8_length_sequence.h | 63 const uint32_t bit_index = 2 * (index % 32); in InsertAndReturnSumOfPredecessors() local
|
/external/abseil-cpp/absl/debugging/internal/ |
D | bounded_utf8_length_sequence.h | 63 const uint32_t bit_index = 2 * (index % 32); in InsertAndReturnSumOfPredecessors() local
|
/external/tinyalsa/ |
D | tinypcminfo.c | 95 static inline const char *pcm_get_format_name(unsigned bit_index) in pcm_get_format_name()
|
/external/libtextclassifier/native/utils/container/ |
D | bit-vector.cc | 46 uint8 bit_index = index % 8; in GetFromDenseData() local
|
/external/tinyalsa_new/utils/ |
D | tinypcminfo.c | 98 static inline const char *pcm_get_format_name(unsigned bit_index) in pcm_get_format_name()
|
/external/rust/android-crates-io/crates/bit_field/src/ |
D | lib.rs | 289 let bit_index = bit % T::BIT_LENGTH; in get_bit() localVariable 326 let bit_index = bit % T::BIT_LENGTH; in set_bit() localVariable
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/ |
D | freeslot_bitmap.h | 39 size_t bit_index = in GetFreeSlotBitmapCellPtrAndBitIndex() local
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/ |
D | freeslot_bitmap.h | 39 size_t bit_index = in GetFreeSlotBitmapCellPtrAndBitIndex() local
|
/external/trusty/arm-trusted-firmware/drivers/nxp/clk/s32cc/ |
D | mc_rgm.c | 28 int bit_index; in mc_rgm_periph_reset() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | device_util.h | 82 int bit_index = ctz_uint64(word); in ForEach() local
|
D | device_util.cc | 27 int bit_index = device_id.id() % kWordSize; in Insert() local
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/collections/int_set/ |
D | input_bit_stream.rs | 78 let bit_index = self.sub_index + n * (BF as u32); in skip_nodes() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/collections/int_set/ |
D | input_bit_stream.rs | 78 let bit_index = self.sub_index + n * (BF as u32); in skip_nodes() localVariable
|
/external/icing/icing/file/ |
D | file-backed-bitmap.cc | 202 libtextclassifier3::Status FileBackedBitmap::Set(int bit_index, in Set()
|
/external/openscreen/cast/streaming/ |
D | compound_rtcp_builder.cc | 281 const int bit_index = frame_id - first_frame_id; in AppendCastFeedbackAckFields() local
|
/external/cronet/stable/net/disk_cache/blockfile/ |
D | bitmap.cc | 203 const int bit_index = *index; in FindNextBit() local
|