Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dstring_utils.h54 for (size_t byte_index = 0; byte_index <= num_bytes; byte_index++) { in MakeVector() local
76 for (int byte_index = 0; byte_index < 4; byte_index++) { in MakeString() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dstring_utils.h54 for (size_t byte_index = 0; byte_index <= num_bytes; byte_index++) { in MakeVector() local
76 for (int byte_index = 0; byte_index < 4; byte_index++) { in MakeString() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dstring_utils.h54 for (size_t byte_index = 0; byte_index <= num_bytes; byte_index++) { in MakeVector() local
76 for (int byte_index = 0; byte_index < 4; byte_index++) { in MakeString() local
/external/rust/crates/bindgen/src/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.rs541 let byte_index = offset / 8; in get_bits_impl() localVariable
554 let byte_index = offset / 8; in get_bits_impl() localVariable
695 let byte_index = offset / 8; in end_to_end() localVariable
704 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/llvm-project/lldb/include/lldb/Target/
DProcessStructReader.h65 size_t byte_index = static_cast<size_t>(bit_offset / 8); in ProcessStructReader() local
/external/llvm-project/lldb/examples/summaries/cocoa/
DCFBitVector.py20 def byte_index(abs_pos): function
/external/rust/crates/nom/src/bits/
Dmod.rs44 let byte_index = offset / 8 + if offset % 8 == 0 { 0 } else { 1 }; in bits() localVariable
/external/vixl/src/aarch64/
Dsimulator-aarch64.h415 int byte_index = bit_index / kBitsPerByte; in SetActive() local
424 int byte_index = bit_index / kBitsPerByte; in IsActive() local
Dsimulator-aarch64.cc1043 unsigned byte_index = q_index * size; in PrintZRegistersForStructuredAccess() local
1111 unsigned byte_index = q_index * size; in PrintPartialZRegister() local
/external/llvm-project/lldb/source/Plugins/ABI/ARC/
DABISysV_arc.cpp263 size_t byte_index = 0; in PrepareTrivialCall() local
/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs989 byte_index: usize, field
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h321 int byte_index = offset / 8; in extract_bits() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c576 unsigned byte_index) in si_build_gep_i8()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.h419 unsigned byte_index; member
Dradeon_vcn_enc.h536 unsigned byte_index; member
/external/google-breakpad/src/processor/
Dminidump.cc1438 for (unsigned int byte_index = 0; in Print() local
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2029 unsigned int byte_index = new_short_count; in serialize() local
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs34 let byte_index = index / 8; in get_bit() localVariable
47 let byte_index = index / 8; in set_bit() localVariable
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc14127 auto get_64_bits_at = [](int byte_index) -> uint64_t { in TEST_SVE()