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:lowLimit
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/
H
A
D
lz4hc_compress.c
70
hc4->
lowLimit
= 64 * KB;
in LZ4HC_init()
111
const U32
lowLimit
= (hc4->
lowLimit
+ 64 * KB > (U32)(ip - base))
in LZ4HC_InsertAndFindBestMatch()
local
112
? hc4->
lowLimit
in LZ4HC_InsertAndFindBestMatch()
122
while ((matchIndex >=
lowLimit
)
in LZ4HC_InsertAndFindBestMatch()
183
const U32
lowLimit
= (hc4->
lowLimit
+ 64 * KB > (U32)(ip - base))
in LZ4HC_InsertAndGetWiderMatch()
local
184
? hc4->
lowLimit
in LZ4HC_InsertAndGetWiderMatch()
195
while ((matchIndex >=
lowLimit
)
in LZ4HC_InsertAndGetWiderMatch()
242
&& (matchIndex + back >
lowLimit
)
in LZ4HC_InsertAndGetWiderMatch()
[all...]
H
A
D
lz4_compress.c
190
const BYTE *
lowLimit
;
in LZ4_compress_generic()
local
216
lowLimit
= (const BYTE *)source;
in LZ4_compress_generic()
220
lowLimit
= (const BYTE *)source - dictPtr->dictSize;
in LZ4_compress_generic()
224
lowLimit
= (const BYTE *)source;
in LZ4_compress_generic()
272
lowLimit
= dictionary;
in LZ4_compress_generic()
275
lowLimit
= (const BYTE *)source;
in LZ4_compress_generic()
294
while (((ip > anchor) & (match + refDelta >
lowLimit
))
in LZ4_compress_generic()
339
&& (
lowLimit
== dictionary)) {
in LZ4_compress_generic()
407
lowLimit
= dictionary;
in LZ4_compress_generic()
410
lowLimit
in LZ4_compress_generic()
532
const BYTE *
lowLimit
= (const BYTE *) src;
LZ4_compress_destSize_generic()
local
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H
A
D
lz4hc_compress.c
70
hc4->
lowLimit
= 64 * KB;
in LZ4HC_init()
111
const U32
lowLimit
= (hc4->
lowLimit
+ 64 * KB > (U32)(ip - base))
in LZ4HC_InsertAndFindBestMatch()
local
112
? hc4->
lowLimit
in LZ4HC_InsertAndFindBestMatch()
122
while ((matchIndex >=
lowLimit
)
in LZ4HC_InsertAndFindBestMatch()
183
const U32
lowLimit
= (hc4->
lowLimit
+ 64 * KB > (U32)(ip - base))
in LZ4HC_InsertAndGetWiderMatch()
local
184
? hc4->
lowLimit
in LZ4HC_InsertAndGetWiderMatch()
195
while ((matchIndex >=
lowLimit
)
in LZ4HC_InsertAndGetWiderMatch()
242
&& (matchIndex + back >
lowLimit
)
in LZ4HC_InsertAndGetWiderMatch()
[all...]
H
A
D
lz4_compress.c
190
const BYTE *
lowLimit
;
in LZ4_compress_generic()
local
216
lowLimit
= (const BYTE *)source;
in LZ4_compress_generic()
220
lowLimit
= (const BYTE *)source - dictPtr->dictSize;
in LZ4_compress_generic()
224
lowLimit
= (const BYTE *)source;
in LZ4_compress_generic()
272
lowLimit
= dictionary;
in LZ4_compress_generic()
275
lowLimit
= (const BYTE *)source;
in LZ4_compress_generic()
294
while (((ip > anchor) & (match + refDelta >
lowLimit
))
in LZ4_compress_generic()
339
&& (
lowLimit
== dictionary)) {
in LZ4_compress_generic()
407
lowLimit
= dictionary;
in LZ4_compress_generic()
410
lowLimit
in LZ4_compress_generic()
532
const BYTE *
lowLimit
= (const BYTE *) src;
LZ4_compress_destSize_generic()
local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_compress_internal.h
189
U32
lowLimit
; /* below that point, no more valid data */
member
892
- ZSTD_CURRENT_MAX) /* Maximum beginning
lowLimit
*/
903
window->
lowLimit
= end;
in ZSTD_window_clear()
910
window.
lowLimit
== ZSTD_WINDOW_START_INDEX &&
in ZSTD_window_isEmpty()
920
return window.
lowLimit
< window.dictLimit;
in ZSTD_window_hasExtDict()
1019
*
lowLimit
> (3<<29) ==> current > 3<<29 + 1<<windowLog
in ZSTD_window_correctOverflow()
1033
* 3. (cctx->
lowLimit
+ 1<<windowLog) < 1<<32:
in ZSTD_window_correctOverflow()
1062
if (window->
lowLimit
< correction + ZSTD_WINDOW_START_INDEX) {
in ZSTD_window_correctOverflow()
1063
window->
lowLimit
= ZSTD_WINDOW_START_INDEX;
in ZSTD_window_correctOverflow()
1065
window->
lowLimit
in ZSTD_window_correctOverflow()
[all...]
H
A
D
zstd_lazy.c
86
U32 const windowValid = ms->window.
lowLimit
;
in ZSTD_insertDUBT1()
91
DEBUGLOG(8, "ZSTD_insertDUBT1(%u) (dictLimit=%u,
lowLimit
=%u)",
in ZSTD_insertDUBT1()
175
U32 const dictLowLimit = dms->window.
lowLimit
;
in ZSTD_DUBT_findBetterDictMatch()
176
U32 const dictIndexDelta = ms->window.
lowLimit
- dictHighLimit;
in ZSTD_DUBT_findBetterDictMatch()
665
const U32 lowestValid = ms->window.
lowLimit
;
in ZSTD_HcFindBestMatch()
668
const U32
lowLimit
= isDictionary ? lowestValid : withinMaxDistance;
in ZSTD_HcFindBestMatch()
local
689
for ( ; (matchIndex>=
lowLimit
) & (nbAttempts>0) ; nbAttempts--) {
in ZSTD_HcFindBestMatch()
1139
const U32 lowestValid = ms->window.
lowLimit
;
in ZSTD_RowFindBestMatch()
1142
const U32
lowLimit
= isDictionary ? lowestValid : withinMaxDistance;
in ZSTD_RowFindBestMatch()
local
1199
if (matchIndex <
lowLimit
)
in ZSTD_RowFindBestMatch()
[all...]
H
A
D
zstd_fast.c
563
const U32
lowLimit
= ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog);
in ZSTD_compressBlock_fast_extDict_generic()
local
564
const U32 dictStartIndex =
lowLimit
;
in ZSTD_compressBlock_fast_extDict_generic()
567
const U32 prefixStartIndex = dictLimit <
lowLimit
?
lowLimit
: dictLimit;
in ZSTD_compressBlock_fast_extDict_generic()
H
A
D
zstd_double_fast.c
547
const U32
lowLimit
= ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog);
in ZSTD_compressBlock_doubleFast_extDict_generic()
local
548
const U32 dictStartIndex =
lowLimit
;
in ZSTD_compressBlock_doubleFast_extDict_generic()
550
const U32 prefixStartIndex = (dictLimit >
lowLimit
) ? dictLimit :
lowLimit
;
in ZSTD_compressBlock_doubleFast_extDict_generic()
H
A
D
zstd_opt.c
599
U32 const dmsLowLimit = dictMode == ZSTD_dictMatchState ? dms->window.
lowLimit
: 0;
in ZSTD_insertBtAndGetAllMatches()
1366
assert(ms->window.dictLimit == ms->window.
lowLimit
); /* no dictionary */
in ZSTD_initStats_ultra()
1375
ms->window.
lowLimit
= ms->window.dictLimit;
in ZSTD_initStats_ultra()
1406
&& (ms->window.dictLimit == ms->window.
lowLimit
) /* no dictionary */
in ZSTD_compressBlock_btultra2()
H
A
D
zstd_ldm.c
332
U32 const lowestIndex = extDict ? ldmState->window.
lowLimit
: dictLimit;
in ZSTD_ldm_generateSequences_internal()
H
A
D
zstd_compress.c
3874
if (ms->nextToUpdate < ms->window.
lowLimit
) ms->nextToUpdate = ms->window.
lowLimit
;
in ZSTD_compress_frameChunk()
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
compress.c
58
U32
lowLimit
; /* below that point, no more data */
member
222
cctx->
lowLimit
= end;
in ZSTD_continueCCtx()
296
zc->
lowLimit
= 0;
in ZSTD_resetCCtx_advanced()
376
dstCCtx->
lowLimit
= srcCCtx->
lowLimit
;
in ZSTD_copyCCtx()
1126
const U32 lowestIndex = ctx->
lowLimit
;
in ZSTD_compressBlock_fast_extDict_generic()
1407
const U32 lowestIndex = ctx->
lowLimit
;
in ZSTD_compressBlock_doubleFast_extDict_generic()
1582
U32 const windowLow = zc->
lowLimit
;
in ZSTD_insertBt1()
1661
const U32 windowLow = zc->
lowLimit
;
in ZSTD_insertBtAndFindBestMatch()
1831
const U32
lowLimit
in ZSTD_HcFindBestMatch_generic()
local
[all...]
H
A
D
zstd_opt.h
253
const U32 windowLow = zc->
lowLimit
;
in ZSTD_insertBtAndGetAllMatches()
709
const U32 lowestIndex = ctx->
lowLimit
;
in ZSTD_compressBlock_opt_extDict_generic()
/kernel/linux/linux-5.10/include/linux/
H
A
D
lz4.h
126
unsigned int
lowLimit
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
lz4.h
126
unsigned int
lowLimit
;
member
Completed in 34 milliseconds