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

  /external/libtextclassifier/lang_id/
language-identifier-features.cc 63 const char *const word_end = word.data() + word.size(); local
75 } while ((num_utf8_chars < ngram_size_) && (ngram_end < word_end));
102 if (ngram_end >= word_end) {
relevant-script-feature.cc 55 const char *const word_end = word.data() + word.size();
68 if (curr >= word_end) {
  /external/curl/src/
tool_formparse.c 185 char *word_end; local
191 contp = get_param_word(&ptr, &word_end);
193 *word_end = '\0'; /* terminate the contp */
239 filename = get_param_word(&ptr, &word_end);
241 *word_end = '\0';
246 unknown = get_param_word(&ptr, &word_end);
249 *word_end = '\0';
  /art/runtime/gc/accounting/
card_table-inl.h 81 uintptr_t* word_end = reinterpret_cast<uintptr_t*>(aligned_end); local
82 for (uintptr_t* word_cur = reinterpret_cast<uintptr_t*>(card_cur); word_cur < word_end;
86 if (UNLIKELY(word_cur >= word_end)) {
111 card_cur = reinterpret_cast<uint8_t*>(word_end);
174 uintptr_t* word_end = reinterpret_cast<uintptr_t*>(card_end); local
186 while (word_cur < word_end) {
  /art/runtime/base/
bit_vector.cc 316 uint32_t word_end = WordIndex(end); local
320 for (uint32_t word = 0u; word < word_end; word++) {
324 count += POPCOUNT(storage[word_end] & ~(0xffffffffu << partial_word_bits));
  /external/libchrome/base/strings/
string_util.cc 482 const Char* word_end = AlignToMachineWord(end); local
484 while (characters < word_end) {
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 3187 const uint32_t *word_end = words + word_count; local
    [all...]

Completed in 218 milliseconds