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
defs:windowLog
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
zstd.h
146
unsigned int
windowLog
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
zstd_lib.h
1197
unsigned
windowLog
; /*< largest match distance : larger == more compression, more memory needed during decompression */
member
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
decompress.c
247
U32 const
windowLog
= (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN;
in ZSTD_getFrameParams()
local
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_lazy.c
1881
const U32
windowLog
= ms->cParams.
windowLog
;
in ZSTD_compressBlock_lazy_extDict_generic()
local
[all...]
H
A
D
zstd_compress_internal.h
268
U32
windowLog
; /* Window log for the LDM */
member
[all...]
H
A
D
zstd_compress.c
1213
ZSTD_dictAndWindowLog(U32
windowLog
, U64 srcSize, U64 dictSize)
ZSTD_dictAndWindowLog()
argument
1972
unsigned const
windowLog
= params.cParams.
windowLog
;
ZSTD_resetCCtx_byAttachingCDict()
local
2034
{ unsigned const
windowLog
= params.cParams.
windowLog
;
ZSTD_resetCCtx_byCopyingCDict()
local
5563
ZSTD_validateSequence(U32 offCode, U32 matchLength, size_t posInSrc, U32
windowLog
, size_t dictSize)
ZSTD_validateSequence()
argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
zstd_decompress.c
468
U32 const
windowLog
= (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN;
in ZSTD_getFrameHeader_advanced()
local
Completed in 30 milliseconds