Searched refs:word_size (Results 1 - 10 of 10) sorted by path

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp457 static int read_line_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case = false) argument
468 *word_size = 0;
474 ++*word_size;
483 //debug("out, ret:%d, word:%s, word_size:%d, line start_pos:%d, line_size:%d",
484 // i, word, *word_size, start_pos, line_size);
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.cc1070 uint32 actual_item_count = list_item.word_size();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dpe_image_reader_win.cc18 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_32; member in struct:safe_browsing::OptionalHeaderTraits
23 static const PeImageReader::WordSize word_size = PeImageReader::WORD_SIZE_64; member in struct:safe_browsing::OptionalHeaderTraits
39 return TraitsType::word_size;
H A Dpe_image_reader_win_unittest.cc14 safe_browsing::PeImageReader::WordSize word_size; member in struct:TestData
46 EXPECT_EQ(expected_data_->word_size, image_reader_.GetWordSize());
/external/chromium_org/third_party/fips181/
H A Dfips181.cc1319 USHORT word_size; local
1341 word_size = 0;
1374 word_units[word_size + word_place] = syllable_units[word_place];
1375 word_size += syllable_size + 1;
1386 if (improper_word (word_units, word_size) ||
1389 word_size -= syllable_size + 1;
1467 * reinitialize the pwlen and word_size variables, clear
1474 word_size = 0;
1507 improper_word (USHORT *units, USHORT word_size) argument
1514 for (unit_count = 0; !failure && (unit_count < word_size);
[all...]
H A Dfips181.h78 boolean improper_word (USHORT *units, USHORT word_size);
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dvalues.pass.cpp22 // 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/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dvalues.pass.cpp20 // 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/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp73 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/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp215 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
[all...]

Completed in 616 milliseconds