Home
last modified time | relevance | path

Searched refs:VERIFY3_IMPL (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/sys/
H A Ddebug.h106 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ macro
115 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t)
116 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t)
117 #define VERIFY3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t)
119 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t)
120 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t)
121 #define ASSERT3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t)
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/sys/
H A Dzfs_context.h142 #define VERIFY3_IMPL(x, y, z, t) if (x == z) ((void)0) macro
145 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ macro
159 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t)
160 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t)
161 #define VERIFY3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t)