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:ZSTD_maxCLevel
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/
H
A
D
zstd_compress_module.c
65
return
ZSTD_maxCLevel
();
in zstd_max_clevel()
/kernel/linux/linux-5.10/include/linux/
H
A
D
zstd.h
31
* levels from 1 up to
ZSTD_maxCLevel
() which is 22. Levels >= 20, labeled
77
*
ZSTD_maxCLevel
() - maximum compression level available
81
int
ZSTD_maxCLevel
(void);
184
* @compressionLevel: The compression level from 1 to
ZSTD_maxCLevel
().
195
* @compressionLevel: The compression level from 1 to
ZSTD_maxCLevel
().
/kernel/linux/linux-6.6/include/linux/
H
A
D
zstd_lib.h
40
The library supports regular compression levels from 1 up to
ZSTD_maxCLevel
(),
176
ZSTDLIB_API int
ZSTD_maxCLevel
(void); /*!< maximum compression level available */
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
compress.c
3295
int
ZSTD_maxCLevel
(void) { return ZSTD_MAX_CLEVEL; }
in ZSTD_maxCLevel()
function
3446
EXPORT_SYMBOL(
ZSTD_maxCLevel
);
variable
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_compress.c
384
bounds.upperBound =
ZSTD_maxCLevel
();
in ZSTD_cParam_getBounds()
5986
int
ZSTD_maxCLevel
(void) { return ZSTD_MAX_CLEVEL; }
in ZSTD_maxCLevel()
function
Completed in 23 milliseconds