Searched refs:end_word (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/extensions/ngram/
H A Dbitmap-index.cc64 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/
H A Dmongoose.c666 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
[all...]
/external/srec/srec/crec/
H A Dsrec.c1785 void srec_force_the_end(srec* rec, frameID end_frame, wordID end_word) argument
1805 wtoken->word = end_word;

Completed in 219 milliseconds