Home
last modified time | relevance | path

Searched refs:COMPILE_TIME_ASSERT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_compile_check.c27 #define COMPILE_TIME_ASSERT(pred) \ macro
43 COMPILE_TIME_ASSERT(offsetof(lac_sym_bulk_cookie_t, sessionCtx) == in LacSym_CompileTimeAssertions()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.h26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) macro
H A Demutls.c291 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(gcc_pointer)); in emutls_allocate_object()
292 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(void *)); in emutls_allocate_object()