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:minMatchLength
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_ldm.c
34
unsigned maxBitsInMask = MIN(params->
minMatchLength
, 64);
in ZSTD_ldm_gear_init()
41
* 2. ideally, it has to depend on a window of
minMatchLength
bytes.
in ZSTD_ldm_gear_init()
61
* Feeds [data, data +
minMatchLength
) into the hash without registering any
66
BYTE const* data, size_t
minMatchLength
)
in ZSTD_ldm_gear_reset()
75
while (n + 3 <
minMatchLength
) {
in ZSTD_ldm_gear_reset()
81
while (n <
minMatchLength
) {
in ZSTD_ldm_gear_reset()
142
if (!params->
minMatchLength
) params->
minMatchLength
= LDM_MIN_MATCH_LENGTH;
in ZSTD_ldm_adjustParameters()
167
return params.enableLdm == ZSTD_ps_enable ? (maxChunkSize / params.
minMatchLength
) : 0;
in ZSTD_ldm_getMaxNbSeq()
271
U32 const
minMatchLength
in ZSTD_ldm_fillHashTable()
local
65
ZSTD_ldm_gear_reset(ldmRollingHashState_t* state, BYTE const* data, size_t
minMatchLength
)
ZSTD_ldm_gear_reset()
argument
327
U32 const
minMatchLength
= params->
minMatchLength
;
ZSTD_ldm_generateSequences_internal()
local
[all...]
H
A
D
zstd_compress_internal.h
266
U32
minMatchLength
; /* Minimum match length */
member
H
A
D
zstd_compress.c
807
CCtxParams->ldmParams.
minMatchLength
= value;
in ZSTD_CCtxParams_setParameter()
808
return CCtxParams->ldmParams.
minMatchLength
;
in ZSTD_CCtxParams_setParameter()
948
*value = CCtxParams->ldmParams.
minMatchLength
;
in ZSTD_CCtxParams_getParameter()
Completed in 14 milliseconds