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:xz_dec_reset
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/lib/xz/
H
A
D
xz_dec_syms.c
14
EXPORT_SYMBOL(
xz_dec_reset
);
variable
H
A
D
xz_dec_test.c
71
xz_dec_reset
(state);
in xz_dec_test_open()
H
A
D
xz_dec_stream.c
757
xz_dec_reset
(s);
in xz_dec_run()
804
xz_dec_reset
(s);
in xz_dec_init()
816
XZ_EXTERN void
xz_dec_reset
(struct xz_dec *s)
in xz_dec_reset()
function
/kernel/linux/linux-6.6/lib/xz/
H
A
D
xz_dec_syms.c
14
EXPORT_SYMBOL(
xz_dec_reset
);
variable
H
A
D
xz_dec_test.c
71
xz_dec_reset
(state);
in xz_dec_test_open()
H
A
D
xz_dec_stream.c
757
xz_dec_reset
(s);
in xz_dec_run()
804
xz_dec_reset
(s);
in xz_dec_init()
816
XZ_EXTERN void
xz_dec_reset
(struct xz_dec *s)
in xz_dec_reset()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
xz.h
217
*
xz_dec_reset
() - Reset an already allocated decoder state
223
* In single-call mode,
xz_dec_reset
() is always called in the beginning of
224
* xz_dec_run(). Thus, explicit call to
xz_dec_reset
() is useful only in
227
XZ_EXTERN void
xz_dec_reset
(struct xz_dec *s);
/kernel/linux/linux-6.6/include/linux/
H
A
D
xz.h
217
*
xz_dec_reset
() - Reset an already allocated decoder state
223
* In single-call mode,
xz_dec_reset
() is always called in the beginning of
224
* xz_dec_run(). Thus, explicit call to
xz_dec_reset
() is useful only in
227
XZ_EXTERN void
xz_dec_reset
(struct xz_dec *s);
/kernel/linux/linux-5.10/fs/squashfs/
H
A
D
xz_wrapper.c
128
xz_dec_reset
(stream->state);
in squashfs_xz_uncompress()
/kernel/linux/linux-6.6/fs/squashfs/
H
A
D
xz_wrapper.c
128
xz_dec_reset
(stream->state);
in squashfs_xz_uncompress()
Completed in 4 milliseconds