Home
last modified time | relevance | path

Searched refs:FSE_STATIC_ASSERT (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c33 #define FSE_STATIC_ASSERT(c) DEBUG_STATIC_ASSERT(c) /* use only *after* variable declarations */ macro
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c325 #define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after*… macro
978FSE_STATIC_ASSERT(sizeof(HUF_DElt) == sizeof(U16)); /* if compilation fails here, assertion is f… in HUF_readDTable()
H A Dzstd_v03.c1062 #define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after*… macro
H A Dzstd_v04.c1043 #define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after*… macro
H A Dzstd_v02.c1061 #define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after*… macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2784 #define FSE_STATIC_ASSERT(c) DEBUG_STATIC_ASSERT(c) /* use only *after* variable declarations */ macro