| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | fse.h | 529 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local 530 return DInfo.symbol; in FSE_peekSymbol() 535 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local 536 U32 const nbBits = DInfo.nbBits; in FSE_updateState() 538 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState() 543 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local 544 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol() 545 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() 548 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol() 556 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 D | fse.h | 528 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local 529 return DInfo.symbol; in FSE_peekSymbol() 534 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local 535 U32 const nbBits = DInfo.nbBits; in FSE_updateState() 537 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState() 542 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local 543 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol() 544 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() 547 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol() 555 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 D | zstd_v01.c | 742 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local 743 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol() 744 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol() 747 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol() 753 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local 754 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast() 755 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast() 758 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
|
| H A D | zstd_v06.c | 1063 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_peekSymbol() local 1064 return DInfo.symbol; in FSEv06_peekSymbol() 1069 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_updateState() local 1070 U32 const nbBits = DInfo.nbBits; in FSEv06_updateState() 1072 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState() 1077 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_decodeSymbol() local 1078 U32 const nbBits = DInfo.nbBits; in FSEv06_decodeSymbol() 1079 BYTE const symbol = DInfo.symbol; in FSEv06_decodeSymbol() 1082 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol() 1090 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_decodeSymbolFast() local [all …]
|
| H A D | zstd_v07.c | 828 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_peekSymbol() local 829 return DInfo.symbol; in FSEv07_peekSymbol() 834 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_updateState() local 835 U32 const nbBits = DInfo.nbBits; in FSEv07_updateState() 837 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_updateState() 842 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_decodeSymbol() local 843 U32 const nbBits = DInfo.nbBits; in FSEv07_decodeSymbol() 844 BYTE const symbol = DInfo.symbol; in FSEv07_decodeSymbol() 847 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbol() 855 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_decodeSymbolFast() local [all …]
|
| H A D | zstd_v03.c | 662 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local 663 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol() 664 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol() 667 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol() 673 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local 674 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast() 675 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast() 678 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
|
| H A D | zstd_v05.c | 961 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_peakSymbol() local 962 return DInfo.symbol; in FSEv05_peakSymbol() 967 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbol() local 968 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbol() 969 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbol() 972 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol() 978 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbolFast() local 979 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbolFast() 980 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbolFast() 983 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
|
| H A D | zstd_v02.c | 661 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local 662 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol() 663 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol() 666 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol() 672 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local 673 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast() 674 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast() 677 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
|
| H A D | zstd_v04.c | 841 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local 842 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol() 843 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol() 846 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol() 852 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local 853 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast() 854 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast() 857 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 865 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, in HandleSelectModifier() argument 884 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier() 1036 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, in HandlePluralModifier() argument 1053 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr); in HandlePluralModifier()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8514 FileDeclsInfo &DInfo = I->second; in FindFileRegionDecls() local 8515 if (DInfo.Decls.empty()) in FindFileRegionDecls() 8522 UnalignedDeclIDComp DIDComp(*this, *DInfo.Mod); in FindFileRegionDecls() 8524 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp); in FindFileRegionDecls() 8525 if (BeginIt != DInfo.Decls.begin()) in FindFileRegionDecls() 8531 while (BeginIt != DInfo.Decls.begin() && in FindFileRegionDecls() 8532 GetDecl(getGlobalDeclID(*DInfo.Mod, in FindFileRegionDecls() 8533 LocalDeclID::get(*this, *DInfo.Mod, *BeginIt))) in FindFileRegionDecls() 8538 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp); in FindFileRegionDecls() 8539 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls() [all …]
|