/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-core_dispatch.h.pod | 25 These macros have the form C<OSSL_OP_I<opname>>. 29 These macros have the form C<OSSL_FUNC_I<opname>_I<funcname>>, where 30 C<I<opname>> is the same as in the macro for the operation this
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | tests.c | 212 #define DEFINE_COMPARISON(type, name, opname, op, fmt) \ argument 213 int test_ ## name ## _ ## opname(const char *file, int line, \ 361 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument 362 int test_BN_ ## opname(const char *file, int line, \ 372 int test_BN_ ## opname ## _zero(const char *file, int line, \ 451 #define DEFINE_TIME_T_COMPARISON(opname, op) \ argument 452 int test_time_t_ ## opname(const char *file, int line, \
|
/freebsd/usr.sbin/ppp/ |
H A D | filter.c | 537 static const char * const opname[] = {"none", "eq", "gt", "lt"}; variable 542 if (op >= sizeof opname / sizeof opname[0]) in filter_Op2Nam() 544 return opname[op]; in filter_Op2Nam() 553 for (op = sizeof opname / sizeof opname[0] - 1; op; op--) in filter_Nam2Op() 554 if (!strcasecmp(cp, opname[op])) in filter_Nam2Op()
|
/freebsd/sys/sys/ |
H A D | lock.h | 140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument 142 CTR6(KTR_LOCK, opname " (%s) %s %p r = %d at %s:%d", \ 147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument 149 CTR6(KTR_LOCK, "TRY_" opname " (%s) %s %p result=%d at %s:%d",\
|
/freebsd/sys/riscv/vmm/ |
H A D | riscv.h | 125 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument 126 ret_type vmmops_##opname args;
|
/freebsd/sys/arm64/vmm/ |
H A D | arm64.h | 133 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument 134 ret_type vmmops_##opname args;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic.c | 339 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 340 type __atomic_fetch_##opname##_##n(type *ptr, type val, int model) { \ 342 return __c11_atomic_fetch_##opname((_Atomic(type) *)ptr, val, model); \
|
/freebsd/contrib/bmake/ |
H A D | cond.c | 178 static const char opname[][3] = { "<", "<=", ">", ">=", "==", "!=" }; variable 515 DEBUG3(COND, "Comparing %f %s %f\n", lhs, opname[op], rhs); in EvalCompareNum() 541 opname[op], lhs, rhs); in EvalCompareStr() 546 DEBUG3(COND, "Comparing \"%s\" %s \"%s\"\n", lhs, opname[op], rhs); in EvalCompareStr() 615 "Missing right-hand side of operator '%s'", opname[op]); in CondParser_Comparison()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldebug.h | 25 const char *opname);
|
/freebsd/contrib/lua/src/ |
H A D | ldebug.h | 43 const char *opname);
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 46 #define DEFINEOP(opname, vtype) \ argument 51 } opname 53 #define DEFINEARROP(opname, vtype) \ argument 58 } opname
|
/freebsd/crypto/openssl/test/ |
H A D | testutil.h | 303 # define DECLARE_COMPARISON(type, name, opname) \ argument 304 int test_ ## name ## _ ## opname(const char *, int, \
|
/freebsd/contrib/blocklist/diff/ |
H A D | named.diff | 89 + pfilter_notify(result, client, opname);
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 203 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument 204 DEFINE_IFUNC(static, ret_type, vmmops_##opname, args) \ 207 return (vmm_ops_intel.opname); \ 209 return (vmm_ops_amd.opname); \
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_dataset.c | 3614 const char *opname; in create_parents() local 3648 opname = dgettext(TEXT_DOMAIN, "create"); in create_parents() 3654 opname = dgettext(TEXT_DOMAIN, "open"); in create_parents() 3659 opname = dgettext(TEXT_DOMAIN, "mount"); in create_parents() 3664 opname = dgettext(TEXT_DOMAIN, "share"); in create_parents() 3676 "failed to %s ancestor '%s'"), opname, target); in create_parents()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | FLATInstructions.td | 2167 string opname = !subst("_lds", "", !cast<FLAT_Pseudo>(NAME).Mnemonic)> { 2168 let AsmString = opname # !cast<FLAT_Pseudo>(NAME).AsmOperands # " lds" in 2171 let AsmString = opname # !cast<FLAT_Pseudo>(NAME#"_SADDR").AsmOperands # " lds" in 2176 string opname = !subst("_lds", "", !cast<FLAT_Pseudo>(NAME).Mnemonic)> { 2179 let AsmString = opname # !cast<FLAT_Pseudo>(NAME#"_ST").AsmOperands # " lds" in
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon.td | 179 class ScalarMulOp<string opname> : 180 Op<(call opname, $p0, (call "vget_lane", $p1, $p2))>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 2471 multiclass MVE_VCLSCLZ_p<string opname, bit opcode, MVEVectorVTInfo VTI, 2473 def "": MVE_VCLSCLZ<"v"#opname, VTI.Suffix, VTI.Size, opcode>; 2476 defvar pred_int = !cast<Intrinsic>("int_arm_mve_"#opname#"_predicated");
|