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:oMatchEnd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
zstd_decompress_block.c
960
BYTE* const
oMatchEnd
= op + sequenceLength; /* risk : address space overflow (32-bits) */
in ZSTD_execSequence()
local
974
oMatchEnd
> oend_w ||
in ZSTD_execSequence()
980
assert(oLitEnd <
oMatchEnd
/* Non-zero match & no overflow */);
in ZSTD_execSequence()
981
assert(
oMatchEnd
<= oend /* No underflow */);
in ZSTD_execSequence()
984
assert(
oMatchEnd
<= oend_w /* Can wildcopy matches */);
in ZSTD_execSequence()
1016
assert(op <=
oMatchEnd
);
in ZSTD_execSequence()
1017
assert(
oMatchEnd
<= oend_w);
in ZSTD_execSequence()
1039
assert(op <
oMatchEnd
);
in ZSTD_execSequence()
1053
BYTE* const
oMatchEnd
= op + sequenceLength; /* risk : address space overflow (32-bits) */
in ZSTD_execSequenceSplitLitBuffer()
local
1066
oMatchEnd
> oend_
in ZSTD_execSequenceSplitLitBuffer()
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
decompress.c
885
BYTE *const
oMatchEnd
= op + sequenceLength; /* risk : address space overflow (32-bits) */
in ZSTD_execSequenceLast7()
local
891
if (
oMatchEnd
> oend)
in ZSTD_execSequenceLast7()
926
while (op <
oMatchEnd
)
in ZSTD_execSequenceLast7()
1012
BYTE *const
oMatchEnd
= op + sequenceLength; /* risk : address space overflow (32-bits) */
in ZSTD_execSequence()
local
1018
if (
oMatchEnd
> oend)
in ZSTD_execSequence()
1079
if (
oMatchEnd
> oend - (16 - MINMATCH)) {
in ZSTD_execSequence()
1085
while (op <
oMatchEnd
)
in ZSTD_execSequence()
1268
BYTE *const
oMatchEnd
= op + sequenceLength; /* risk : address space overflow (32-bits) */
in ZSTD_execSequenceLong()
local
1274
if (
oMatchEnd
> oend)
in ZSTD_execSequenceLong()
1334
if (
oMatchEnd
> oen
in ZSTD_execSequenceLong()
[all...]
Completed in 7 milliseconds