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:matchCode
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/
H
A
D
lz4_compress.c
336
unsigned int
matchCode
;
in LZ4_compress_generic()
local
348
matchCode
= LZ4_count(ip + MINMATCH,
in LZ4_compress_generic()
351
ip += MINMATCH +
matchCode
;
in LZ4_compress_generic()
358
matchCode
+= more;
in LZ4_compress_generic()
362
matchCode
= LZ4_count(ip + MINMATCH,
in LZ4_compress_generic()
364
ip += MINMATCH +
matchCode
;
in LZ4_compress_generic()
371
(
matchCode
>> 8) > olimit)))
in LZ4_compress_generic()
374
if (
matchCode
>= ML_MASK) {
in LZ4_compress_generic()
376
matchCode
-= ML_MASK;
in LZ4_compress_generic()
379
while (
matchCode
>
in LZ4_compress_generic()
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H
A
D
lz4_compress.c
336
unsigned int
matchCode
;
in LZ4_compress_generic()
local
348
matchCode
= LZ4_count(ip + MINMATCH,
in LZ4_compress_generic()
351
ip += MINMATCH +
matchCode
;
in LZ4_compress_generic()
358
matchCode
+= more;
in LZ4_compress_generic()
362
matchCode
= LZ4_count(ip + MINMATCH,
in LZ4_compress_generic()
364
ip += MINMATCH +
matchCode
;
in LZ4_compress_generic()
371
(
matchCode
>> 8) > olimit)))
in LZ4_compress_generic()
374
if (
matchCode
>= ML_MASK) {
in LZ4_compress_generic()
376
matchCode
-= ML_MASK;
in LZ4_compress_generic()
379
while (
matchCode
>
in LZ4_compress_generic()
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
compress.c
859
`
matchCode
` : matchLength - MINMATCH
861
ZSTD_STATIC void ZSTD_storeSeq(seqStore_t *seqStorePtr, size_t litLength, const void *literals, U32 offsetCode, size_t
matchCode
)
in ZSTD_storeSeq()
argument
878
if (
matchCode
> 0xFFFF) {
in ZSTD_storeSeq()
882
seqStorePtr->sequences[0].matchLength = (U16)
matchCode
;
in ZSTD_storeSeq()
Completed in 9 milliseconds