Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/test/testutil/
H A Dtests.c211 #define DEFINE_COMPARISON(type, name, opname, op, fmt) \ argument
360 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument
450 #define DEFINE_TIME_T_COMPARISON(opname, op) \ argument
/freebsd-src/usr.sbin/ppp/
H A Dfilter.c537 static const char * const opname[] = {"none", "eq", "gt", "lt"}; variable
/freebsd-src/sys/sys/
H A Dlock.h139 LOCK_LOG_LOCK(opname,lo,flags,recurse,file,line) global() argument
146 LOCK_LOG_TRY(opname,lo,flags,result,file,line) global() argument
/freebsd-src/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c46 #define DEFINEOP(opname, vtype) \ argument
53 #define DEFINEARROP(opname, vtype) \ argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c329 ATOMIC_RMW(n,lockfree,type,opname,op) global() argument
/freebsd-src/sys/arm64/vmm/
H A Darm64.h132 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd-src/contrib/bmake/
H A Dcond.c178 static const char opname[][3] = { "<", "<=", ">", ">=", "==", "!=" }; variable
/freebsd-src/crypto/openssl/test/
H A Dtestutil.h303 # define DECLARE_COMPARISON(type, name, opname) \ argument
/freebsd-src/sys/amd64/vmm/
H A Dvmm.c221 DEFINE_VMMOPS_IFUNC(ret_type,opname,args) global() argument
/freebsd-src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3614 const char *opname; in create_parents() local