Home
last modified time | relevance | path

Searched refs:word_size (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/backends/
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()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
Dvalues.pass.cpp38 static_assert((E::word_size == 24), ""); in test1()
44 where(E::word_size); in test1()
54 static_assert((E::word_size == 48), ""); in test2()
60 where(E::word_size); in test2()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp50 static_assert((E::word_size == 32), ""); in test1()
66 where(E::word_size); in test1()
86 static_assert((E::word_size == 64), ""); in test2()
102 where(E::word_size); in test2()
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc339 size_t word_size = segment.bits_64 ? 8 : 4; in WalkLoadCommands() local
343 .Read(word_size, false, &segment.vmaddr) in WalkLoadCommands()
344 .Read(word_size, false, &segment.vmsize) in WalkLoadCommands()
345 .Read(word_size, false, &file_offset) in WalkLoadCommands()
346 .Read(word_size, false, &file_size); in WalkLoadCommands()
456 size_t word_size = segment.bits_64 ? 8 : 4; in WalkSegmentSections() local
467 .Read(word_size, false, &section.address) in WalkSegmentSections()
468 .Read(word_size, false, &size) in WalkSegmentSections()
Dmacho_reader_unittest.cc469 WithConfiguration(Endianness endianness, size_t word_size) in WithConfiguration() argument
470 : endianness_(endianness), word_size_(word_size), saved_(current_) { in WithConfiguration()
478 static size_t word_size() { in word_size() function in WithConfiguration
503 explicit SizedSection(Endianness endianness, size_t word_size) in SizedSection() argument
504 : test_assembler::Section(endianness), word_size_(word_size) { in SizedSection()
509 word_size_(WithConfiguration::word_size()) { in SizedSection()
514 size_t word_size() const { return word_size_; } in word_size() function in SizedSection
515 void set_word_size(size_t word_size) { in set_word_size() argument
517 word_size_ = word_size; in set_word_size()
585 assert(contents.word_size() == word_size()); in Header()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc137 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/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c962 word_size(const void *p1, const void *p2) { in word_size() function
1052 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size); in build_regexps()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i1020 unsigned int word_size() { in word_size() function
/external/libcxx/include/
Drandom82 static constexpr size_t word_size = w;
150 static constexpr size_t word_size = w;
2088 static _LIBCPP_CONSTEXPR const size_t word_size = __w;
2223 …ster_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::word_size;
2553 static _LIBCPP_CONSTEXPR const size_t word_size = __w;
2628 _LIBCPP_CONSTEXPR const size_t subtract_with_carry_engine<_UIntType, __w, __s, __r>::word_size;
/external/llvm/test/Bindings/OCaml/
Dcore.ml143 if Sys.word_size = 64; then begin