HomeSort by relevance Sort by last modified time
    Searched defs:word_size (Results 1 - 13 of 13) sorted by null

  /external/elfutils/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/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/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...]
  /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...]
  /external/selinux/mcstrans/src/
mcstrans.c 960 word_size(const void *p1, const void *p2) { function
1050 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size);
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cgen.h 856 int word_size;
857 #define CGEN_IFLD_WORD_SIZE(f) ((f)->word_size)
843 int word_size; member in struct:cgen_ifld
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
output.h 2515 unsigned int word_size = size \/ 8; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 15584 UInt word_size; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.h 275 uint16_t word_size; member in struct:e1000_eeprom_info
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 1155 milliseconds