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:huff
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_inflate/
H
A
D
inftrees.c
34
unsigned
huff
; /* Huffman code */
in zlib_inflate_table()
local
137
filled is at next and has curr index bits. The code being used is
huff
in zlib_inflate_table()
145
of the low root bits of
huff
. This is saved in low to check for when a
in zlib_inflate_table()
187
huff
= 0; /* starting code */
in zlib_inflate_table()
218
/* replicate for those indices with low len bits equal to
huff
*/
in zlib_inflate_table()
224
next[(
huff
>> drop) + fill] = this;
in zlib_inflate_table()
227
/* backwards increment the len-bit code
huff
*/
in zlib_inflate_table()
229
while (
huff
& incr)
in zlib_inflate_table()
232
huff
&= incr - 1;
in zlib_inflate_table()
233
huff
in zlib_inflate_table()
[all...]
/kernel/linux/linux-6.6/lib/zlib_inflate/
H
A
D
inftrees.c
34
unsigned
huff
; /* Huffman code */
in zlib_inflate_table()
local
137
filled is at next and has curr index bits. The code being used is
huff
in zlib_inflate_table()
145
of the low root bits of
huff
. This is saved in low to check for when a
in zlib_inflate_table()
187
huff
= 0; /* starting code */
in zlib_inflate_table()
218
/* replicate for those indices with low len bits equal to
huff
*/
in zlib_inflate_table()
224
next[(
huff
>> drop) + fill] = this;
in zlib_inflate_table()
227
/* backwards increment the len-bit code
huff
*/
in zlib_inflate_table()
229
while (
huff
& incr)
in zlib_inflate_table()
232
huff
&= incr - 1;
in zlib_inflate_table()
233
huff
in zlib_inflate_table()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda-jpeg.c
218
static const struct coda_memcpy_desc
huff
[8] = {
in coda_jpeg_write_tables()
local
231
for (i = 0; i < ARRAY_SIZE(
huff
); i++)
in coda_jpeg_write_tables()
232
coda_memcpy_parabuf(ctx->parabuf.vaddr,
huff
+ i);
in coda_jpeg_write_tables()
590
} *
huff
;
in coda9_jpeg_gen_enc_huff_tab()
local
596
huff
= kzalloc(sizeof(*
huff
), GFP_KERNEL);
in coda9_jpeg_gen_enc_huff_tab()
597
if (!
huff
)
in coda9_jpeg_gen_enc_huff_tab()
612
huff
->size[k++] = i;
in coda9_jpeg_gen_enc_huff_tab()
619
si =
huff
->size[0];
in coda9_jpeg_gen_enc_huff_tab()
621
while (
huff
in coda9_jpeg_gen_enc_huff_tab()
721
} *
huff
;
coda9_jpeg_load_huff_tab()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda-jpeg.c
218
static const struct coda_memcpy_desc
huff
[8] = {
in coda_jpeg_write_tables()
local
231
for (i = 0; i < ARRAY_SIZE(
huff
); i++)
in coda_jpeg_write_tables()
232
coda_memcpy_parabuf(ctx->parabuf.vaddr,
huff
+ i);
in coda_jpeg_write_tables()
590
} *
huff
;
in coda9_jpeg_gen_enc_huff_tab()
local
596
huff
= kzalloc(sizeof(*
huff
), GFP_KERNEL);
in coda9_jpeg_gen_enc_huff_tab()
597
if (!
huff
)
in coda9_jpeg_gen_enc_huff_tab()
612
huff
->size[k++] = i;
in coda9_jpeg_gen_enc_huff_tab()
619
si =
huff
->size[0];
in coda9_jpeg_gen_enc_huff_tab()
621
while (
huff
in coda9_jpeg_gen_enc_huff_tab()
721
} *
huff
;
coda9_jpeg_load_huff_tab()
local
[all...]
Completed in 8 milliseconds