Searched refs:eng (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp162 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
163 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
208 const ObjCMethodCall &msg, ExprEngine &eng,
211 Eng(eng) {}
278 const CallEvent &call, ExprEngine &eng,
281 Call(call), Eng(eng) {}
326 ExprEngine &eng)
328 BoundEx(BoundEx), Eng(eng) {}
374 SVal loc, SVal val, const Stmt *s, ExprEngine &eng,
376 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), P
161 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, const Stmt *s, ExprEngine &eng, bool wasInlined = false) argument
206 CheckObjCMessageContext(ObjCMessageVisitKind visitKind, const CheckersTy &checkers, const ObjCMethodCall &msg, ExprEngine &eng, bool wasInlined) argument
277 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, const CallEvent &call, ExprEngine &eng, bool wasInlined) argument
323 CheckLocationContext(const CheckersTy &checkers, SVal loc, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &eng) argument
373 CheckBindContext(const CheckersTy &checkers, SVal loc, SVal val, const Stmt *s, ExprEngine &eng, const ProgramPoint &pp) argument
475 CheckBranchConditionContext(const CheckersTy &checkers, const Stmt *Cond, ExprEngine &eng) argument
560 CheckDeadSymbolsContext(const CheckersTy &checkers, SymbolReaper &sr, const Stmt *s, ExprEngine &eng, ProgramPoint::Kind K) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c124 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
387 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h41 ExprEngine &eng,
45 : Eng(eng),
40 CheckerContext(NodeBuilder &builder, ExprEngine &eng, ExplodedNode *pred, const ProgramPoint &loc, bool wasInlined = false) argument
H A DCoreEngine.h486 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng)
487 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
533 const Expr *condition, CoreEngine* eng)
534 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {}
485 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) argument
532 SwitchNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *condition, CoreEngine* eng) argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h651 * @param eng
656 u8 ppfid, enum ecore_eng eng);
662 * @param eng
667 enum ecore_eng eng);
H A Decore_dev.c728 enum ecore_eng eng; local
741 eng = p_dev->fir_affin ? ECORE_ENG1 : ECORE_ENG0;
742 rc = ecore_llh_set_roce_affinity(p_dev, eng);
751 eng);
757 eng = p_dev->fir_affin ? ECORE_ENG1 : ECORE_ENG0;
759 eng = ECORE_BOTH_ENG;
762 rc = ecore_llh_set_ppfid_affinity(p_dev, ppfid, eng);
773 eng);
791 enum ecore_eng eng; local
795 eng
884 ecore_llh_set_ppfid_affinity(struct ecore_dev *p_dev, u8 ppfid, enum ecore_eng eng) argument
934 ecore_llh_set_roce_affinity(struct ecore_dev *p_dev, enum ecore_eng eng) argument
[all...]
H A Decore_hsi_common.h2507 u8 eng /* Firmware engineering version number (for bootleg versions) */; member in struct:fw_ver_num
H A Decore_dbg_fw_funcs.c2116 if (OSAL_SNPRINTF(fw_ver_str, sizeof(fw_ver_str), "%d_%d_%d_%d", fw_info.ver.num.major, fw_info.ver.num.minor, fw_info.ver.num.rev, fw_info.ver.num.eng) < 0)
3206 offset += ecore_grc_dump_split_data(p_hwfn, p_ptt, curr_input_regs_arr, dump_buf + offset, dump, block_enable, "eng", (u32)(-1), param_name, param_val);
3258 offset += ecore_grc_dump_regs_hdr(dump_buf, false, 0, "eng", -1, OSAL_NULL, OSAL_NULL);
3271 ecore_grc_dump_regs_hdr(dump_buf, true, num_regs, "eng", -1, OSAL_NULL, OSAL_NULL);
3290 offset += ecore_grc_dump_regs_hdr(dump_buf, false, 0, "eng", -1, OSAL_NULL, OSAL_NULL);
3331 ecore_grc_dump_regs_hdr(dump_buf, true, num_reg_entries, "eng", -1, OSAL_NULL, OSAL_NULL);
3344 offset += ecore_grc_dump_regs_hdr(dump_buf, dump, 2, "eng", -1, OSAL_NULL, OSAL_NULL);
3905 offset += ecore_grc_dump_regs_hdr(dump_buf + offset, dump, 1, "eng", -1, "block", "MCP");
/freebsd-11-stable/crypto/openssl/engines/
H A De_chil.c139 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id,
142 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id,
766 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, argument
812 rtmp = RSA_new_method(eng);
876 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, argument
882 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data);
H A De_padlock.c210 ENGINE *eng = ENGINE_new(); local
212 if (!eng) {
216 if (!padlock_bind_helper(eng)) {
217 ENGINE_free(eng);
221 return eng;
H A De_capi.c165 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
626 static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) argument
670 rkey = RSA_new_method(eng);
710 dkey = DSA_new_method(eng);
766 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, argument
772 ctx = ENGINE_get_ex_data(eng, capi_idx);
784 ret = capi_get_pkey(eng, key);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h666 PathSensitiveBugReporter(BugReporterData& d, ExprEngine& eng) argument
667 : BugReporter(d), Eng(eng) {}
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_lib.c2063 ENGINE *eng; local
2064 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
2065 if (!eng) {
2068 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
2070 if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng))
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c1969 /* eng is 1 if Engineering, 0 if Scientific */
2003 decToString (const decNumber * dn, char *string, Flag eng) argument
2075 if (eng && (e != 0))
2104 } /* eng */

Completed in 284 milliseconds