Searched refs:FSE_MIN_TABLELOG (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c211 bitStream += (tableLog-FSE_MIN_TABLELOG) << bitCount;
292 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */
334 if (tableLog < FSE_MIN_TABLELOG) tableLog = FSE_MIN_TABLELOG;
441 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c142 assert(tableSize % unroll == 0); /* FSE_MIN_TABLELOG is 5 */
251 bitStream += (tableLog-FSE_MIN_TABLELOG) << bitCount;
332 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */
374 if (tableLog < FSE_MIN_TABLELOG) tableLog = FSE_MIN_TABLELOG;
479 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c20 #define FSE_STATIC_LINKING_ONLY /* FSE_MIN_TABLELOG */
71 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */
H A Dfse.h673 #define FSE_MIN_TABLELOG 5 macro
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dentropy_common.c20 #define FSE_STATIC_LINKING_ONLY /* FSE_MIN_TABLELOG */
100 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */
H A Dfse.h702 #define FSE_MIN_TABLELOG 5 macro
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c311 #define FSE_MIN_TABLELOG 5 macro
494 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */
H A Dzstd_v03.c1047 #define FSE_MIN_TABLELOG 5 macro
1195 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */
H A Dzstd_v04.c1028 #define FSE_MIN_TABLELOG 5 macro
1172 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */
H A Dzstd_v02.c1046 #define FSE_MIN_TABLELOG 5 macro
1194 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */

Completed in 207 milliseconds