| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | fse.h | 513 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 D | fse_decompress.c | 156 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal()
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | fse.h | 512 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 D | fse_decompress.c | 155 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 420 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 D | ExprEngine.cpp | 281 if (ProgramStateRef newState = state->assume(*Constraint, true)) in getInitialState() local 282 state = newState; in getInitialState()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Symbols.h | 287 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 D | zstd_v01.c | 128 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 D | zstd_v03.c | 646 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 D | zstd_v02.c | 645 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 D | zstd_v04.c | 825 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 D | zstd_v06.c | 1047 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 D | zstd_v07.c | 812 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 D | zstd_v05.c | 945 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 D | ARM.cpp | 1127 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 D | LeashView.cpp | 2397 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 D | tncs.c | 55 TNC_ConnectionState newState);
|
| /freebsd/contrib/wpa/src/eap_peer/ |
| H A D | tncc.c | 77 TNC_ConnectionState newState);
|
| /freebsd/sys/dev/mrsas/ |
| H A D | mrsas.h | 2926 u_int32_t newState; member
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 8900 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()
|