Home
last modified time | relevance | path

Searched refs:opResult (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_sync.c53 CpaBoolean opResult) in LacSync_GenVerifyWakeupSyncCaller() argument
62 pSc->opResult = opResult; in LacSync_GenVerifyWakeupSyncCaller()
77 CpaBoolean opResult) in LacSync_GenVerifyCb() argument
79 LacSync_GenVerifyWakeupSyncCaller(pCallbackTag, status, opResult); in LacSync_GenVerifyCb()
103 CpaBoolean opResult, in LacSync_GenFlatBufVerifyCb() argument
106 LacSync_GenVerifyWakeupSyncCaller(pCallbackTag, status, opResult); in LacSync_GenFlatBufVerifyCb()
117 CpaBoolean opResult, in LacSync_GenDualFlatBufVerifyCb() argument
121 LacSync_GenVerifyWakeupSyncCaller(pCallbackTag, status, opResult); in LacSync_GenDualFlatBufVerifyCb()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sync.h35 CpaBoolean opResult; member
165 *pOpStatus = pSyncCallbackCookie->opResult; in LacSync_WaitForCallback()
200 *pOpStatus = pSyncCallbackCookie->opResult; in LacSync_CheckForCallback()
253 CpaBoolean opResult);
301 CpaBoolean opResult,
328 CpaBoolean opResult,
373 CpaBoolean opResult);
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_api.c115 CpaBoolean opResult) in LacSync_GenBufListVerifyCb() argument
117 LacSync_GenVerifyWakeupSyncCaller(pCallbackTag, status, opResult); in LacSync_GenBufListVerifyCb()
803 CpaBoolean opResult = CPA_FALSE; in LacSym_Perform() local
828 &opResult); in LacSym_Perform()
845 *pVerifyResult = opResult; in LacSym_Perform()
H A Dlac_sym_hash.c60 CpaBoolean opResult);
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_hash.h557 CpaBoolean opResult);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp784 ExprResult opResult = op; in buildSet() local
786 = S.CheckSingleAssignmentConstraints(paramType, opResult); in buildSet()
787 if (opResult.isInvalid() || in buildSet()
789 op->getType(), opResult.get(), in buildSet()
793 op = opResult.get(); in buildSet()