Home
last modified time | relevance | path

Searched refs:newState (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h597 unsigned short newState; member
622 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
632 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
645 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dfse_decompress.c170 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal()
197 cell->newState = 0; in FSE_buildDTable_rle()
223 dinfo[s].newState = 0; in FSE_buildDTable_raw()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c127 unsigned short newState; member
457 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
607 cell->newState = 0; in FSE_buildDTable_rle()
633 dinfo[s].newState = 0; in FSE_buildDTable_raw()
789 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
800 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v03.c712 unsigned short newState; member
733 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
744 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1158 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1308 cell->newState = 0; in FSE_buildDTable_rle()
1334 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v04.c885 unsigned short newState; member
906 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
917 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1135 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1286 cell->newState = 0; in FSE_buildDTable_rle()
1313 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v06.c1107 unsigned short newState; member
1132 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState()
1142 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol()
1155 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbolFast()
1514 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv06_buildDTable()
1537 cell->newState = 0; in FSEv06_buildDTable_rle()
1563 dinfo[s].newState = 0; in FSEv06_buildDTable_raw()
H A Dzstd_v02.c710 unsigned short newState; member
731 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
742 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1157 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1307 cell->newState = 0; in FSE_buildDTable_rle()
1333 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v07.c871 unsigned short newState; member
896 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_updateState()
906 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbol()
919 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbolFast()
1534 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv07_buildDTable()
1557 cell->newState = 0; in FSEv07_buildDTable_rle()
1583 dinfo[s].newState = 0; in FSEv07_buildDTable_raw()
H A Dzstd_v05.c1001 unsigned short newState; member
1028 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol()
1039 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
1262 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSEv05_buildDTable()
1394 cell->newState = 0; in FSEv05_buildDTable_rle()
1420 dinfo[s].newState = 0; in FSEv05_buildDTable_raw()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2040 unsigned short newState; member
2065 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
2075 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
2088 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
2873 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable()
2895 cell->newState = 0; in FSE_buildDTable_rle()
2921 dinfo[s].newState = 0; in FSE_buildDTable_raw()