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:l_buf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
defutil.h
192
uch *
l_buf
; /* buffer for literals or lengths */
member
214
uInt last_lit; /* running index in
l_buf
*/
217
/* Buffer for distances. To simplify the code, d_buf and
l_buf
have
H
A
D
deftree.c
922
s->
l_buf
[s->last_lit++] = (uch)lc;
972
unsigned lx = 0; /* running index in
l_buf
*/
978
lc = s->
l_buf
[lx++];
1003
/* Check that the overlay between pending_buf and d_buf+
l_buf
is ok: */
H
A
D
deflate.c
203
/* We overlay pending_buf and d_buf+
l_buf
. This works since the average
in zlib_deflateInit2()
272
s->
l_buf
= s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
in zlib_deflateInit2()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
defutil.h
192
uch *
l_buf
; /* buffer for literals or lengths */
member
214
uInt last_lit; /* running index in
l_buf
*/
217
/* Buffer for distances. To simplify the code, d_buf and
l_buf
have
H
A
D
deftree.c
922
s->
l_buf
[s->last_lit++] = (uch)lc;
972
unsigned lx = 0; /* running index in
l_buf
*/
978
lc = s->
l_buf
[lx++];
1003
/* Check that the overlay between pending_buf and d_buf+
l_buf
is ok: */
H
A
D
deflate.c
203
/* We overlay pending_buf and d_buf+
l_buf
. This works since the average
in zlib_deflateInit2()
272
s->
l_buf
= s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
in zlib_deflateInit2()
Completed in 8 milliseconds