Home
last modified time | relevance | path

Searched refs:last_word (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dbitmap.cc175 int last_word = (end - 1) / kIntBits; in TestRange() local
185 if (word < last_word) { in TestRange()
192 while (word < last_word) { in TestRange()
205 this_word = map_[last_word]; in TestRange()
/external/chromium/chrome/browser/history/
Dquery_parser.cc233 const QueryWord& last_word = words[i + children_.size() - 1]; in HasMatchIn() local
236 last_word.position + last_word.word.length())); in HasMatchIn()
/external/srec/srec/crec/
Dsrec.c2360 wordID last_word; in multi_srec_get_speech_bounds() local
2369 last_word = MAXwordID; in multi_srec_get_speech_bounds()
2389 if (last_word == rec->context->end_silence_word) in multi_srec_get_speech_bounds()
2407 last_word = wtoken->word; in multi_srec_get_speech_bounds()