OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HASH_READ_SIZE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c
29
const BYTE* const iend = ((const BYTE*)end) -
HASH_READ_SIZE
;
67
const BYTE* const iend = ((const BYTE*)end) -
HASH_READ_SIZE
;
122
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
347
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
zstd_fast.c
26
const BYTE* const iend = ((const BYTE*)end) -
HASH_READ_SIZE
;
63
const BYTE* const iend = ((const BYTE*)end) -
HASH_READ_SIZE
;
207
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
500
const BYTE* const ilimit = iend -
HASH_READ_SIZE
;
zstd_compress_internal.h
33
#define
HASH_READ_SIZE
8
1376
if (window->dictLimit - window->lowLimit <
HASH_READ_SIZE
) window->lowLimit = window->dictLimit; /* too small extDict */
zstd_ldm.c
362
BYTE const* const ilimit = iend -
HASH_READ_SIZE
;
zstd_compress.c
4975
if (srcSize <=
HASH_READ_SIZE
) return 0;
4998
assert(srcSize >=
HASH_READ_SIZE
);
5001
ZSTD_dedicatedDictSearch_lazy_loadDictionary(ms, iend-
HASH_READ_SIZE
);
5007
ZSTD_row_update(ms, iend-
HASH_READ_SIZE
);
5010
ZSTD_insertAndFindFirstIndex(ms, iend-
HASH_READ_SIZE
);
5026
assert(srcSize >=
HASH_READ_SIZE
);
5028
ZSTD_updateTree(ms, iend-
HASH_READ_SIZE
, iend);
Completed in 82 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026