Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h588 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local
589 return DInfo.symbol; in FSE_peekSymbol()
594 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
595 U32 const nbBits = DInfo.nbBits; in FSE_updateState()
597 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
602 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
603 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()
604 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()
607 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
615 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
[all …]
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h614 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local
615 return DInfo.symbol; in FSE_peekSymbol()
620 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
621 U32 const nbBits = DInfo.nbBits; in FSE_updateState()
623 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
628 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
629 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()
630 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()
633 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
641 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
[all …]
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c780 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
781 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
782 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
785 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
791 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
792 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
793 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
796 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v06.c1119 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_peekSymbol() local
1120 return DInfo.symbol; in FSEv06_peekSymbol()
1125 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_updateState() local
1126 U32 const nbBits = DInfo.nbBits; in FSEv06_updateState()
1128 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState()
1133 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_decodeSymbol() local
1134 U32 const nbBits = DInfo.nbBits; in FSEv06_decodeSymbol()
1135 BYTE const symbol = DInfo.symbol; in FSEv06_decodeSymbol()
1138 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol()
1146 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_decodeSymbolFast() local
[all …]
H A Dzstd_v07.c883 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_peekSymbol() local
884 return DInfo.symbol; in FSEv07_peekSymbol()
889 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_updateState() local
890 U32 const nbBits = DInfo.nbBits; in FSEv07_updateState()
892 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_updateState()
897 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_decodeSymbol() local
898 U32 const nbBits = DInfo.nbBits; in FSEv07_decodeSymbol()
899 BYTE const symbol = DInfo.symbol; in FSEv07_decodeSymbol()
902 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbol()
910 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_decodeSymbolFast() local
[all …]
H A Dzstd_v03.c724 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
725 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
726 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
729 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
735 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
736 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
737 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
740 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v05.c1013 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_peakSymbol() local
1014 return DInfo.symbol; in FSEv05_peakSymbol()
1019 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbol() local
1020 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbol()
1021 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbol()
1024 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol()
1030 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbolFast() local
1031 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbolFast()
1032 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbolFast()
1035 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
H A Dzstd_v02.c722 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
723 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
724 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
727 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
733 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
734 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
735 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
738 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v04.c897 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
898 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
899 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
902 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
908 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
909 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
910 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
913 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c806 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; in ZSTD_updateFseState() local
807 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseState()
809 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()
813 …_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, ZSTD_seqSymbol const DInfo) in ZSTD_updateFseStateWithDInfo() argument
815 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseStateWithDInfo()
817 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseStateWithDInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp611 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, in HandleSelectModifier() argument
629 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier()
752 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, in HandlePluralModifier() argument
769 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr); in HandlePluralModifier()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8007 FileDeclsInfo &DInfo = I->second; in FindFileRegionDecls() local
8008 if (DInfo.Decls.empty()) in FindFileRegionDecls()
8015 UnalignedDeclIDComp DIDComp(*this, *DInfo.Mod); in FindFileRegionDecls()
8017 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp); in FindFileRegionDecls()
8018 if (BeginIt != DInfo.Decls.begin()) in FindFileRegionDecls()
8024 while (BeginIt != DInfo.Decls.begin() && in FindFileRegionDecls()
8025 GetDecl(getGlobalDeclID(*DInfo.Mod, in FindFileRegionDecls()
8026 LocalDeclID::get(*this, *DInfo.Mod, *BeginIt))) in FindFileRegionDecls()
8031 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp); in FindFileRegionDecls()
8032 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls()
[all …]