Home
last modified time | relevance | path

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

12

/external/openthread/third_party/tcplp/lib/
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
/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
/external/swiftshader/third_party/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
/external/angle/third_party/spirv-tools/src/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
/external/rust/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
/external/libtextclassifier/native/utils/container/
Dbit-vector.cc43 int32 byte_index = index / 8; in GetFromDenseData() local
/external/crosvm/bit_field/bit_field_derive/
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
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe_utils.cc75 uint32_t byte_index = 0; in BlockingCopyFromString() local
/external/pigweed/pw_multibuf/public/pw_multibuf/
Dmultibuf.h291 constexpr size_t byte_index() const { return byte_index_; } in byte_index() function
359 constexpr size_t byte_index() const { return const_iter_.byte_index(); } in byte_index() function
/external/pigweed/pw_hex_dump/
Dhex_dump.cc47 void AddGroupingByte(size_t byte_index, in AddGroupingByte()
/external/cronet/net/disk_cache/blockfile/
Dblock_files.cc119 int byte_index = index / 8; in DeleteMapBlock() local
155 int byte_index = index / 8; in UsedMapBlock() local
/external/cronet/third_party/boringssl/src/pki/
Dparse_values.cc216 size_t byte_index = bit_index / 8; in AssertsBit() local
/external/rust/crates/bitreader/src/
Dlib.rs356 let byte_index = (i / 8) as usize; in read_value() localVariable
/external/vixl/src/aarch64/
Dsimulator-aarch64.h416 int byte_index = bit_index / kBitsPerByte; in SetActive() local
425 int byte_index = bit_index / kBitsPerByte; in IsActive() local
Dsimulator-aarch64.cc1448 unsigned byte_index = q_index * size; in PrintZRegistersForStructuredAccess() local
1516 unsigned byte_index = q_index * size; in PrintPartialZRegister() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_enc_1_2.c573 unsigned byte_index = enc->byte_index; in radeon_enc_nalu_sei() local
Dradeon_vcn_enc.h264 unsigned byte_index; member
Dradeon_uvd_enc.h426 unsigned byte_index; member
/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs989 byte_index: usize, field
/external/cronet/net/test/
Dcert_builder.cc669 size_t byte_index = bit_index / 8; in SetKeyUsages() local
/external/mesa3d/src/util/format/
Dtexcompress_bptc_tmp.h322 int byte_index = offset / 8; in extract_bits() local
/external/crosvm/hypervisor/src/haxm/haxm_sys/
Dbindings.rs44 let byte_index = index / 8; in get_bit() localVariable
57 let byte_index = index / 8; in set_bit() localVariable
/external/google-breakpad/src/processor/
Dminidump.cc1638 for (unsigned int byte_index = 0; in Print() local
/external/rust/crates/ash/src/vk/
Dnative.rs21 let byte_index = index / 8; in get_bit() localVariable
34 let byte_index = index / 8; in set_bit() localVariable
/external/crosvm/hypervisor/src/whpx/whpx_sys/
Dbindings.rs22 let byte_index = index / 8; in get_bit() localVariable
35 let byte_index = index / 8; in set_bit() localVariable

12