OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_possible_out_of_order
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
798
int
max_possible_out_of_order
= matches.size() - 1;
local
804
order_value = (
max_possible_out_of_order
- out_of_order) * kOrderMaxValue /
805
max_possible_out_of_order
;
[
all
...]
Completed in 63 milliseconds