Home
last modified time | relevance | path

Searched defs:byte_index (Results 1 – 16 of 16) 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/angle/third_party/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/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/webrtc/webrtc/libjingle/xmllite/
Dxmlparser.cc235 long byte_index) { in SetPosition()
244 unsigned long * byte_index) { in GetPosition()
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe_utils.cc75 uint32_t byte_index = 0; in BlockingCopyFromString() local
/external/crosvm/bit_field/bit_field_derive/
Dbit_field_derive.rs548 let byte_index = offset / 8; in get_bits_impl() localVariable
561 let byte_index = offset / 8; in get_bits_impl() localVariable
702 let byte_index = offset / 8; in end_to_end() localVariable
711 let byte_index = offset / 8; in end_to_end() localVariable
/external/v8/src/codegen/
Dsafepoint-table.cc160 int byte_index = index >> kBitsPerByteLog2; in Emit() local
/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_debug.c905 u32 byte_index) in ddr3_tip_compare()
/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/google-breakpad/src/processor/
Dminidump.cc1354 for (unsigned int byte_index = 0; in Print() local
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.h419 unsigned byte_index; member
Dradeon_vcn_enc.h536 unsigned byte_index; member
/external/v8/src/execution/
Dframes.cc1013 int byte_index = index >> kBitsPerByteLog2; in IterateCompiledFrame() 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.rs30 let byte_index = index / 8; in get_bit() localVariable
43 let byte_index = index / 8; in set_bit() localVariable