/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
H A D | values.pass.cpp | 20 // static constexpr size_t word_size = w; 38 static_assert((E::word_size == 24), ""); 49 where(E::word_size); 59 static_assert((E::word_size == 48), ""); 70 where(E::word_size);
|
/external/elfutils/backends/ |
H A D | 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/ |
H A D | values.pass.cpp | 22 // static constexpr size_t word_size = w; 50 static_assert((E::word_size == 32), ""); 71 where(E::word_size); 91 static_assert((E::word_size == 64), ""); 112 where(E::word_size);
|
/external/google-breakpad/src/common/mac/ |
H A D | 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, §ion.address) 468 .Read(word_size, false, &size)
|
H A D | 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() 469 WithConfiguration(Endianness endianness, size_t word_size) argument 478 static size_t word_size() { function in class:WithConfiguration 503 SizedSection(Endianness endianness, size_t word_size) argument 514 size_t word_size() const { return word_size_; } function in class:SizedSection 515 set_word_size(size_t word_size) argument [all...] |
/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | 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/libnetfilter_conntrack/src/conntrack/ |
H A D | bsf.c | 244 nfct_bsf_load_attr(struct sock_filter *this, int word_size, int pos) argument 247 /* A = skb->data[X + k:word_size] */ 248 .code = BPF_LD|word_size|BPF_IND, 257 nfct_bsf_load_attr_offset(struct sock_filter *this, int word_size, argument 261 /* A = skb->data[X + k:word_size] */ 262 .code = BPF_LD|word_size|BPF_IND,
|
/external/syslinux/gpxe/src/drivers/net/e1000/ |
H A D | e1000_hw.c | 4515 eeprom->word_size = 64; 4531 eeprom->word_size = 256; 4534 eeprom->word_size = 64; 4560 eeprom->word_size = 256; 4563 eeprom->word_size = 64; 4600 eeprom->word_size = 2048; 4630 eeprom->word_size = E1000_SHADOW_RAM_WORDS; 4674 * for setting word_size. 4681 eeprom->word_size = 1 << size; 4695 eeprom->word_size [all...] |
H A D | e1000_hw.h | 275 uint16_t word_size; member in struct:e1000_eeprom_info
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
H A D | libdisasm_oop.i | 1020 unsigned int word_size() {
|
/external/selinux/mcstrans/src/ |
H A D | mcstrans.c | 960 word_size(const void *p1, const void *p2) { function 1050 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size);
|
/external/valgrind/VEX/priv/ |
H A D | guest_ppc_toIR.c | 15584 UInt word_size; local 15599 word_size = 32; 15609 word_size = 64; 15635 * word_size ) ), 15645 mkU64( 64 - word_size ), 15651 * word_size + 16 ) ), 15660 mkU64( word_size - 1 ), 15666 * word_size + 8 ) ), 15693 * word_size ) ) ) ); 15698 mkU8( ( num_words - 1 - i) * word_size ) ), [all...] |
/external/llvm/test/Bindings/OCaml/ |
H A D | core.ml | 143 if Sys.word_size = 64; then begin
|