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

  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
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;
60 std::mersenne_twister_engine<result_type, word_size, state_size,
69 const result_type Xneg1 = result_type(1) << (word_size - 1);
76 // Test for k == 1: word_size <= 32.
79 // Test for k == 2: (32 < word_size <= 64).
values.pass.cpp 22 // static constexpr size_t word_size = w;
52 static_assert((E::word_size == 32), "");
73 where(E::word_size);
93 static_assert((E::word_size == 64), "");
114 where(E::word_size);
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 20 // static constexpr size_t word_size = w;
40 static_assert((E::word_size == 24), "");
51 where(E::word_size);
61 static_assert((E::word_size == 48), "");
72 where(E::word_size);
  /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/epid-sdk/epid/common-testhelper/
octstr-testhelper.cc 43 unsigned int word_size = local
51 sts = ippsBigNumGetSize(word_size, &bignum_ctx_size);
67 sts = ippsBigNumInit(word_size, ipp_bn_ctx);
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_literals.cpp 78 const uint32_t word_size = 32;
82 const auto remaining_value_bits = bit_width % word_size;
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_literals.cpp 78 const uint32_t word_size = 32;
82 const auto remaining_value_bits = bit_width % 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/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/libnetfilter_conntrack/src/conntrack/
bsf.c 244 nfct_bsf_load_attr(struct sock_filter *this, int word_size, int pos)
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,
261 /* A = skb->data[X + k:word_size] */
262 .code = BPF_LD|word_size|BPF_IND,
  /art/compiler/optimizing/
locations.h 290 intptr_t GetHighStackIndex(uintptr_t word_size) const {
293 return GetPayload() - kStackIndexBias + word_size;
  /external/u-boot/drivers/net/
e1000_spi.c 338 else if (offset < (hw->eeprom.word_size << 1))
339 length = (hw->eeprom.word_size << 1) - offset;
e1000.c 441 eeprom->word_size = 64;
457 eeprom->word_size = 256;
460 eeprom->word_size = 64;
486 eeprom->word_size = 256;
489 eeprom->word_size = 64;
528 eeprom->word_size = 2048;
572 eeprom->word_size = 64;
591 eeprom->word_size = 1 << (eeprom_size + EEPROM_WORD_SIZE_SHIFT);
780 if (eeprom->word_size == 0)
786 if ((offset >= eeprom->word_size) ||
    [all...]
e1000.h 1037 uint16_t word_size; member in struct:e1000_eeprom_info
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
bit_stream.cpp 50 const int word_size = static_cast<int>(sizeof(T) * 8); local
54 for (int index = str_length - word_size; index >= 0; index -= word_size) {
56 std::bitset<sizeof(T) * 8>(str, index, word_size).to_ullong()));
58 const size_t suffix_length = str.length() % word_size;
  /external/swiftshader/third_party/SPIRV-Tools/test/
bit_stream.cpp 50 const int word_size = static_cast<int>(sizeof(T) * 8); local
54 for (int index = str_length - word_size; index >= 0; index -= word_size) {
56 std::bitset<sizeof(T) * 8>(str, index, word_size).to_ullong()));
58 const size_t suffix_length = str.length() % word_size;
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 1020 unsigned int word_size() {
  /external/selinux/mcstrans/src/
mcstrans.c 961 word_size(const void *p1, const void *p2) { function
1051 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size);
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 143 if Sys.word_size = 64; then begin
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
core.ml 153 if Sys.word_size = 64; then begin
    [all...]

Completed in 4137 milliseconds