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

  /external/chromium_org/third_party/leveldatabase/src/table/
filter_block.cc 88 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/
query_parser.cc 273 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/
bitmap.cc 175 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/
bitmap.cc 175 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/
query_parser.cc 233 const QueryWord& last_word = words[i + children_.size() - 1]; local
236 last_word.position + last_word.word.length()));
  /external/srec/srec/crec/
srec.c 2360 wordID last_word; local
    [all...]

Completed in 118 milliseconds