Searched refs:last_word (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dfilter_block.cc88 uint32_t last_word = DecodeFixed32(contents.data() + n - 5); local
89 if (last_word > n - 5) return;
91 offset_ = data_ + last_word;
92 num_ = (n - 5 - last_word) / 4;
/external/chromium_org/chrome/browser/history/
H A Dquery_parser.cc273 const QueryWord** last_word) const;
290 const QueryWord** last_word) const {
304 *last_word = &words[i + children_.size() - 1];
315 const QueryWord* last_word; local
317 if (MatchesAll(words, &first_word, &last_word)) {
320 last_word->position + last_word->word.length()));
328 const QueryWord* last_word; local
329 return MatchesAll(words, &first_word, &last_word);
/external/chromium/net/disk_cache/
H A Dbitmap.cc175 int last_word = (end - 1) / kIntBits; local
185 if (word < last_word) {
192 while (word < last_word) {
205 this_word = map_[last_word];
/external/chromium_org/net/disk_cache/
H A Dbitmap.cc175 int last_word = (end - 1) / kIntBits; local
185 if (word < last_word) {
192 while (word < last_word) {
205 this_word = map_[last_word];
/external/chromium/chrome/browser/history/
H A Dquery_parser.cc233 const QueryWord& last_word = words[i + children_.size() - 1]; local
236 last_word.position + last_word.word.length()));
/external/srec/srec/crec/
H A Dsrec.c2360 wordID last_word; local
2369 last_word = MAXwordID;
2389 if (last_word == rec->context->end_silence_word)
2407 last_word = wtoken->word;

Completed in 182 milliseconds