Searched refs:pState (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
| H A D | lac_sym_hash_sw_precomputes.c | 219 Cpa8U *pState, in LacSymHash_AesECBPreCompute() argument 229 Cpa8U *out = pState; in LacSymHash_AesECBPreCompute() 247 Cpa8U *out = pState; in LacSymHash_AesECBPreCompute() 277 ptr = pState + LAC_HASH_CMAC_BLOCK_SIZE; in LacSymHash_AesECBPreCompute() 296 if ((*(pState + LAC_HASH_CMAC_BLOCK_SIZE)) & in LacSymHash_AesECBPreCompute() 318 ptr = pState + LAC_HASH_CMAC_BLOCK_SIZE; in LacSymHash_AesECBPreCompute() 326 Cpa8U *out = pState; in LacSymHash_AesECBPreCompute()
|
| /freebsd/stand/ficl/ |
| H A D | ficl.c | 388 oldState = pVM->pState; in ficlExecC() 389 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC() 453 pVM->pState = oldState; in ficlExecC() 494 oldState = pVM->pState; in ficlExecXT() 495 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT() 524 pVM->pState = oldState; in ficlExecXT() 530 pVM->pState = oldState; in ficlExecXT()
|
| H A D | vm.c | 566 if (pVM->pState) in vmThrow() 567 longjmp(*(pVM->pState), except); in vmThrow() 578 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
|
| H A D | ficl.h | 478 jmp_buf *pState; /* crude exception mechanism... */ member
|
| H A D | words.c | 4615 pVM->pState = &vmState; in ficlCatch() 4641 pVM->pState = VM.pState; /* Restore just the setjmp vector */ in ficlCatch()
|
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
| H A D | lac_sym_hash_precomputes.h | 170 Cpa8U *pState; member
|
| H A D | lac_sym_hash.h | 514 Cpa8U *pState,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
| H A D | MSVCSetupApi.h | 244 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 26428 ShellState *pState, in expertHandleSQL() argument 26432 assert( pState->expert.pExpert ); in expertHandleSQL() 26434 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr); in expertHandleSQL() 26448 ShellState *pState, in expertFinish() argument 26453 sqlite3expert *p = pState->expert.pExpert; in expertFinish() 26454 FILE *out = pState->out; in expertFinish() 26458 int bVerbose = pState->expert.bVerbose; in expertFinish() 26486 pState->expert.pExpert = 0; in expertFinish() 26494 ShellState *pState, /* Current shell tool state */ in expertDotCommand() argument 26503 assert( pState->expert.pExpert==0 ); in expertDotCommand() [all …]
|
| H A D | sqlite3.c | 229185 RbuState *pState = rbuLoadState(p); local 229186 if( pState ){ 229187 bOpen = (pState->eStage>=RBU_STAGE_MOVE); 229188 rbuFreeState(pState); 229343 static void rbuSetupCheckpoint(sqlite3rbu *p, RbuState *pState){ argument 229348 if( pState==0 ){ 229392 p->nStep = (pState ? pState->nRow : 0); 229398 if( p->nFrame==0 || (pState && pState->iWalCksum!=p->iWalCksum) ){ 230152 static void rbuSetupOal(sqlite3rbu *p, RbuState *pState){ argument 230154 if( pState->zTbl ){ [all …]
|