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:HASH_READ_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_fast.c
25
const BYTE* const iend = ((const BYTE*)end) -
HASH_READ_SIZE
;
in ZSTD_fillHashTable()
109
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
in ZSTD_compressBlock_fast_noDict_generic()
388
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
in ZSTD_compressBlock_fast_dictMatchState_generic()
H
A
D
zstd_double_fast.c
26
const BYTE* const iend = ((const BYTE*)end) -
HASH_READ_SIZE
;
in ZSTD_fillDoubleHashTable()
68
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
in ZSTD_compressBlock_doubleFast_noDict_generic()
276
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
H
A
D
zstd_compress_internal.h
29
#define
HASH_READ_SIZE
8
macro
1224
if (window->dictLimit - window->lowLimit <
HASH_READ_SIZE
) window->lowLimit = window->dictLimit; /* too small extDict */
H
A
D
zstd_ldm.c
341
BYTE const* const ilimit = iend -
HASH_READ_SIZE
;
in ZSTD_ldm_generateSequences_internal()
H
A
D
zstd_compress.c
4151
if (srcSize <=
HASH_READ_SIZE
) return 0;
in ZSTD_loadDictionaryContent()
4170
assert(srcSize >=
HASH_READ_SIZE
);
in ZSTD_loadDictionaryContent()
4173
ZSTD_dedicatedDictSearch_lazy_loadDictionary(ms, iend-
HASH_READ_SIZE
);
in ZSTD_loadDictionaryContent()
4179
ZSTD_row_update(ms, iend-
HASH_READ_SIZE
);
in ZSTD_loadDictionaryContent()
4182
ZSTD_insertAndFindFirstIndex(ms, iend-
HASH_READ_SIZE
);
in ZSTD_loadDictionaryContent()
4192
assert(srcSize >=
HASH_READ_SIZE
);
in ZSTD_loadDictionaryContent()
4193
ZSTD_updateTree(ms, iend-
HASH_READ_SIZE
, iend);
in ZSTD_loadDictionaryContent()
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
compress.c
32
#define
HASH_READ_SIZE
8
macro
998
const BYTE *const iend = ((const BYTE *)end) -
HASH_READ_SIZE
;
in ZSTD_fillHashTable()
1020
const BYTE *const ilimit = iend -
HASH_READ_SIZE
;
in ZSTD_compressBlock_fast_generic()
1243
const BYTE *const iend = ((const BYTE *)end) -
HASH_READ_SIZE
;
in ZSTD_fillDoubleHashTable()
1268
const BYTE *const ilimit = iend -
HASH_READ_SIZE
;
in ZSTD_compressBlock_doubleFast_generic()
2516
if (cctx->dictLimit - cctx->lowLimit <
HASH_READ_SIZE
)
in ZSTD_compressContinue_internal()
2571
if (srcSize <=
HASH_READ_SIZE
)
in ZSTD_loadDictionaryContent()
2582
if (srcSize >=
HASH_READ_SIZE
)
in ZSTD_loadDictionaryContent()
2583
ZSTD_insertAndFindFirstIndex(zc, iend -
HASH_READ_SIZE
, zc->params.cParams.searchLength);
in ZSTD_loadDictionaryContent()
2589
if (srcSize >=
HASH_READ_SIZE
)
in ZSTD_loadDictionaryContent()
[all...]
Completed in 23 milliseconds