Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:match_length
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
deflate.c
541
s->
match_length
= s->prev_length = MIN_MATCH-1;
in lm_init()
946
* At this point we have always
match_length
< MIN_MATCH
in deflate_fast()
954
s->
match_length
= longest_match (s, hash_head);
in deflate_fast()
958
if (s->
match_length
>= MIN_MATCH) {
in deflate_fast()
959
check_match(s, s->strstart, s->match_start, s->
match_length
);
in deflate_fast()
962
s->
match_length
- MIN_MATCH);
in deflate_fast()
964
s->lookahead -= s->
match_length
;
in deflate_fast()
969
if (s->
match_length
<= s->max_insert_length &&
in deflate_fast()
971
s->
match_length
--; /* string at strstart already in hash table */
in deflate_fast()
978
} while (--s->
match_length
!
in deflate_fast()
[all...]
H
A
D
defutil.h
131
uInt
match_length
; /* length of best match */
member
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
deflate.c
548
s->
match_length
= s->prev_length = MIN_MATCH-1;
in lm_init()
953
* At this point we have always
match_length
< MIN_MATCH
in deflate_fast()
961
s->
match_length
= longest_match (s, hash_head);
in deflate_fast()
965
if (s->
match_length
>= MIN_MATCH) {
in deflate_fast()
966
check_match(s, s->strstart, s->match_start, s->
match_length
);
in deflate_fast()
969
s->
match_length
- MIN_MATCH);
in deflate_fast()
971
s->lookahead -= s->
match_length
;
in deflate_fast()
976
if (s->
match_length
<= s->max_insert_length &&
in deflate_fast()
978
s->
match_length
--; /* string at strstart already in hash table */
in deflate_fast()
985
} while (--s->
match_length
!
in deflate_fast()
[all...]
H
A
D
defutil.h
131
uInt
match_length
; /* length of best match */
member
Completed in 5 milliseconds