Searched defs:_op (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/base/ |
H A D | heimbase.h | 61 #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 D | sandbox-seccomp-filter.c | 159 #define SC_ALLOW_FUTEX_OP(_nr, _op) \ argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 1140 #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 D | bhnd.c | 1004 #define BHND_IO_MISC(_type, _op, _method) \ argument
|
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 350 #define CHECKOP(_op, _ch) do \ in mandocdb() argument
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument
|