Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp119 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc() local
123 return Mgr.getOwningEngine().processRegionChange(newState, MR, LCtx); in bindLoc()
125 return newState; in bindLoc()
205 ProgramStateRef newState = makeWithStore(newStore); in invalidateRegionsImpl() local
208 newState = Eng.notifyCheckersOfPointerEscape(newState, IS, in invalidateRegionsImpl()
214 return Eng.processRegionChanges(newState, IS, TopLevelInvalidated, in invalidateRegionsImpl()
434 ProgramState *newState = nullptr; in getPersistentState() local
436 newState = freeStates.back(); in getPersistentState()
440 newState = Alloc.Allocate<ProgramState>(); in getPersistentState()
442 new (newState) ProgramState(State); in getPersistentState()
[all …]
H A DExprEngine.cpp280 if (ProgramStateRef newState = state->assume(*Constraint, true)) in getInitialState() local
281 state = newState; in getInitialState()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h572 unsigned short newState; member
597 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
607 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
620 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dfse_decompress.c110 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable()
132 cell->newState = 0; in FSE_buildDTable_rle()
158 dinfo[s].newState = 0; in FSE_buildDTable_raw()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h598 unsigned short newState; member
623 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
633 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
646 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()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h288 void reference(RefState newState) { in reference() argument
289 assert(newState > RefState::Unreferenced); in reference()
292 refState = std::max(refState, newState); in reference()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1113 CodeState newState = CodeState::Data; in convertArmInstructionstoBE8() local
1115 newState = CodeState::Thumb; in convertArmInstructionstoBE8()
1117 newState = CodeState::Arm; in convertArmInstructionstoBE8()
1119 if (newState == curState) in convertArmInstructionstoBE8()
1127 curState = newState; in convertArmInstructionstoBE8()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c127 unsigned short newState; member
453 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
603 cell->newState = 0; in FSE_buildDTable_rle()
629 dinfo[s].newState = 0; in FSE_buildDTable_raw()
785 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
796 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
H A Dzstd_v03.c708 unsigned short newState; member
729 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
740 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1154 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1304 cell->newState = 0; in FSE_buildDTable_rle()
1330 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v02.c706 unsigned short newState; member
727 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
738 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1153 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1303 cell->newState = 0; in FSE_buildDTable_rle()
1329 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v04.c881 unsigned short newState; member
902 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
913 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1131 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1282 cell->newState = 0; in FSE_buildDTable_rle()
1309 dinfo[s].newState = 0; in FSE_buildDTable_raw()
H A Dzstd_v06.c1103 unsigned short newState; member
1128 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState()
1138 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol()
1151 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbolFast()
1510 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv06_buildDTable()
1533 cell->newState = 0; in FSEv06_buildDTable_rle()
1559 dinfo[s].newState = 0; in FSEv06_buildDTable_raw()
H A Dzstd_v07.c867 unsigned short newState; member
892 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_updateState()
902 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbol()
915 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbolFast()
1530 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv07_buildDTable()
1553 cell->newState = 0; in FSEv07_buildDTable_rle()
1579 dinfo[s].newState = 0; in FSEv07_buildDTable_raw()
H A Dzstd_v05.c997 unsigned short newState; member
1024 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol()
1035 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
1258 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSEv05_buildDTable()
1390 cell->newState = 0; in FSEv05_buildDTable_rle()
1416 dinfo[s].newState = 0; in FSEv05_buildDTable_raw()
/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.c6431 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state() argument
6433 for(i=0; i<pSet->nState; i++) if( pSet->aState[i]==newState ) return; in re_add_state()
6434 pSet->aState[pSet->nState++] = (ReStateNumber)newState; in re_add_state()