OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_rollingHash_compute
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c
1785
hash =
ZSTD_rollingHash_compute
(prev, RSYNC_LENGTH);
1789
hash =
ZSTD_rollingHash_compute
(prev + pos, (RSYNC_LENGTH - pos));
1801
hash =
ZSTD_rollingHash_compute
(prev, RSYNC_LENGTH);
1821
assert(pos < RSYNC_LENGTH ||
ZSTD_rollingHash_compute
(istart + pos - RSYNC_LENGTH, RSYNC_LENGTH) == hash);
1827
* assert(pos < RSYNC_LENGTH ||
ZSTD_rollingHash_compute
(istart + pos - RSYNC_LENGTH, RSYNC_LENGTH) == hash);
1838
assert(pos < RSYNC_LENGTH ||
ZSTD_rollingHash_compute
(istart + pos - RSYNC_LENGTH, RSYNC_LENGTH) == hash);
zstd_compress_internal.h
995
/**
ZSTD_rollingHash_compute
() :
998
MEM_STATIC U64
ZSTD_rollingHash_compute
(void const* buf, size_t size)
Completed in 61 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026