Searched defs:_op (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/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-src/crypto/openssh/ |
H A D | sandbox-seccomp-filter.c | 159 #define SC_ALLOW_FUTEX_OP(_nr, _op) \ argument
|
/freebsd-src/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-src/sys/contrib/openzfs/module/icp/io/ |
H A D | skein_mod.c |
|
/freebsd-src/sys/dev/bhnd/ |
H A D | bhnd.c | 1004 #define BHND_IO_MISC(_type, _op, _method) \ argument
|
/freebsd-src/contrib/mandoc/ |
H A D | mandocdb.c | 350 #define CHECKOP(_op, _ch) do \ in mandocdb() argument
|
/freebsd-src/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1826 BHNDB_IO_MISC(_type,_ptr,_op,_size) global() argument
|