Home
last modified time | relevance | path

Searched defs:_op (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/base/
H A Dheimbase.h61 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res) argument
63 #define heim_builtin_expect(_op,_res) (_op) argument
/freebsd/crypto/openssh/
H A Dsandbox-seccomp-filter.c159 #define SC_ALLOW_FUTEX_OP(_nr, _op) \ argument
/freebsd/sys/dev/sfxge/common/
H A Defsys.h1140 #define EFSYS_ASSERT3(_x, _op, _y, _t) do { \ argument
1147 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t) argument
1148 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t) argument
1149 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t) argument
/freebsd/sys/dev/bhnd/
H A Dbhnd.c1004 #define BHND_IO_MISC(_type, _op, _method) \ argument
/freebsd/contrib/mandoc/
H A Dmandocdb.c350 #define CHECKOP(_op, _ch) do \ in mandocdb() argument
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument