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:length4
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
huf_decompress.c
268
size_t const
length4
= cSrcSize - (length1 + length2 + length3 + 6);
in HUF_decompress4X2_usingDTable_internal()
local
285
if (
length4
> cSrcSize)
in HUF_decompress4X2_usingDTable_internal()
303
size_t const errorCode = BIT_initDStream(&bitD4, istart4,
length4
);
in HUF_decompress4X2_usingDTable_internal()
727
size_t const
length4
= cSrcSize - (length1 + length2 + length3 + 6);
in HUF_decompress4X4_usingDTable_internal()
local
744
if (
length4
> cSrcSize)
in HUF_decompress4X4_usingDTable_internal()
762
size_t const errorCode = BIT_initDStream(&bitD4, istart4,
length4
);
in HUF_decompress4X4_usingDTable_internal()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
huf_decompress.c
192
size_t const
length4
= srcSize - (length1 + length2 + length3 + 6);
in HUF_DecompressAsmArgs_init()
local
203
if (length1 < 16 || length2 < 8 || length3 < 8 ||
length4
< 8)
in HUF_DecompressAsmArgs_init()
205
if (
length4
> srcSize) return ERROR(corruption_detected); /* overflow */
in HUF_DecompressAsmArgs_init()
572
size_t const
length4
= cSrcSize - (length1 + length2 + length3 + 6);
in HUF_decompress4X1_usingDTable_internal_body()
local
589
if (
length4
> cSrcSize) return ERROR(corruption_detected); /* overflow */
in HUF_decompress4X1_usingDTable_internal_body()
594
CHECK_F( BIT_initDStream(&bitD4, istart4,
length4
) );
in HUF_decompress4X1_usingDTable_internal_body()
1266
size_t const
length4
= cSrcSize - (length1 + length2 + length3 + 6);
in HUF_decompress4X2_usingDTable_internal_body()
local
1283
if (
length4
> cSrcSize) return ERROR(corruption_detected); /* overflow */
in HUF_decompress4X2_usingDTable_internal_body()
1288
CHECK_F( BIT_initDStream(&bitD4, istart4,
length4
) );
in HUF_decompress4X2_usingDTable_internal_body()
Completed in 5 milliseconds