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:WIN_INIT
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/
H
A
D
fill_window_sse.c
144
/* If the
WIN_INIT
bytes after the end of the current data have never been
in fill_window_sse()
148
* time through here.
WIN_INIT
is set to MAX_MATCH since the longest match
in fill_window_sse()
156
/* Previous high water mark below current data -- zero
WIN_INIT
in fill_window_sse()
160
if (init >
WIN_INIT
)
in fill_window_sse()
161
init =
WIN_INIT
;
in fill_window_sse()
165
else if (s->high_water < (ulg)curr +
WIN_INIT
) {
in fill_window_sse()
167
* plus
WIN_INIT
-- zero out to current data plus
WIN_INIT
, or up
in fill_window_sse()
170
init = (ulg)curr +
WIN_INIT
- s->high_water;
in fill_window_sse()
H
A
D
deflate.h
289
#define
WIN_INIT
MAX_MATCH
macro
H
A
D
deflate.c
1649
/* If the
WIN_INIT
bytes after the end of the current data have never been
1653
* time through here.
WIN_INIT
is set to MAX_MATCH since the longest match
1661
/* Previous high water mark below current data -- zero
WIN_INIT
1665
if (init >
WIN_INIT
)
1666
init =
WIN_INIT
;
1670
else if (s->high_water < (ulg)curr +
WIN_INIT
) {
1672
* plus
WIN_INIT
-- zero out to current data plus
WIN_INIT
, or up
1675
init = (ulg)curr +
WIN_INIT
- s->high_water;
/third_party/skia/third_party/externals/zlib/
H
A
D
fill_window_sse.c
144
/* If the
WIN_INIT
bytes after the end of the current data have never been
in fill_window_sse()
148
* time through here.
WIN_INIT
is set to MAX_MATCH since the longest match
in fill_window_sse()
156
/* Previous high water mark below current data -- zero
WIN_INIT
in fill_window_sse()
160
if (init >
WIN_INIT
)
in fill_window_sse()
161
init =
WIN_INIT
;
in fill_window_sse()
165
else if (s->high_water < (ulg)curr +
WIN_INIT
) {
in fill_window_sse()
167
* plus
WIN_INIT
-- zero out to current data plus
WIN_INIT
, or up
in fill_window_sse()
170
init = (ulg)curr +
WIN_INIT
- s->high_water;
in fill_window_sse()
H
A
D
deflate.h
289
#define
WIN_INIT
MAX_MATCH
macro
H
A
D
deflate.c
1639
/* If the
WIN_INIT
bytes after the end of the current data have never been
1643
* time through here.
WIN_INIT
is set to MAX_MATCH since the longest match
1651
/* Previous high water mark below current data -- zero
WIN_INIT
1655
if (init >
WIN_INIT
)
1656
init =
WIN_INIT
;
1660
else if (s->high_water < (ulg)curr +
WIN_INIT
) {
1662
* plus
WIN_INIT
-- zero out to current data plus
WIN_INIT
, or up
1665
init = (ulg)curr +
WIN_INIT
- s->high_water;
/third_party/node/deps/zlib/
H
A
D
deflate.h
303
#define
WIN_INIT
MAX_MATCH
macro
H
A
D
deflate.c
344
/* If the
WIN_INIT
bytes after the end of the current data have never been
in fill_window()
348
* time through here.
WIN_INIT
is set to MAX_MATCH since the longest match
in fill_window()
356
/* Previous high water mark below current data -- zero
WIN_INIT
in fill_window()
360
if (init >
WIN_INIT
)
in fill_window()
361
init =
WIN_INIT
;
in fill_window()
365
else if (s->high_water < (ulg)curr +
WIN_INIT
) {
in fill_window()
367
* plus
WIN_INIT
-- zero out to current data plus
WIN_INIT
, or up
in fill_window()
370
init = (ulg)curr +
WIN_INIT
- s->high_water;
in fill_window()
/third_party/libwebsockets/win32port/zlib/
H
A
D
deflate.h
283
#define
WIN_INIT
MAX_MATCH
macro
H
A
D
deflate.c
1443
/* If the
WIN_INIT
bytes after the end of the current data have never been
1447
* time through here.
WIN_INIT
is set to MAX_MATCH since the longest match
1455
/* Previous high water mark below current data -- zero
WIN_INIT
1459
if (init >
WIN_INIT
)
1460
init =
WIN_INIT
;
1464
else if (s->high_water < (ulg)curr +
WIN_INIT
) {
1466
* plus
WIN_INIT
-- zero out to current data plus
WIN_INIT
, or up
1469
init = (ulg)curr +
WIN_INIT
- s->high_water;
/third_party/zlib/
H
A
D
deflate.h
300
#define
WIN_INIT
MAX_MATCH
macro
H
A
D
deflate.c
335
/* If the
WIN_INIT
bytes after the end of the current data have never been
in fill_window()
339
* time through here.
WIN_INIT
is set to MAX_MATCH since the longest match
in fill_window()
347
/* Previous high water mark below current data -- zero
WIN_INIT
in fill_window()
351
if (init >
WIN_INIT
)
in fill_window()
352
init =
WIN_INIT
;
in fill_window()
356
else if (s->high_water < (ulg)curr +
WIN_INIT
) {
in fill_window()
358
* plus
WIN_INIT
-- zero out to current data plus
WIN_INIT
, or up
in fill_window()
361
init = (ulg)curr +
WIN_INIT
- s->high_water;
in fill_window()
Completed in 19 milliseconds