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

  /external/openfst/src/extensions/ngram/
bitmap-index.cc 64 const uint32 end_word = (end - 1) >> BitmapIndex::kStorageLogBitSize; local
65 const uint32 sum = get_index_ones_count(end_word);
68 return sum + __builtin_popcountll(bits_[end_word] &
  /external/chromium_org/third_party/mongoose/
mongoose.c 666 char *p, *begin_word, *end_word, *end_whitespace; local
669 end_word = begin_word + strcspn(begin_word, delimiters);
672 if (end_word > begin_word) {
673 p = end_word - 1;
675 // If there is anything beyond end_word, copy it
676 if (*end_word == '\0') {
680 size_t end_off = strcspn(end_word + 1, delimiters);
681 memmove (p, end_word, end_off + 1);
682 p += end_off; // p must correspond to end_word - 1
683 end_word += end_off + 1
    [all...]
  /external/srec/srec/crec/
srec.c     [all...]

Completed in 75 milliseconds