Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash_sw_precomputes.c219 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-14.2/stand/ficl/
H A Dficl.c388 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 Dvm.c566 if (pVM->pState) in vmThrow()
567 longjmp(*(pVM->pState), except); in vmThrow()
578 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
H A Dficl.h478 jmp_buf *pState; /* crude exception mechanism... */ member
H A Dwords.c4615 pVM->pState = &vmState; in ficlCatch()
4641 pVM->pState = VM.pState; /* Restore just the setjmp vector */ in ficlCatch()
/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash_precomputes.h170 Cpa8U *pState; member
H A Dlac_sym_hash.h517 Cpa8U *pState,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h244 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
/freebsd-14.2/contrib/sqlite3/
H A Dshell.c22176 ShellState *pState, in expertHandleSQL() argument
22196 ShellState *pState, in expertFinish() argument
22232 pState->expert.pExpert = 0; in expertFinish()
22258 pState->expert.bVerbose = 1; in expertDotCommand()
22279 pState->expert.pExpert = sqlite3_expert_new(pState->db, &zErr); in expertDotCommand()
25591 cmd.p = pState; in arDotCommand()
25592 cmd.db = pState->db; in arDotCommand()
25596 eDbType = pState->openMode; in arDotCommand()
25658 arUsage(pState->out); in arDotCommand()
25676 if( cmd.db!=pState->db ){ in arDotCommand()
[all …]
H A Dsqlite3.c220969 if( pState ){
220971 rbuFreeState(pState);
221129 if( pState==0 ){
221173 p->nStep = (pState ? pState->nRow : 0);
221179 if( p->nFrame==0 || (pState && pState->iWalCksum!=p->iWalCksum) ){
221935 if( pState->zTbl ){
221941 || (pState->zDataTbl==0 && rbuStrCompare(pIter->zTbl, pState->zTbl))
221942 || (pState->zDataTbl && rbuStrCompare(pIter->zDataTbl, pState->zDataTbl))
222118 RbuState *pState = 0;
222185 && pState->eStage!=0
[all …]