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

  /art/runtime/gc/accounting/
card_table-inl.h 76 uintptr_t* word_end = reinterpret_cast<uintptr_t*>(aligned_end); local
77 for (uintptr_t* word_cur = reinterpret_cast<uintptr_t*>(card_cur); word_cur < word_end;
81 if (UNLIKELY(word_cur >= word_end)) {
106 card_cur = reinterpret_cast<byte*>(word_end);
163 uintptr_t* word_end = reinterpret_cast<uintptr_t*>(card_end); local
175 while (word_cur < word_end) {
  /external/chromium_org/content/common/android/
address_parser_internal.cc 38 base::string16::const_iterator word_end, const char* ascii_to_match) {
39 for (base::string16::const_iterator it = word_begin; it != word_end;
48 base::string16::const_iterator word_end, const char* ascii_to_match,
50 for (base::string16::const_iterator it = word_begin; it != word_end;
52 if (!*ascii_to_match && allow_plural && *it == 's' && it + 1 == word_end)
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.cc 352 size_t word_end = last_position + word.length(); local
353 if ((word_end <= text_lowercase.length()) &&
361 if (word_end < text_lowercase.length()) {
363 ACMatchClassification(word_end, ACMatchClassification::NONE));
365 last_position = word_end;
  /art/runtime/base/
bit_vector.cc 384 uint32_t word_end = end >> 5; local
388 for (uint32_t word = 0u; word < word_end; word++) {
392 count += POPCOUNT(storage[word_end] & ~(0xffffffffu << partial_word_bits));
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 396 int& word_end) {
416 word_end = end;
424 word_end = start + ends[j];
431 word_end = start + ends[word_count - 1];
948 int word_start, word_end; local
950 word_start, word_end); local
958 int word_start, word_end; local
960 word_start, word_end); local
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc 689 const char* word_end = word_ptr; local
696 int bytecount = word_end - word_ptr;
726 word_end = word_ptr;
734 word_end = src;

Completed in 1431 milliseconds