Home
last modified time | relevance | path

Searched defs:byte_index (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/openthread/third_party/tcplp/lib/
H A Dbitmap.c139 size_t byte_index = i >> 3; in bmp_read_bit() local
145 size_t byte_index = i >> 3; in bmp_write_bit() local
152 size_t byte_index = i >> 3; in bmp_read_byte() local
161 size_t byte_index = i >> 3; in bmp_write_byte() local
/aosp_15_r20/external/crosvm/bit_field/bit_field_derive/
H A Dbit_field_derive.rs562 let byte_index = offset / 8; in get_bits_impl() localVariable
575 let byte_index = offset / 8; in get_bits_impl() localVariable
717 let byte_index = offset / 8; in end_to_end() localVariable
726 let byte_index = offset / 8; in end_to_end() localVariable
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/
H A Dmultibuf.h585 constexpr size_t byte_index() const { return byte_index_; } in byte_index() function
653 constexpr size_t byte_index() const { return const_iter_.byte_index(); } in byte_index() function
659 : const_iter_(chunk, byte_index) {} in const_iter_() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dstring_utils.h57 for (size_t byte_index = 0; byte_index <= num_bytes; byte_index++) { in AppendToVector() local
91 for (size_t byte_index = 0; byte_index < kCharsPerWord; byte_index++) { variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dstring_utils.h57 for (size_t byte_index = 0; byte_index <= num_bytes; byte_index++) { in AppendToVector() local
91 for (size_t byte_index = 0; byte_index < kCharsPerWord; byte_index++) { variable
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dstring_utils.h57 for (size_t byte_index = 0; byte_index <= num_bytes; byte_index++) { in AppendToVector() local
91 for (size_t byte_index = 0; byte_index < kCharsPerWord; byte_index++) { variable
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dbitfield_unit.rs22 let byte_index = index / 8; in get_bit() localVariable
40 let byte_index = index / 8; in set_bit() localVariable
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dblock_files.cc119 int byte_index = index / 8; in DeleteMapBlock() local
155 int byte_index = index / 8; in UsedMapBlock() local
/aosp_15_r20/external/libtextclassifier/native/utils/container/
H A Dbit-vector.cc43 int32 byte_index = index / 8; in GetFromDenseData() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Ddata_pipe_utils.cc75 uint32_t byte_index = 0; in BlockingCopyFromString() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DProcessStructReader.h66 size_t byte_index = static_cast<size_t>(bit_offset / 8); in ProcessStructReader() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DProcessStructReader.h66 size_t byte_index = static_cast<size_t>(bit_offset / 8); in ProcessStructReader() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DProcessStructReader.h66 size_t byte_index = static_cast<size_t>(bit_offset / 8); in ProcessStructReader() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DProcessStructReader.h66 size_t byte_index = static_cast<size_t>(bit_offset / 8); in ProcessStructReader() local
/aosp_15_r20/external/pigweed/pw_hex_dump/
H A Dhex_dump.cc47 void AddGroupingByte(size_t byte_index, in AddGroupingByte()
/aosp_15_r20/external/cronet/base/
H A Dcpu_unittest.cc234 for (size_t byte_index = 0; byte_index < sizeof(cpu); byte_index += 15) { in TEST() local
/aosp_15_r20/external/cronet/base/memory/
H A Dprotected_memory_unittest.cc42 const size_t byte_index = bit_index / CHAR_BIT; in VerifyByteSequenceIsNotWriteable() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h416 int byte_index = bit_index / kBitsPerByte; in SetActive() local
425 int byte_index = bit_index / kBitsPerByte; in IsActive() local
/aosp_15_r20/external/coreboot/util/nvramtool/
H A Dcmos_lowlevel.c39 unsigned byte_index; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dparse_values.cc229 size_t byte_index = bit_index / 8; in AssertsBit() local
/aosp_15_r20/external/rust/android-crates-io/crates/bitreader/src/
Dlib.rs356 let byte_index = (i / 8) as usize; in read_value() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/src/term/
Drenderer.rs989 byte_index: usize, field
/aosp_15_r20/system/nfc/src/nfc/include/
H A Drw_int.h148 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member
379 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member
/aosp_15_r20/external/cronet/net/test/
H A Dcert_builder.cc668 size_t byte_index = bit_index / 8; in SetKeyUsages() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Dtexcompress_bptc_tmp.h322 int byte_index = offset / 8; in extract_bits() local

12