OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_prefix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
path_canonicalizer.py
111
max_prefix
= potential_paths[0]
112
max_prefix_length = len(_CommonNormalizedPrefix(
max_prefix
, path))
116
max_prefix
, max_prefix_length = path_for_file, prefix_length
118
return
max_prefix
/external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc
515
int
max_prefix
= max_reps > 0 ? Log2Floor(max_reps) : 0;
local
516
*max_run_length_prefix = std::min(
max_prefix
, *max_run_length_prefix);
550
for (int
max_prefix
= 0;
max_prefix
<= 16; ++
max_prefix
) {
553
int max_run_length_prefix =
max_prefix
;
555
if (max_run_length_prefix <
max_prefix
) break;
561
if (
max_prefix
> 0) {
564
for (int i = 1; i <=
max_prefix
; ++i) {
569
best_max_prefix =
max_prefix
;
[
all
...]
Completed in 63 milliseconds