Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp60 ProgramStateRef nextState = state->BindExpr(S, LCtx, hasElementsV); in populateObjCForDestinationSet() local
79 nextState = nextState->bindLoc(elementV, V, LCtx); in populateObjCForDestinationSet()
82 Bldr.generateNode(S, Pred, nextState); in populateObjCForDestinationSet()
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c142 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable() local
143 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in FSE_buildDTable()
144 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable()
/freebsd-12.1/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.h100 …void setBytesPartPkt(const int numBytes, const process_state nextState, const ocsd_etmv3_pkt_type …
H A Dtrc_pkt_proc_etmv3_impl.cpp219 void EtmV3PktProcImpl::setBytesPartPkt(int numBytes, process_state nextState, const ocsd_etmv3_pkt_… in setBytesPartPkt() argument
228 m_post_part_pkt_state = nextState; in setBytesPartPkt()
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c93 U16 nextState; member
794 cell->nextState = 0; in ZSTD_buildSeqTable_rle()
855 U32 const nextState = symbolNext[symbol]++; in ZSTD_buildFSETable() local
856 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in ZSTD_buildFSETable()
857 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in ZSTD_buildFSETable()
1252 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c455 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
456 tableDecode[i].nbBits = (BYTE) (tableLog - FSE_highbit32 ((U32)nextState) ); in FSE_buildDTable()
457 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v03.c1141 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
1142 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()
1143 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v02.c1140 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
1141 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()
1142 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v04.c1180 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
1181 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()
1182 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v06.c1508 U16 nextState = symbolNext[symbol]++; in FSEv06_buildDTable() local
1509 tableDecode[u].nbBits = (BYTE) (tableLog - BITv06_highbit32 ((U32)nextState) ); in FSEv06_buildDTable()
1510 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv06_buildDTable()
H A Dzstd_v05.c1253 U16 nextState = symbolNext[symbol]++; in FSEv05_buildDTable() local
1254 tableDecode[i].nbBits = (BYTE) (tableLog - BITv05_highbit32 ((U32)nextState) ); in FSEv05_buildDTable()
1255 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSEv05_buildDTable()
H A Dzstd_v07.c1528 U16 nextState = symbolNext[symbol]++; in FSEv07_buildDTable() local
1529 tableDecode[u].nbBits = (BYTE) (tableLog - BITv07_highbit32 ((U32)nextState) ); in FSEv07_buildDTable()
1530 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv07_buildDTable()