Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dfse.h604 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local
605 return DInfo.symbol; in FSE_peekSymbol()
610 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
611 U32 const nbBits = DInfo.nbBits; in FSE_updateState()
613 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
618 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
619 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()
620 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()
623 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
631 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
[all …]
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v01.c778 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
779 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
780 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
783 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
789 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
790 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
791 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
794 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
Dzstd_v06.c1117 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_peekSymbol() local
1118 return DInfo.symbol; in FSEv06_peekSymbol()
1123 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_updateState() local
1124 U32 const nbBits = DInfo.nbBits; in FSEv06_updateState()
1126 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState()
1131 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_decodeSymbol() local
1132 U32 const nbBits = DInfo.nbBits; in FSEv06_decodeSymbol()
1133 BYTE const symbol = DInfo.symbol; in FSEv06_decodeSymbol()
1136 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol()
1144 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_decodeSymbolFast() local
[all …]
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 …]
Dzstd_v03.c713 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
714 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
715 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
718 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
724 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
725 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
726 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
729 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
Dzstd_v05.c1011 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_peakSymbol() local
1012 return DInfo.symbol; in FSEv05_peakSymbol()
1017 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbol() local
1018 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbol()
1019 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbol()
1022 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol()
1028 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbolFast() local
1029 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbolFast()
1030 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbolFast()
1033 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
Dzstd_v02.c711 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
712 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
713 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
716 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
722 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
723 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
724 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
727 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
Dzstd_v04.c949 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
950 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()
951 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()
954 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
960 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
961 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()
962 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()
965 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DDiagnostic.cpp597 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, in HandleSelectModifier() argument
615 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier()
738 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, in HandlePluralModifier() argument
755 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr); in HandlePluralModifier()
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
Dzstd_decompress.c1249 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; in ZSTD_updateFseState() local
1250 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseState()
1252 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp7610 FileDeclsInfo &DInfo = I->second; in FindFileRegionDecls() local
7611 if (DInfo.Decls.empty()) in FindFileRegionDecls()
7618 DeclIDComp DIDComp(*this, *DInfo.Mod); in FindFileRegionDecls()
7620 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp); in FindFileRegionDecls()
7621 if (BeginIt != DInfo.Decls.begin()) in FindFileRegionDecls()
7627 while (BeginIt != DInfo.Decls.begin() && in FindFileRegionDecls()
7628 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
7633 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp); in FindFileRegionDecls()
7634 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls()
7639 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()