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:MAX_DIST
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
deflate.c
552
* string (strstart) and its distance is <=
MAX_DIST
, and prev_length >= 1
569
IPos limit = s->strstart > (IPos)
MAX_DIST
(s) ?
in longest_match()
570
s->strstart - (IPos)
MAX_DIST
(s) : NIL;
in longest_match()
762
} else if (s->strstart >= wsize+
MAX_DIST
(s)) {
in fill_window()
767
s->strstart -= wsize; /* we now have strstart >=
MAX_DIST
*/
in fill_window()
797
* strstart <= WSIZE+
MAX_DIST
-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
in fill_window()
799
* => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE +
MAX_DIST
-1)
in fill_window()
877
Assert(s->strstart < s->w_size+
MAX_DIST
(s) ||
in deflate_stored()
901
if (s->strstart - (uInt)s->block_start >=
MAX_DIST
(s)) {
in deflate_stored()
948
if (hash_head != NIL && s->strstart - hash_head <=
MAX_DIST
(
in deflate_fast()
[all...]
H
A
D
defutil.h
268
#define
MAX_DIST
(s) ((s)->w_size-MIN_LOOKAHEAD)
macro
270
* distances are limited to
MAX_DIST
instead of WSIZE.
H
A
D
deftree.c
930
Assert((ush)dist < (ush)
MAX_DIST
(s) &&
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
deflate.c
559
* string (strstart) and its distance is <=
MAX_DIST
, and prev_length >= 1
576
IPos limit = s->strstart > (IPos)
MAX_DIST
(s) ?
in longest_match()
577
s->strstart - (IPos)
MAX_DIST
(s) : NIL;
in longest_match()
769
} else if (s->strstart >= wsize+
MAX_DIST
(s)) {
in fill_window()
774
s->strstart -= wsize; /* we now have strstart >=
MAX_DIST
*/
in fill_window()
804
* strstart <= WSIZE+
MAX_DIST
-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
in fill_window()
806
* => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE +
MAX_DIST
-1)
in fill_window()
884
Assert(s->strstart < s->w_size+
MAX_DIST
(s) ||
in deflate_stored()
908
if (s->strstart - (uInt)s->block_start >=
MAX_DIST
(s)) {
in deflate_stored()
955
if (hash_head != NIL && s->strstart - hash_head <=
MAX_DIST
(
in deflate_fast()
[all...]
H
A
D
defutil.h
268
#define
MAX_DIST
(s) ((s)->w_size-MIN_LOOKAHEAD)
macro
270
* distances are limited to
MAX_DIST
instead of WSIZE.
H
A
D
deftree.c
930
Assert((ush)dist < (ush)
MAX_DIST
(s) &&
Completed in 12 milliseconds