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:chainSize
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_lazy.c
404
U32 const
chainSize
= 1 << ms->cParams.chainLog;
in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
local
656
const U32
chainSize
= (1 << cParams->chainLog);
in ZSTD_HcFindBestMatch()
local
H
A
D
zstd_compress.c
1354
size_t const
chainSize
= ZSTD_allocateChainTable(cParams->strategy, useRowMatchFinder, enableDedicatedDictSearch && !forCCtx)
in ZSTD_sizeof_matchState()
local
1651
size_t const
chainSize
= ZSTD_allocateChainTable(cParams->strategy, useRowMatchFinder,
in ZSTD_reset_matchState()
local
2052
{ size_t const
chainSize
= ZSTD_allocateChainTable(cdict_cParams->strategy, cdict->useRowMatchFinder, 0 /* DDS guaranteed disabled */)
in ZSTD_resetCCtx_byCopyingCDict()
local
2163
{ size_t const
chainSize
= ZSTD_allocateChainTable(srcCCtx->appliedParams.cParams.strategy,
in ZSTD_copyCCtx_internal()
local
2277
U32 const
chainSize
= (U32)1 << params->cParams.chainLog;
ZSTD_reduceIndex()
local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
compress.c
96
size_t const
chainSize
= (cParams.strategy == ZSTD_fast) ? 0 : (1 << cParams.chainLog);
in ZSTD_CCtxWorkspaceBound()
local
256
size_t const
chainSize
= (params.cParams.strategy == ZSTD_fast) ? 0 : (1 << params.cParams.chainLog);
in ZSTD_resetCCtx_advanced()
local
362
size_t const
chainSize
= (srcCCtx->params.cParams.strategy == ZSTD_fast) ? 0 : (1 << srcCCtx->params.cParams.chainLog);
in ZSTD_copyCCtx()
local
418
U32 const
chainSize
= (zc->params.cParams.strategy == ZSTD_fast) ? 0 : (1 << zc->params.cParams.chainLog);
in ZSTD_reduceIndex()
local
1824
const U32
chainSize
in ZSTD_HcFindBestMatch_generic()
local
[all...]
Completed in 17 milliseconds