Home
last modified time | relevance | path

Searched defs:opname (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/test/testutil/
H A Dtests.c212 #define DEFINE_COMPARISON(type, name, opname, op, fmt) \ argument
361 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument
451 #define DEFINE_TIME_T_COMPARISON(opname, op) \ argument
/freebsd/usr.sbin/ppp/
H A Dfilter.c537 static const char * const opname[] = {"none", "eq", "gt", "lt"}; variable
/freebsd/sys/sys/
H A Dlock.h140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument
147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c47 #define DEFINEOP(opname, vtype) \ argument
54 #define DEFINEARROP(opname, vtype) \ argument
/freebsd/sys/riscv/vmm/
H A Driscv.h125 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c339 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument
/freebsd/sys/arm64/vmm/
H A Darm64.h133 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd/contrib/bmake/
H A Dcond.c172 static const char opname[][3] = { "<", "<=", ">", ">=", "==", "!=" }; variable
/freebsd/crypto/openssl/test/
H A Dtestutil.h303 # define DECLARE_COMPARISON(type, name, opname) \ argument
/freebsd/sys/amd64/vmm/
H A Dvmm.c203 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3621 const char *opname; in create_parents() local