Home
last modified time | relevance | path

Searched refs:word_size (Results 1 - 5 of 5) sorted by relevance

/third_party/elfutils/backends/
H A Ds390_unwind.c72 unsigned word_size = ebl->class == ELFCLASS64 ? 8 : 4; in s390_unwind() local
73 Dwarf_Addr next_cfa = this_sp + 16 * word_size + 32; in s390_unwind()
81 sigreg_ptr += word_size; in s390_unwind()
88 sigreg_ptr += word_size; in s390_unwind()
95 sigreg_ptr += word_size; in s390_unwind()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_literals.cpp78 const uint32_t word_size = 32;
82 const auto remaining_value_bits = bit_width % word_size;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_literals.cpp78 const uint32_t word_size = 32;
82 const auto remaining_value_bits = bit_width % word_size;
/third_party/spirv-tools/source/val/
H A Dvalidate_literals.cpp75 const uint32_t word_size = 32;
79 const auto remaining_value_bits = bit_width % word_size;
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc1267 unsigned char word_size = 0; in get_architecture_word_size() local
1271 word_size = 4; in get_architecture_word_size()
1273 word_size = 8; in get_architecture_word_size()
1276 return word_size; in get_architecture_word_size()

Completed in 3 milliseconds