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_REP_MOVE_OPT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
zstd_opt.h
282
matches[mnum].off =
ZSTD_REP_MOVE_OPT
+ curr - matchIndex3;
in ZSTD_insertBtAndGetAllMatches()
316
matches[mnum].off =
ZSTD_REP_MOVE_OPT
+ curr - matchIndex;
in ZSTD_insertBtAndGetAllMatches()
450
const S32 repCur = (i ==
ZSTD_REP_MOVE_OPT
) ? (rep[0] - 1) : rep[i];
in ZSTD_compressBlock_opt_generic()
539
if (opt[cur].off >
ZSTD_REP_MOVE_OPT
) {
in ZSTD_compressBlock_opt_generic()
542
opt[cur].rep[0] = opt[cur].off -
ZSTD_REP_MOVE_OPT
;
in ZSTD_compressBlock_opt_generic()
547
((opt[cur].off ==
ZSTD_REP_MOVE_OPT
) && (mlen != 1)) ? (opt[cur - mlen].rep[0] - 1) : (opt[cur - mlen].rep[opt[cur].off]);
in ZSTD_compressBlock_opt_generic()
554
const S32 repCur = (i ==
ZSTD_REP_MOVE_OPT
) ? (opt[cur].rep[0] - 1) : opt[cur].rep[i];
in ZSTD_compressBlock_opt_generic()
661
if (offset >
ZSTD_REP_MOVE_OPT
) {
in ZSTD_compressBlock_opt_generic()
664
rep[0] = offset -
ZSTD_REP_MOVE_OPT
;
in ZSTD_compressBlock_opt_generic()
668
best_off = (offset ==
ZSTD_REP_MOVE_OPT
)
in ZSTD_compressBlock_opt_generic()
[all...]
H
A
D
zstd_internal.h
67
#define
ZSTD_REP_MOVE_OPT
(ZSTD_REP_NUM)
macro
Completed in 2 milliseconds