Home
last modified time | relevance | path

Searched defs:FSE_BLOCKBOUND (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h304 #define FSE_BLOCKBOUND(size) ((size) + ((size)>>7) + 4 /* fse states */ + sizeof(size_t) /* bitCont… macro
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c657 #define FSE_BLOCKBOUND(size) (size + (size>>7)) macro
H A Dzstd_v04.c830 #define FSE_BLOCKBOUND(size) (size + (size>>7)) macro
H A Dzstd_v02.c655 #define FSE_BLOCKBOUND(size) (size + (size>>7)) macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1759 #define FSE_BLOCKBOUND(size) (size + (size>>7) + 4 /* fse states */ + sizeof(size_t) /* bitContaine… macro