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:matchState
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_compress.c
78
ZSTD_matchState_t
matchState
;
member
1614
* Controls, for this
matchState
reset, whether the tables need to be cleared /
1618
* the
matchState
contents in from a CDict).
1626
* Controls, for this
matchState
reset, whether indexing can continue where it
1790
int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.
matchState
.window);
in ZSTD_resetCCtx_internal()
1840
zc->blockState.
matchState
.cParams = params->cParams;
in ZSTD_resetCCtx_internal()
1889
&zc->blockState.
matchState
,
in ZSTD_resetCCtx_internal()
1926
assert(!ZSTD_window_hasExtDict(cctx->blockState.
matchState
.window));
in ZSTD_invalidateRepCodes()
1950
size_t cutoff = attachDictSizeCutoffs[cdict->
matchState
.cParams.strategy];
in ZSTD_shouldAttachDict()
1951
int const dedicatedDictSearch = cdict->
matchState
in ZSTD_shouldAttachDict()
[all...]
H
A
D
zstd_compress_internal.h
224
int dedicatedDictSearch; /* Indicates whether this
matchState
is using the
236
ZSTD_matchState_t
matchState
;
member
925
* Inspects the provided
matchState
and figures out what dictMode should be
Completed in 11 milliseconds