Searched defs:nbBits (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dhuf.h141 BYTE nbBits; member in struct:HUF_CElt_s
H A Dbitstream.h203 BIT_addBits(BIT_CStream_t* bitC, size_t value, unsigned nbBits) argument
216 BIT_addBitsFast(BIT_CStream_t* bitC, size_t value, unsigned nbBits) argument
330 BIT_getMiddleBits(size_t bitContainer, U32 const start, U32 const nbBits) argument
338 BIT_getLowerBits(size_t bitContainer, U32 const nbBits) argument
354 BIT_lookBits(const BIT_DStream_t* bitD, U32 nbBits) argument
370 BIT_lookBitsFast(const BIT_DStream_t* bitD, U32 nbBits) argument
377 BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) argument
386 BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits) argument
395 BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits) argument
[all...]
H A Dentropy_common.c70 int nbBits; local
[all...]
H A Dfse_decompress.c205 size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) argument
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h70 BYTE nbBits; member in struct:__anon10972
H A Dhuf_decompress.c116 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX1; /* single-symbol decoding */ member in struct:__anon10961
122 static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) { argument
222 BYTE const nbBits = (BYTE)(tableLog + 1 - w); local
520 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; /* double-symbols decoding */ member in struct:__anon10963
553 const U32 nbBits = nbBitsBaseline - weight; local
585 const U32 nbBits = nbBitsBaseline - weight; local
[all...]
H A Dzstd_decompress_block.c544 U32 const nbBits = nbAdditionalBits[symbol]; local
915 U32 const nbBits = DInfo.nbBits; local
923 U32 const nbBits = DInfo.nbBits; local
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c204 int nbBits; local
501 size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits) argument
[all...]
H A Dhuf_compress.c205 BYTE nbBits; member in struct:nodeElt_s
527 size_t nbBits = 0; local
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c129 unsigned char nbBits; member in struct:__anon10998
488 int nbBits; local
615 FSE_buildDTable_raw(FSE_DTable* dt, unsigned nbBits) argument
701 FSE_lookBits(FSE_DStream_t* bitD, U32 nbBits) argument
707 FSE_lookBitsFast(FSE_DStream_t* bitD, U32 nbBits) argument
713 FSE_skipBits(FSE_DStream_t* bitD, U32 nbBits) argument
726 FSE_readBits(FSE_DStream_t* bitD, U32 nbBits) argument
733 FSE_readBitsFast(FSE_DStream_t* bitD, U32 nbBits) argument
785 const U32 nbBits = DInfo.nbBits; local
796 const U32 nbBits = DInfo.nbBits; local
942 BYTE nbBits; member in struct:HUF_CElt_s
949 BYTE nbBits; member in struct:nodeElt_s
958 BYTE nbBits; member in struct:__anon11003
1723 U32 offsetCode, nbBits; local
[all...]
H A Dzstd_v02.c433 MEM_STATIC size_t BIT_lookBits(BIT_DStream_t* bitD, U32 nbBits) argument
441 MEM_STATIC size_t BIT_lookBitsFast(BIT_DStream_t* bitD, U32 nbBits) argument
447 MEM_STATIC void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) argument
452 BIT_readBits(BIT_DStream_t* bitD, U32 nbBits) argument
461 BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits) argument
712 unsigned char nbBits; member in struct:__anon11017
727 const U32 nbBits = DInfo.nbBits; local
738 const U32 nbBits = DInfo.nbBits; local
1188 int nbBits; local
1315 FSE_buildDTable_raw(FSE_DTable* dt, unsigned nbBits) argument
1535 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; /* single-symbol decoding */ member in struct:__anon11018
1537 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding */ member in struct:__anon11019
1866 const U32 nbBits = nbBitsBaseline - weight; local
1900 const U32 nbBits = nbBitsBaseline - weight; local
2198 typedef struct { BYTE nbBits; BYTE nbBytes; } HUF_DDescX6; member in struct:__anon11021
2235 const int nbBits = nbBitsBaseline - weight; /* >= 1 (by construction) */ local
3074 U32 offsetCode, nbBits; local
[all...]
H A Dzstd_v03.c435 MEM_STATIC size_t BIT_lookBits(BIT_DStream_t* bitD, U32 nbBits) argument
443 MEM_STATIC size_t BIT_lookBitsFast(BIT_DStream_t* bitD, U32 nbBits) argument
449 MEM_STATIC void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) argument
454 BIT_readBits(BIT_DStream_t* bitD, U32 nbBits) argument
463 BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits) argument
714 unsigned char nbBits; member in struct:__anon11036
729 const U32 nbBits = DInfo.nbBits; local
740 const U32 nbBits = DInfo.nbBits; local
1189 int nbBits; local
1316 FSE_buildDTable_raw(FSE_DTable* dt, unsigned nbBits) argument
1532 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; /* single-symbol decoding */ member in struct:__anon11037
1534 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding */ member in struct:__anon11038
1863 const U32 nbBits = nbBitsBaseline - weight; local
1897 const U32 nbBits = nbBitsBaseline - weight; local
2715 U32 offsetCode, nbBits; local
[all...]
H A Dzstd_v04.c700 MEM_STATIC size_t BIT_lookBits(BIT_DStream_t* bitD, U32 nbBits) argument
708 MEM_STATIC size_t BIT_lookBitsFast(BIT_DStream_t* bitD, U32 nbBits) argument
714 MEM_STATIC void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) argument
719 BIT_readBits(BIT_DStream_t* bitD, U32 nbBits) argument
728 BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits) argument
887 unsigned char nbBits; member in struct:__anon11055
902 const U32 nbBits = DInfo.nbBits; local
913 const U32 nbBits = DInfo.nbBits; local
1166 int nbBits; local
1294 FSE_buildDTable_raw(FSE_DTable* dt, unsigned nbBits) argument
1685 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; /* single-symbol decoding */ member in struct:__anon11056
1687 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding */ member in struct:__anon11057
2014 const U32 nbBits = nbBitsBaseline - weight; local
2048 const U32 nbBits = nbBitsBaseline - weight; local
2837 U32 offsetCode, nbBits; local
[all...]
H A Dzstd_v05.c826 MEM_STATIC size_t BITv05_lookBits(BITv05_DStream_t* bitD, U32 nbBits) argument
834 MEM_STATIC size_t BITv05_lookBitsFast(BITv05_DStream_t* bitD, U32 nbBits) argument
840 MEM_STATIC void BITv05_skipBits(BITv05_DStream_t* bitD, U32 nbBits) argument
845 BITv05_readBits(BITv05_DStream_t* bitD, unsigned nbBits) argument
854 BITv05_readBitsFast(BITv05_DStream_t* bitD, unsigned nbBits) argument
1003 unsigned char nbBits; member in struct:__anon11073
1024 const U32 nbBits = DInfo.nbBits; local
1035 const U32 nbBits = DInfo.nbBits; local
1292 int nbBits; local
1402 FSEv05_buildDTable_raw(FSEv05_DTable* dt, unsigned nbBits) argument
1787 typedef struct { BYTE byte; BYTE nbBits; } HUFv05_DEltX2; /* single-symbol decoding */ member in struct:__anon11074
1789 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUFv05_DEltX4; /* double-symbols decoding */ member in struct:__anon11075
2140 const U32 nbBits = nbBitsBaseline - weight; local
2173 const U32 nbBits = nbBitsBaseline - weight; local
3179 U32 nbBits = offsetCode - 1; local
[all...]
H A Dzstd_v06.c928 MEM_STATIC size_t BITv06_lookBits(const BITv06_DStream_t* bitD, U32 nbBits) argument
936 MEM_STATIC size_t BITv06_lookBitsFast(const BITv06_DStream_t* bitD, U32 nbBits) argument
942 MEM_STATIC void BITv06_skipBits(BITv06_DStream_t* bitD, U32 nbBits) argument
947 BITv06_readBits(BITv06_DStream_t* bitD, U32 nbBits) argument
956 BITv06_readBitsFast(BITv06_DStream_t* bitD, U32 nbBits) argument
1109 unsigned char nbBits; member in struct:__anon11096
1130 U32 const nbBits = DInfo.nbBits; local
1138 U32 const nbBits = DInfo.nbBits; local
1151 U32 const nbBits = DInfo.nbBits; local
1273 int nbBits; local
1545 FSEv06_buildDTable_raw(FSEv06_DTable* dt, unsigned nbBits) argument
1996 typedef struct { BYTE byte; BYTE nbBits; } HUFv06_DEltX2; /* single-symbol decoding */ member in struct:__anon11097
1998 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUFv06_DEltX4; /* double-symbols decoding */ member in struct:__anon11098
2272 const U32 nbBits = nbBitsBaseline - weight; local
2305 const U32 nbBits = nbBitsBaseline - weight; local
[all...]
H A Dzstd_v07.c596 MEM_STATIC size_t BITv07_lookBits(const BITv07_DStream_t* bitD, U32 nbBits) argument
604 MEM_STATIC size_t BITv07_lookBitsFast(const BITv07_DStream_t* bitD, U32 nbBits) argument
610 MEM_STATIC void BITv07_skipBits(BITv07_DStream_t* bitD, U32 nbBits) argument
615 BITv07_readBits(BITv07_DStream_t* bitD, U32 nbBits) argument
624 BITv07_readBitsFast(BITv07_DStream_t* bitD, U32 nbBits) argument
873 unsigned char nbBits; member in struct:__anon11113
894 U32 const nbBits = DInfo.nbBits; local
902 U32 const nbBits = DInfo.nbBits; local
915 U32 const nbBits = DInfo.nbBits; local
1217 int nbBits; local
1565 FSEv07_buildDTable_raw(FSEv07_DTable* dt, unsigned nbBits) argument
1778 typedef struct { BYTE byte; BYTE nbBits; } HUFv07_DEltX2; /* single-symbol decoding */ member in struct:__anon11115
2050 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUFv07_DEltX4; /* double-symbols decoding */ member in struct:__anon11116
2079 const U32 nbBits = nbBitsBaseline - weight; local
2112 const U32 nbBits = nbBitsBaseline - weight; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1494 BIT_addBits(BIT_CStream_t* bitC, size_t value, unsigned nbBits) argument
1507 BIT_addBitsFast(BIT_CStream_t* bitC, size_t value, unsigned nbBits) argument
1621 BIT_getMiddleBits(size_t bitContainer, U32 const start, U32 const nbBits) argument
1629 BIT_getLowerBits(size_t bitContainer, U32 const nbBits) argument
1641 BIT_lookBits(const BIT_DStream_t* bitD, U32 nbBits) argument
1657 BIT_lookBitsFast(const BIT_DStream_t* bitD, U32 nbBits) argument
1664 BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) argument
1673 BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits) argument
1682 BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits) argument
2042 unsigned char nbBits; member in struct:__anon10681
2063 U32 const nbBits = DInfo.nbBits; local
2071 U32 const nbBits = DInfo.nbBits; local
2084 U32 const nbBits = DInfo.nbBits; local
2524 int nbBits; local
2903 FSE_buildDTable_raw(FSE_DTable* dt, unsigned nbBits) argument
7679 int nbBits; local
7977 FSE_buildCTable_raw(FSE_CTable* ct, unsigned nbBits) argument
8472 BYTE nbBits; member in struct:HUF_CElt_s
8576 BYTE nbBits; member in struct:nodeElt_s
8788 size_t nbBits = 0; local
21465 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX1; /* single-symbol decoding */ member in struct:__anon10759
21809 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; /* double-symbols decoding */ member in struct:__anon10760
21842 const U32 nbBits = nbBitsBaseline - weight; local
21874 const U32 nbBits = nbBitsBaseline - weight; local
22693 BYTE nbBits; member in struct:__anon10764
26840 U32 const nbBits = nbAdditionalBits[symbol]; local
27204 U32 const nbBits = DInfo.nbBits; local
27212 U32 const nbBits = DInfo.nbBits; local
[all...]

Completed in 454 milliseconds