OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_word
(Results
1 - 3
of
3
) 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/components/query_parser/
query_parser.cc
260
const QueryWord**
last_word
) const;
277
const QueryWord**
last_word
) const {
291
*
last_word
= &words[i + children_.size() - 1];
302
const QueryWord*
last_word
;
local
304
if (MatchesAll(words, &first_word, &
last_word
)) {
307
last_word
->position +
last_word
->word.length()));
315
const QueryWord*
last_word
;
local
316
return MatchesAll(words, &first_word, &
last_word
);
/external/chromium_org/net/disk_cache/blockfile/
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
];
Completed in 596 milliseconds