Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h513 unsigned short newState; member
538 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
548 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
561 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dfse_decompress.c156 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h512 unsigned short newState; member
537 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
547 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
560 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dfse_decompress.c155 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp420 ProgramState *newState = nullptr; in getPersistentState() local
422 newState = freeStates.back(); in getPersistentState()
426 newState = Alloc.Allocate<ProgramState>(); in getPersistentState()
428 new (newState) ProgramState(State); in getPersistentState()
429 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
430 return newState; in getPersistentState()
H A DExprEngine.cpp281 if (ProgramStateRef newState = state->assume(*Constraint, true)) in getInitialState() local
282 state = newState; in getInitialState()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h287 void reference(RefState newState) { in reference() argument
288 assert(newState > RefState::Unreferenced); in reference()
291 refState = std::max(refState, newState); in reference()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c128 unsigned short newState; member
415 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
565 cell->newState = 0; in FSE_buildDTable_rle()
591 dinfo[s].newState = 0; in FSE_buildDTable_raw()
747 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
758 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v03.c646 unsigned short newState; member
667 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
678 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1092 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1242 cell->newState = 0; in FSE_buildDTable_rle()
1268 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v02.c645 unsigned short newState; member
666 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
677 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1092 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1242 cell->newState = 0; in FSE_buildDTable_rle()
1268 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v04.c825 unsigned short newState; member
846 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
857 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1075 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1226 cell->newState = 0; in FSE_buildDTable_rle()
1253 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v06.c1047 unsigned short newState; member
1072 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState()
1082 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol()
1095 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbolFast()
1454 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv06_buildDTable()
1477 cell->newState = 0; in FSEv06_buildDTable_rle()
1503 dinfo[s].newState = 0; in FSEv06_buildDTable_raw()
H A Dzstd_v07.c812 unsigned short newState; member
837 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_updateState()
847 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbol()
860 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbolFast()
1475 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv07_buildDTable()
1498 cell->newState = 0; in FSEv07_buildDTable_rle()
1524 dinfo[s].newState = 0; in FSEv07_buildDTable_raw()
H A Dzstd_v05.c945 unsigned short newState; member
972 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol()
983 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
1206 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSEv05_buildDTable()
1338 cell->newState = 0; in FSEv05_buildDTable_rle()
1364 dinfo[s].newState = 0; in FSEv05_buildDTable_raw()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1127 CodeState newState = CodeState::Data; in convertArmInstructionstoBE8() local
1129 newState = CodeState::Thumb; in convertArmInstructionstoBE8()
1131 newState = CodeState::Arm; in convertArmInstructionstoBE8()
1133 if (newState == curState) in convertArmInstructionstoBE8()
1141 curState = newState; in convertArmInstructionstoBE8()
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp2397 unsigned int newState = pNMLV->uNewState & ~LVIS_SELECTED; in OnLvnItemchanging() local
2399 if (newState != pNMLV->uOldState) { in OnLvnItemchanging()
2401 GetListCtrl().SetItemState(pNMLV->iItem, newState, in OnLvnItemchanging()
2402 newState ^ pNMLV->uOldState); in OnLvnItemchanging()
/freebsd/contrib/wpa/src/eap_server/
H A Dtncs.c55 TNC_ConnectionState newState);
/freebsd/contrib/wpa/src/eap_peer/
H A Dtncc.c77 TNC_ConnectionState newState);
/freebsd/sys/dev/mrsas/
H A Dmrsas.h2926 u_int32_t newState; member
/freebsd/contrib/sqlite3/
H A Dshell.c8900 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state() argument
8902 for(i=0; i<pSet->nState; i++) if( pSet->aState[i]==newState ) return; in re_add_state()
8903 pSet->aState[pSet->nState++] = (ReStateNumber)newState; in re_add_state()