/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemoteAuxvSupport.py | 57 word_size = int(proc_info["ptrsize"]) 89 return (word_size, self.decode_gdbremote_binary(content_raw)) 113 (word_size, auxv_data) = self.get_raw_auxv_data() 118 self.assertEqual(len(auxv_data) % (2 * word_size), 0) 119 self.trace("auxv contains {} entries".format(len(auxv_data) / (2*word_size))) 138 (word_size, auxv_data) = self.get_raw_auxv_data() 152 auxv_dict = self.build_auxv_dict(endian, word_size, auxv_data) 182 (word_size, auxv_data) = self.get_raw_auxv_data() 196 auxv_dict = self.build_auxv_dict(endian, word_size, auxv_data) 200 "qXfer:auxv:read::", 2 * word_size) [all …]
|
/external/elfutils/backends/ |
D | s390_unwind.c | 72 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()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | ctor_sseq_all_zero.pass.cpp | 54 template <typename result_type, std::size_t word_size> 58 const std::size_t tempering_l = word_size; in test() 61 std::mersenne_twister_engine<result_type, word_size, state_size, in test() 70 const result_type Xneg1 = result_type(1) << (word_size - 1); in test()
|
D | values.pass.cpp | 51 static_assert((E::word_size == 32), ""); in test1() 72 where(E::word_size); in test1() 92 static_assert((E::word_size == 64), ""); in test2() 113 where(E::word_size); in test2()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | ctor_sseq_all_zero.pass.cpp | 53 template <typename result_type, std::size_t word_size> 57 const std::size_t tempering_l = word_size; in test() 60 std::mersenne_twister_engine<result_type, word_size, state_size, in test() 69 const result_type Xneg1 = result_type(1) << (word_size - 1); in test()
|
D | values.pass.cpp | 52 static_assert((E::word_size == 32), ""); in test1() 73 where(E::word_size); in test1() 93 static_assert((E::word_size == 64), ""); in test2() 114 where(E::word_size); in test2()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | values.pass.cpp | 39 static_assert((E::word_size == 24), ""); in test1() 50 where(E::word_size); in test1() 60 static_assert((E::word_size == 48), ""); in test2() 71 where(E::word_size); in test2()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
D | values.pass.cpp | 40 static_assert((E::word_size == 24), ""); in test1() 51 where(E::word_size); in test1() 61 static_assert((E::word_size == 48), ""); in test2() 72 where(E::word_size); in test2()
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 343 size_t word_size = segment.bits_64 ? 8 : 4; in WalkLoadCommands() local 346 .Read(word_size, false, &segment.vmaddr) in WalkLoadCommands() 347 .Read(word_size, false, &segment.vmsize) in WalkLoadCommands() 348 .Read(word_size, false, &segment.fileoff) in WalkLoadCommands() 349 .Read(word_size, false, &segment.filesize); in WalkLoadCommands() 459 size_t word_size = segment.bits_64 ? 8 : 4; in WalkSegmentSections() local 470 .Read(word_size, false, §ion.address) in WalkSegmentSections() 471 .Read(word_size, false, &size) in WalkSegmentSections()
|
D | macho_reader_unittest.cc | 473 WithConfiguration(Endianness endianness, size_t word_size) in WithConfiguration() argument 474 : endianness_(endianness), word_size_(word_size), saved_(current_) { in WithConfiguration() 482 static size_t word_size() { in word_size() function in WithConfiguration 507 explicit SizedSection(Endianness endianness, size_t word_size) in SizedSection() argument 508 : test_assembler::Section(endianness), word_size_(word_size) { in SizedSection() 513 word_size_(WithConfiguration::word_size()) { in SizedSection() 518 size_t word_size() const { return word_size_; } in word_size() function in SizedSection 519 void set_word_size(size_t word_size) { in set_word_size() argument 521 word_size_ = word_size; in set_word_size() 589 assert(contents.word_size() == word_size()); in Header() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_literals.cpp | 78 const uint32_t word_size = 32; in LiteralsPass() local 82 const auto remaining_value_bits = bit_width % word_size; in LiteralsPass()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_literals.cpp | 78 const uint32_t word_size = 32; in LiteralsPass() local 82 const auto remaining_value_bits = bit_width % word_size; in LiteralsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_literals.cpp | 78 const uint32_t word_size = 32; in LiteralsPass() local 82 const auto remaining_value_bits = bit_width % word_size; in LiteralsPass()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | HexagonDYLDRendezvous.cpp | 62 const size_t word_size = 4; in Resolve() local 70 padding = address_size - word_size; in Resolve() 80 if (!(cursor = ReadWord(cursor, &info.version, word_size))) in Resolve() 89 if (!(cursor = ReadWord(cursor, &info.state, word_size))) in Resolve()
|
/external/llvm-project/lldb/source/Plugins/ABI/ARC/ |
D | ABISysV_arc.cpp | 171 const size_t word_size = 4U; variable 172 const size_t reg_size = word_size; 175 return llvm::alignTo(size_in_bytes, word_size); in AugmentArgSize() 184 word_size; in TotalArgsSizeInWords() 251 auto offset = on_stack * word_size; in PrepareTrivialCall() 298 sp -= on_stack * word_size; in PrepareTrivialCall()
|
/external/arm-trusted-firmware/drivers/brcm/ |
D | ocotp.c | 154 uint32_t address = offset / priv->map->word_size; in bcm_otpc_read() 164 for (bytes_read = 0; (bytes_read + priv->map->word_size) <= bytes;) { in bcm_otpc_read()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 137 static const size_t word_size = sizeof(tmp); in CopyFromProcess() local 142 const size_t l = (length - done > word_size) ? word_size : (length - done); in CopyFromProcess()
|
/external/arm-trusted-firmware/include/drivers/brcm/ |
D | ocotp.h | 19 int word_size; member
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DYLDRendezvous.cpp | 120 const size_t word_size = 4; in Resolve() local 128 padding = address_size - word_size; in Resolve() 143 if (!(cursor = ReadWord(cursor, &info.version, word_size))) in Resolve() 152 if (!(cursor = ReadWord(cursor, &info.state, word_size))) in Resolve()
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 1097 unsigned char word_size = 0; in get_architecture_word_size() local 1101 word_size = 4; in get_architecture_word_size() 1103 word_size = 8; in get_architecture_word_size() 1106 return word_size; in get_architecture_word_size()
|
/external/libffi/src/sparc/ |
D | ffi64.c | 196 int word_size = (size_mask >> 2) & 0x3f; in ffi_prep_cif_machdep_core() local 197 int all_mask = (1 << word_size) - 1; in ffi_prep_cif_machdep_core() 215 switch (word_size) in ffi_prep_cif_machdep_core()
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | bsf.c | 244 nfct_bsf_load_attr(struct sock_filter *this, int word_size, int pos) in nfct_bsf_load_attr() argument 248 .code = BPF_LD|word_size|BPF_IND, in nfct_bsf_load_attr() 257 nfct_bsf_load_attr_offset(struct sock_filter *this, int word_size, in nfct_bsf_load_attr_offset() argument 262 .code = BPF_LD|word_size|BPF_IND, in nfct_bsf_load_attr_offset()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
D | gdbremote_testcase.py | 1025 def build_auxv_dict(self, endian, word_size, auxv_data): argument 1027 self.assertIsNotNone(word_size) 1046 raw_key = auxv_data[:word_size] 1047 auxv_data = auxv_data[word_size:] 1050 raw_value = auxv_data[:word_size] 1051 auxv_data = auxv_data[word_size:]
|
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
D | bl2_setup.c | 86 .word_size = 8,
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 961 word_size(const void *p1, const void *p2) { in word_size() function 1051 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size); in build_regexps()
|