Searched refs:nextState (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp56 ProgramStateRef nextState = local
76 nextState = nextState->bindLoc(elementV, V, LCtx);
79 Bldr.generateNode(S, Pred, nextState);
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c108 U32 const nextState = symbolNext[symbol]++; local
109 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
110 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
/freebsd-current/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 nextType); // set first n bytes from current packet to be sent via alt packet.
H A Dtrc_pkt_proc_etmv3_impl.cpp219 void EtmV3PktProcImpl::setBytesPartPkt(int numBytes, process_state nextState, const ocsd_etmv3_pkt_type nextType) argument
228 m_post_part_pkt_state = nextState;
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c168 U32 const nextState = symbolNext[symbol]++; local
169 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
170 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h68 U16 nextState; member in struct:__anon215
H A Dzstd_decompress_block.c249 /* nextState, nbAddBits, nbBits, baseVal */
287 /* nextState, nbAddBits, nbBits, baseVal */
310 /* nextState, nbAddBits, nbBits, baseVal */
356 cell->nextState = 0;
420 U32 const nextState = symbolNext[symbol]++; local
421 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
422 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
809 DStatePtr->state = DInfo.nextState + lowBits;
817 DStatePtr->state = DInfo.nextState
[all...]
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h68 U16 nextState; member in struct:__anon137
H A Dzstd_decompress_block.c325 /* nextState, nbAddBits, nbBits, baseVal */
363 /* nextState, nbAddBits, nbBits, baseVal */
386 /* nextState, nbAddBits, nbBits, baseVal */
432 cell->nextState = 0;
553 U32 const nextState = symbolNext[symbol]++; local
554 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
555 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
1150 ZSTD_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, U16 nextState, U32 nbBits) argument
1153 DStatePtr->state = nextState
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c451 U16 nextState = symbolNext[symbol]++; local
452 tableDecode[i].nbBits = (BYTE) (tableLog - FSE_highbit32 ((U32)nextState) );
453 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
H A Dzstd_v03.c1152 U16 nextState = symbolNext[symbol]++; local
1153 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) );
1154 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
H A Dzstd_v06.c1508 U16 nextState = symbolNext[symbol]++; local
1509 tableDecode[u].nbBits = (BYTE) (tableLog - BITv06_highbit32 ((U32)nextState) );
1510 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
H A Dzstd_v05.c1256 U16 nextState = symbolNext[symbol]++; local
1257 tableDecode[i].nbBits = (BYTE) (tableLog - BITv05_highbit32 ((U32)nextState) );
1258 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
H A Dzstd_v04.c1129 U16 nextState = symbolNext[symbol]++; local
1130 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) );
1131 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
H A Dzstd_v07.c1528 U16 nextState = symbolNext[symbol]++; local
1529 tableDecode[u].nbBits = (BYTE) (tableLog - BITv07_highbit32 ((U32)nextState) );
1530 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
H A Dzstd_v02.c1151 U16 nextState = symbolNext[symbol]++; local
1152 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) );
1153 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);

Completed in 385 milliseconds