Home
last modified time | relevance | path

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

/external/libcxx/test/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/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/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp215 static const unsigned word_size = sizeof(void*); in DoReadMemory() local
226 pid, word_size, (void*)vm_addr, buf, size); in DoReadMemory()
228 assert(sizeof(data) >= word_size); in DoReadMemory()
242 remainder = remainder > word_size ? word_size : remainder; in DoReadMemory()
261 vm_addr += word_size; in DoReadMemory()
262 dst += word_size; in DoReadMemory()
275 static const unsigned word_size = sizeof(void*); in DoWriteMemory() local
285 pid, word_size, (void*)vm_addr, buf, size); in DoWriteMemory()
290 remainder = remainder > word_size ? word_size : remainder; in DoWriteMemory()
292 if (remainder == word_size) in DoWriteMemory()
[all …]
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp73 const size_t word_size = 4; in Resolve() local
81 padding = address_size - word_size; in Resolve()
91 if (!(cursor = ReadMemory(cursor, &info.version, word_size))) in Resolve()
100 if (!(cursor = ReadMemory(cursor, &info.state, word_size))) in Resolve()
/external/chromium_org/chrome/browser/safe_browsing/
Dpe_image_reader_win.cc18 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_32; member
23 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_64; member
39 return TraitsType::word_size; in GetWordSize()
Dpe_image_reader_win_unittest.cc14 safe_browsing::PeImageReader::WordSize word_size; member
46 EXPECT_EQ(expected_data_->word_size, image_reader_.GetWordSize()); in TEST_P()
/external/chromium_org/third_party/fips181/
Dfips181.h78 boolean improper_word (USHORT *units, USHORT word_size);
Dfips181.cc1319 USHORT word_size; in gen_word() local
1341 word_size = 0; in gen_word()
1374 word_units[word_size + word_place] = syllable_units[word_place]; in gen_word()
1375 word_size += syllable_size + 1; in gen_word()
1386 if (improper_word (word_units, word_size) || in gen_word()
1389 word_size -= syllable_size + 1; in gen_word()
1474 word_size = 0; in gen_word()
1507 improper_word (USHORT *units, USHORT word_size) in improper_word() argument
1514 for (unit_count = 0; !failure && (unit_count < word_size); in improper_word()
/external/bluetooth/bluedroid/btif/src/
Dbtif_config_util.cpp457 …e_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case… in read_line_word() argument
468 *word_size = 0; in read_line_word()
474 ++*word_size; in read_line_word()
/external/chromium_org/chrome/browser/history/
Durl_index_private_data.cc1070 uint32 actual_item_count = list_item.word_size(); in RestoreWordList()
/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;