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:olimit
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
fse_decompress.c
213
BYTE *const
olimit
= omax - 3;
in FSE_decompress_usingDTable_generic()
local
228
for (; (BIT_reloadDStream(&bitD) == BIT_DStream_unfinished) & (op <
olimit
); op += 4) {
in FSE_decompress_usingDTable_generic()
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
fse_decompress.c
239
BYTE* const
olimit
= omax-3;
in FSE_decompress_usingDTable_generic()
local
254
for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) & (op<
olimit
) ; op+=4) {
in FSE_decompress_usingDTable_generic()
/kernel/linux/linux-5.10/lib/lz4/
H
A
D
lz4_compress.c
201
BYTE * const
olimit
= op + maxOutputSize;
in LZ4_compress_generic()
local
310
(litLength / 255) >
olimit
)))
in LZ4_compress_generic()
371
(matchCode >> 8) >
olimit
)))
in LZ4_compress_generic()
/kernel/linux/linux-6.6/lib/lz4/
H
A
D
lz4_compress.c
201
BYTE * const
olimit
= op + maxOutputSize;
in LZ4_compress_generic()
local
310
(litLength / 255) >
olimit
)))
in LZ4_compress_generic()
371
(matchCode >> 8) >
olimit
)))
in LZ4_compress_generic()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
huf_decompress.c
560
BYTE* const
olimit
= oend - 3;
in HUF_decompress4X1_usingDTable_internal_body()
local
598
for ( ; (endSignal) & (op4 <
olimit
) ; ) {
in HUF_decompress4X1_usingDTable_internal_body()
1254
BYTE* const
olimit
= oend - (sizeof(size_t)-1);
in HUF_decompress4X2_usingDTable_internal_body()
local
1292
for ( ; (endSignal) & (op4 <
olimit
); ) {
in HUF_decompress4X2_usingDTable_internal_body()
Completed in 8 milliseconds