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:lowMatchPtr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_double_fast.c
592
const BYTE* const
lowMatchPtr
= matchLongIndex < prefixStartIndex ? dictStart : prefixStart;
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
596
while (((ip>anchor) & (matchLong>
lowMatchPtr
)) && (ip[-1] == matchLong[-1])) { ip--; matchLong--; mLength++; } /* catch up */
in ZSTD_compressBlock_doubleFast_extDict_generic()
610
const BYTE* const
lowMatchPtr
= matchIndex3 < prefixStartIndex ? dictStart : prefixStart;
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
614
while (((ip>anchor) & (match3>
lowMatchPtr
)) && (ip[-1] == match3[-1])) { ip--; match3--; mLength++; } /* catch up */
in ZSTD_compressBlock_doubleFast_extDict_generic()
617
const BYTE* const
lowMatchPtr
= matchIndex < prefixStartIndex ? dictStart : prefixStart;
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
620
while (((ip>anchor) & (match>
lowMatchPtr
)) && (ip[-1] == match[-1])) { ip--; match--; mLength++; } /* catch up */
in ZSTD_compressBlock_doubleFast_extDict_generic()
H
A
D
zstd_ldm.c
415
BYTE const* const
lowMatchPtr
=
in ZSTD_ldm_generateSequences_internal()
local
423
split, anchor, pMatch,
lowMatchPtr
, dictStart, dictEnd);
in ZSTD_ldm_generateSequences_internal()
H
A
D
zstd_fast.c
612
const BYTE* const
lowMatchPtr
= matchIndex < prefixStartIndex ? dictStart : prefixStart;
in ZSTD_compressBlock_fast_extDict_generic()
local
615
while (((ip>anchor) & (match>
lowMatchPtr
)) && (ip[-1] == match[-1])) { ip--; match--; mLength++; } /* catch up */
in ZSTD_compressBlock_fast_extDict_generic()
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
compress.c
1161
const BYTE *
lowMatchPtr
= matchIndex < dictLimit ? dictStart : lowPrefixPtr;
in ZSTD_compressBlock_fast_extDict_generic()
local
1164
while (((ip > anchor) & (match >
lowMatchPtr
)) && (ip[-1] == match[-1])) {
in ZSTD_compressBlock_fast_extDict_generic()
1444
const BYTE *
lowMatchPtr
= matchLongIndex < dictLimit ? dictStart : lowPrefixPtr;
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
1448
while (((ip > anchor) & (matchLong >
lowMatchPtr
)) && (ip[-1] == matchLong[-1])) {
in ZSTD_compressBlock_doubleFast_extDict_generic()
1466
const BYTE *
lowMatchPtr
= matchIndex3 < dictLimit ? dictStart : lowPrefixPtr;
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
1470
while (((ip > anchor) & (match3 >
lowMatchPtr
)) && (ip[-1] == match3[-1])) {
in ZSTD_compressBlock_doubleFast_extDict_generic()
1477
const BYTE *
lowMatchPtr
= matchIndex < dictLimit ? dictStart : lowPrefixPtr;
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
1480
while (((ip > anchor) & (match >
lowMatchPtr
)) && (ip[-1] == match[-1])) {
in ZSTD_compressBlock_doubleFast_extDict_generic()
Completed in 11 milliseconds