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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h588 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
589 return DInfo.symbol;
594 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
595 U32 const nbBits = DInfo.nbBits;
597 DStatePtr->state = DInfo.newState + lowBits;
602 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
603 U32 const nbBits = DInfo.nbBits;
604 BYTE const symbol = DInfo.symbol;
607 DStatePtr->state = DInfo.newState + lowBits;
615 FSE_decode_t const DInfo
[all...]
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h614 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
615 return DInfo.symbol;
620 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
621 U32 const nbBits = DInfo.nbBits;
623 DStatePtr->state = DInfo.newState + lowBits;
628 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
629 U32 const nbBits = DInfo.nbBits;
630 BYTE const symbol = DInfo.symbol;
633 DStatePtr->state = DInfo.newState + lowBits;
641 FSE_decode_t const DInfo
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c780 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
781 const U32 nbBits = DInfo.nbBits;
782 BYTE symbol = DInfo.symbol;
785 DStatePtr->state = DInfo.newState + lowBits;
791 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
792 const U32 nbBits = DInfo.nbBits;
793 BYTE symbol = DInfo.symbol;
796 DStatePtr->state = DInfo.newState + lowBits;
H A Dzstd_v06.c1119 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
1120 return DInfo.symbol;
1125 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
1126 U32 const nbBits = DInfo.nbBits;
1128 DStatePtr->state = DInfo.newState + lowBits;
1133 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
1134 U32 const nbBits = DInfo.nbBits;
1135 BYTE const symbol = DInfo.symbol;
1138 DStatePtr->state = DInfo.newState + lowBits;
1146 FSEv06_decode_t const DInfo local
[all...]
H A Dzstd_v07.c883 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
884 return DInfo.symbol;
889 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
890 U32 const nbBits = DInfo.nbBits;
892 DStatePtr->state = DInfo.newState + lowBits;
897 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
898 U32 const nbBits = DInfo.nbBits;
899 BYTE const symbol = DInfo.symbol;
902 DStatePtr->state = DInfo.newState + lowBits;
910 FSEv07_decode_t const DInfo local
[all...]
H A Dzstd_v03.c724 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
725 const U32 nbBits = DInfo.nbBits;
726 BYTE symbol = DInfo.symbol;
729 DStatePtr->state = DInfo.newState + lowBits;
735 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
736 const U32 nbBits = DInfo.nbBits;
737 BYTE symbol = DInfo.symbol;
740 DStatePtr->state = DInfo.newState + lowBits;
H A Dzstd_v05.c1013 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
1014 return DInfo.symbol;
1019 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
1020 const U32 nbBits = DInfo.nbBits;
1021 BYTE symbol = DInfo.symbol;
1024 DStatePtr->state = DInfo.newState + lowBits;
1030 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
1031 const U32 nbBits = DInfo.nbBits;
1032 BYTE symbol = DInfo.symbol;
1035 DStatePtr->state = DInfo
[all...]
H A Dzstd_v04.c897 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
898 const U32 nbBits = DInfo.nbBits;
899 BYTE symbol = DInfo.symbol;
902 DStatePtr->state = DInfo.newState + lowBits;
908 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
909 const U32 nbBits = DInfo.nbBits;
910 BYTE symbol = DInfo.symbol;
913 DStatePtr->state = DInfo.newState + lowBits;
H A Dzstd_v02.c722 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
723 const U32 nbBits = DInfo.nbBits;
724 BYTE symbol = DInfo.symbol;
727 DStatePtr->state = DInfo.newState + lowBits;
733 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; local
734 const U32 nbBits = DInfo.nbBits;
735 BYTE symbol = DInfo.symbol;
738 DStatePtr->state = DInfo.newState + lowBits;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c806 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; local
807 U32 const nbBits = DInfo.nbBits;
809 DStatePtr->state = DInfo.nextState + lowBits;
813 ZSTD_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, ZSTD_seqSymbol const DInfo) argument
815 U32 const nbBits = DInfo.nbBits;
817 DStatePtr->state = DInfo.nextState + lowBits;
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp610 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, argument
628 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
751 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, argument
768 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7923 FileDeclsInfo &DInfo = I->second;
7924 if (DInfo.Decls.empty())
7931 DeclIDComp DIDComp(*this, *DInfo.Mod);
7933 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp);
7934 if (BeginIt != DInfo.Decls.begin())
7940 while (BeginIt != DInfo.Decls.begin() &&
7941 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
7946 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp);
7947 if (EndIt != DInfo.Decls.end())
7952 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo
[all...]

Completed in 346 milliseconds