Home
last modified time | relevance | path

Searched refs:DInfo (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h613 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local
614 return DInfo.symbol; in FSE_peekSymbol()
619 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
620 U32 const nbBits = DInfo.nbBits; in FSE_updateState()
622 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
628 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()
629 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()
632 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
641 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
642 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast()
[all …]
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c784 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
785 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
786 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
789 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
795 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
796 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
797 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
800 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v06.c1123 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_peekSymbol() local
1124 return DInfo.symbol; in FSEv06_peekSymbol()
1129 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_updateState() local
1130 U32 const nbBits = DInfo.nbBits; in FSEv06_updateState()
1132 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState()
1138 U32 const nbBits = DInfo.nbBits; in FSEv06_decodeSymbol()
1139 BYTE const symbol = DInfo.symbol; in FSEv06_decodeSymbol()
1142 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol()
1151 U32 const nbBits = DInfo.nbBits; in FSEv06_decodeSymbolFast()
1152 BYTE const symbol = DInfo.symbol; in FSEv06_decodeSymbolFast()
[all …]
H A Dzstd_v07.c887 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_peekSymbol() local
888 return DInfo.symbol; in FSEv07_peekSymbol()
893 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_updateState() local
894 U32 const nbBits = DInfo.nbBits; in FSEv07_updateState()
896 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_updateState()
902 U32 const nbBits = DInfo.nbBits; in FSEv07_decodeSymbol()
903 BYTE const symbol = DInfo.symbol; in FSEv07_decodeSymbol()
906 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbol()
915 U32 const nbBits = DInfo.nbBits; in FSEv07_decodeSymbolFast()
916 BYTE const symbol = DInfo.symbol; in FSEv07_decodeSymbolFast()
[all …]
H A Dzstd_v03.c728 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
729 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
730 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
733 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
739 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
740 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
741 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
744 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v05.c1017 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_peakSymbol() local
1018 return DInfo.symbol; in FSEv05_peakSymbol()
1023 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbol() local
1024 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbol()
1025 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbol()
1028 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol()
1034 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbolFast() local
1035 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbolFast()
1036 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbolFast()
1039 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
H A Dzstd_v04.c901 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
902 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
903 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
906 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
912 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
913 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
914 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
917 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v02.c726 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
727 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
728 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
731 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
737 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
738 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
739 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
742 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c914 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; in ZSTD_updateFseState() local
915 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseState()
917 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()
921 …_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, ZSTD_seqSymbol const DInfo) in ZSTD_updateFseStateWithDInfo() argument
923 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseStateWithDInfo()
925 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseStateWithDInfo()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2057 return DInfo.symbol; in FSE_peekSymbol()
2063 U32 const nbBits = DInfo.nbBits; in FSE_updateState()
2065 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
2071 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()
2072 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()
2075 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
2084 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
2085 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast()
2088 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
27204 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseState()
[all …]