Home
last modified time | relevance | path

Searched defs:DEBUG_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Ddebug.h43 #define DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1]) macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c110 #define DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1]) macro