Searched defs:lowBits (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 621 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_updateState() local 630 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local 643 size_t const lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 916 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseState() local 924 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseStateWithDInfo() local
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 1131 size_t const lowBits = BITv06_readBits(bitD, nbBits); in FSEv06_updateState() local 1140 size_t const lowBits = BITv06_readBits(bitD, nbBits); in FSEv06_decodeSymbol() local 1153 size_t const lowBits = BITv06_readBitsFast(bitD, nbBits); in FSEv06_decodeSymbolFast() local
|
| H A D | zstd_v01.c | 787 size_t lowBits = FSE_readBits(bitD, nbBits); in FSE_decodeSymbol() local 798 size_t lowBits = FSE_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
|
| H A D | zstd_v07.c | 895 size_t const lowBits = BITv07_readBits(bitD, nbBits); in FSEv07_updateState() local 904 size_t const lowBits = BITv07_readBits(bitD, nbBits); in FSEv07_decodeSymbol() local 917 size_t const lowBits = BITv07_readBitsFast(bitD, nbBits); in FSEv07_decodeSymbolFast() local
|
| H A D | zstd_v03.c | 731 size_t lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local 742 size_t lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
|
| H A D | zstd_v04.c | 904 size_t lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local 915 size_t lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
|
| H A D | zstd_v02.c | 729 size_t lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local 740 size_t lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
|
| H A D | zstd_v05.c | 1026 size_t lowBits = BITv05_readBits(bitD, nbBits); in FSEv05_decodeSymbol() local 1037 size_t lowBits = BITv05_readBitsFast(bitD, nbBits); in FSEv05_decodeSymbolFast() local
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2064 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_updateState() local 2073 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local 2086 size_t const lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local 27205 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseState() local 27213 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseStateWithDInfo() local
|