HomeSort by relevance Sort by last modified time
    Searched refs:word_size (Results 1 - 25 of 35) sorted by null

1 2

  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 20 // static constexpr size_t word_size = w;
38 static_assert((E::word_size == 24), "");
44 where(E::word_size);
54 static_assert((E::word_size == 48), "");
60 where(E::word_size);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 20 // static constexpr size_t word_size = w;
38 static_assert((E::word_size == 24), "");
44 where(E::word_size);
54 static_assert((E::word_size == 48), "");
60 where(E::word_size);
  /external/elfutils/src/backends/
s390_unwind.c 72 unsigned word_size = ebl->class == ELFCLASS64 ? 8 : 4; local
73 Dwarf_Addr next_cfa = this_sp + 16 * word_size + 32;
81 sigreg_ptr += word_size;
88 sigreg_ptr += word_size;
95 sigreg_ptr += word_size;
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 22 // static constexpr size_t word_size = w;
50 static_assert((E::word_size == 32), "");
66 where(E::word_size);
86 static_assert((E::word_size == 64), "");
102 where(E::word_size);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 22 // static constexpr size_t word_size = w;
50 static_assert((E::word_size == 32), "");
66 where(E::word_size);
86 static_assert((E::word_size == 64), "");
102 where(E::word_size);
  /external/google-breakpad/src/common/mac/
macho_reader.cc 339 size_t word_size = segment.bits_64 ? 8 : 4; local
343 .Read(word_size, false, &segment.vmaddr)
344 .Read(word_size, false, &segment.vmsize)
345 .Read(word_size, false, &file_offset)
346 .Read(word_size, false, &file_size);
456 size_t word_size = segment.bits_64 ? 8 : 4; local
467 .Read(word_size, false, &section.address)
468 .Read(word_size, false, &size)
macho_reader_unittest.cc 472 WithConfiguration(Endianness endianness, size_t word_size)
473 : endianness_(endianness), word_size_(word_size), saved_(current_) {
481 static size_t word_size() {
506 explicit SizedSection(Endianness endianness, size_t word_size)
507 : test_assembler::Section(endianness), word_size_(word_size) {
512 word_size_(WithConfiguration::word_size()) {
517 size_t word_size() const { return word_size_; }
518 void set_word_size(size_t word_size) {
520 word_size_ = word_size;
588 assert(contents.word_size() == word_size())
478 static size_t word_size() { function in class:WithConfiguration
514 size_t word_size() const { return word_size_; } function in class:SizedSection
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DYLDRendezvous.cpp 73 const size_t word_size = 4; local
81 padding = address_size - word_size;
91 if (!(cursor = ReadMemory(cursor, &info.version, word_size)))
100 if (!(cursor = ReadMemory(cursor, &info.state, word_size)))
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 137 static const size_t word_size = sizeof(tmp); local
142 const size_t l = (length - done > word_size) ? word_size : (length - done);
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 215 static const unsigned word_size = sizeof(void*); local
226 pid, word_size, (void*)vm_addr, buf, size);
228 assert(sizeof(data) >= word_size);
242 remainder = remainder > word_size ? word_size : remainder;
261 vm_addr += word_size;
262 dst += word_size;
275 static const unsigned word_size = sizeof(void*); local
285 pid, word_size, (void*)vm_addr, buf, size);
290 remainder = remainder > word_size ? word_size : remainder
    [all...]
  /art/compiler/optimizing/
locations.h 271 intptr_t GetHighStackIndex(uintptr_t word_size) const {
274 return GetPayload() - kStackIndexBias + word_size;
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
printers.py 128 word_size = words.type.target ().sizeof
129 n_words = words.type.sizeof / word_size
131 word_size = words.type.sizeof
142 result.append (('[%d]' % (word * word_size * 8 + bit), 1))
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 127 word_size = words.type.target ().sizeof
128 n_words = words.type.sizeof / word_size
130 word_size = words.type.sizeof
141 result.append (('[%d]' % (word * word_size * 8 + bit), 1))
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 128 word_size = words.type.target ().sizeof
129 n_words = words.type.sizeof / word_size
131 word_size = words.type.sizeof
142 result.append (('[%d]' % (word * word_size * 8 + bit), 1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 1020 unsigned int word_size() {
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 962 word_size(const void *p1, const void *p2) { function
1052 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size);
    [all...]

Completed in 1086 milliseconds

1 2