OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HUF_BLOCKBOUND
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
huf.h
52
#define
HUF_BLOCKBOUND
(size) (size + (size>>8) + 8) /* only true when incompressible is pre-filtered with fast heuristic */
53
#define HUF_COMPRESSBOUND(size) (HUF_CTABLEBOUND +
HUF_BLOCKBOUND
(size)) /* Macro version, useful for static allocation */
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c
735
#define
HUF_BLOCKBOUND
(size) (size + (size>>8) + 8) /* only true if incompressible pre-filtered with fast heuristic */
736
#define HUF_COMPRESSBOUND(size) (HUF_CTABLEBOUND +
HUF_BLOCKBOUND
(size)) /* Macro version, useful for static allocation */
zstd_v02.c
734
#define
HUF_BLOCKBOUND
(size) (size + (size>>8) + 8) /* only true if incompressible pre-filtered with fast heuristic */
735
#define HUF_COMPRESSBOUND(size) (HUF_CTABLEBOUND +
HUF_BLOCKBOUND
(size)) /* Macro version, useful for static allocation */
Completed in 29 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026