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:bi_buf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
defutil.h
232
ush
bi_buf
;
member
237
/* Number of valid bits in
bi_buf
. All bits above the last valid bit
317
put_short(s, s->
bi_buf
);
in bi_flush()
318
s->
bi_buf
= 0;
in bi_flush()
321
put_byte(s, (Byte)s->
bi_buf
);
in bi_flush()
322
s->
bi_buf
>>= 8;
in bi_flush()
333
put_short(s, s->
bi_buf
);
in bi_windup()
335
put_byte(s, (Byte)s->
bi_buf
);
in bi_windup()
337
s->
bi_buf
= 0;
in bi_windup()
352
/* Number of bits used within
bi_buf
[all...]
H
A
D
deftree.c
258
s->
bi_buf
= 0;
in zlib_tr_init()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
defutil.h
232
ush
bi_buf
;
member
237
/* Number of valid bits in
bi_buf
. All bits above the last valid bit
317
put_short(s, s->
bi_buf
);
in bi_flush()
318
s->
bi_buf
= 0;
in bi_flush()
321
put_byte(s, (Byte)s->
bi_buf
);
in bi_flush()
322
s->
bi_buf
>>= 8;
in bi_flush()
333
put_short(s, s->
bi_buf
);
in bi_windup()
335
put_byte(s, (Byte)s->
bi_buf
);
in bi_windup()
337
s->
bi_buf
= 0;
in bi_windup()
352
/* Number of bits used within
bi_buf
[all...]
H
A
D
deftree.c
258
s->
bi_buf
= 0;
in zlib_tr_init()
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
H
A
D
dfltcc_deflate.c
206
*strm->next_out = (Byte)state->
bi_buf
;
in dfltcc_deflate()
238
state->
bi_buf
= 0; /* Avoid accessing next_out */
in dfltcc_deflate()
240
state->
bi_buf
= *strm->next_out & ((1 << state->bi_valid) - 1);
in dfltcc_deflate()
/kernel/linux/linux-6.6/lib/zlib_dfltcc/
H
A
D
dfltcc_deflate.c
237
*strm->next_out = (Byte)state->
bi_buf
;
in dfltcc_deflate()
269
state->
bi_buf
= 0; /* Avoid accessing next_out */
in dfltcc_deflate()
271
state->
bi_buf
= *strm->next_out & ((1 << state->bi_valid) - 1);
in dfltcc_deflate()
Completed in 6 milliseconds