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_valid
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
defutil.h
236
int
bi_valid
;
member
316
if (s->
bi_valid
== 16) {
in bi_flush()
319
s->
bi_valid
= 0;
in bi_flush()
320
} else if (s->
bi_valid
>= 8) {
in bi_flush()
323
s->
bi_valid
-= 8;
in bi_flush()
332
if (s->
bi_valid
> 8) {
in bi_windup()
334
} else if (s->
bi_valid
> 0) {
in bi_windup()
338
s->
bi_valid
= 0;
in bi_windup()
374
* (16 -
bi_valid
) bits from value, leaving (width - (16-
bi_valid
))
in send_bits()
[all...]
H
A
D
deftree.c
259
s->
bi_valid
= 0;
in zlib_tr_init()
784
* (10 -
bi_valid
) bits. The lookahead for the last real code (before
in zlib_tr_align()
788
if (1 + s->last_eob_len + 10 - s->
bi_valid
< 9) {
in zlib_tr_align()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
defutil.h
236
int
bi_valid
;
member
316
if (s->
bi_valid
== 16) {
in bi_flush()
319
s->
bi_valid
= 0;
in bi_flush()
320
} else if (s->
bi_valid
>= 8) {
in bi_flush()
323
s->
bi_valid
-= 8;
in bi_flush()
332
if (s->
bi_valid
> 8) {
in bi_windup()
334
} else if (s->
bi_valid
> 0) {
in bi_windup()
338
s->
bi_valid
= 0;
in bi_windup()
374
* (16 -
bi_valid
) bits from value, leaving (width - (16-
bi_valid
))
in send_bits()
[all...]
H
A
D
deftree.c
259
s->
bi_valid
= 0;
in zlib_tr_init()
784
* (10 -
bi_valid
) bits. The lookahead for the last real code (before
in zlib_tr_align()
788
if (1 + s->last_eob_len + 10 - s->
bi_valid
< 9) {
in zlib_tr_align()
H
A
D
deflate.c
468
Assert(s->
bi_valid
== 0, "bi_buf not flushed");
in zlib_deflate()
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
H
A
D
dfltcc_deflate.c
203
Assert(state->
bi_valid
< 8, "There must be less than 8 pending bits");
in dfltcc_deflate()
204
param->sbb = (unsigned int)state->
bi_valid
;
in dfltcc_deflate()
236
state->
bi_valid
= param->sbb;
in dfltcc_deflate()
237
if (state->
bi_valid
== 0)
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
234
Assert(state->
bi_valid
< 8, "There must be less than 8 pending bits");
in dfltcc_deflate()
235
param->sbb = (unsigned int)state->
bi_valid
;
in dfltcc_deflate()
267
state->
bi_valid
= param->sbb;
in dfltcc_deflate()
268
if (state->
bi_valid
== 0)
in dfltcc_deflate()
271
state->bi_buf = *strm->next_out & ((1 << state->
bi_valid
) - 1);
in dfltcc_deflate()
Completed in 8 milliseconds