Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c108 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable() local
109 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in FSE_buildDTable()
110 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c168 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable_internal() local
169 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in FSE_buildDTable_internal()
170 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c356 cell->nextState = 0; in ZSTD_buildSeqTable_rle()
420 U32 const nextState = symbolNext[symbol]++; in ZSTD_buildFSETable() local
421 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in ZSTD_buildFSETable()
422 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in ZSTD_buildFSETable()
809 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()
817 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseStateWithDInfo()
H A Dzstd_decompress_internal.h68 U16 nextState; member
/freebsd/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/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c432 cell->nextState = 0; in ZSTD_buildSeqTable_rle()
553 U32 const nextState = symbolNext[symbol]++; in ZSTD_buildFSETable_body() local
554 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in ZSTD_buildFSETable_body()
555 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in ZSTD_buildFSETable_body()
1150 ZSTD_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, U16 nextState, U32 nbBi… in ZSTD_updateFseStateWithDInfo() argument
1153 DStatePtr->state = nextState + lowBits; in ZSTD_updateFseStateWithDInfo()
1183 U16 const llNext = llDInfo->nextState;
1184 U16 const mlNext = mlDInfo->nextState;
1185 U16 const ofNext = ofDInfo->nextState;
H A Dzstd_decompress_internal.h68 U16 nextState; member
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c451 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
452 tableDecode[i].nbBits = (BYTE) (tableLog - FSE_highbit32 ((U32)nextState) ); in FSE_buildDTable()
453 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v03.c1152 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
1153 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()
1154 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v02.c1151 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
1152 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()
1153 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v04.c1129 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local
1130 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()
1131 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
H A Dzstd_v05.c1256 U16 nextState = symbolNext[symbol]++; in FSEv05_buildDTable() local
1257 tableDecode[i].nbBits = (BYTE) (tableLog - BITv05_highbit32 ((U32)nextState) ); in FSEv05_buildDTable()
1258 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSEv05_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_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()