Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dfse_decompress.c33 #define FSE_STATIC_ASSERT(c) DEBUG_STATIC_ASSERT(c) /* use only *after* variable declarations */ macro
/external/zstd/lib/legacy/
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()
Dzstd_v03.c1062 #define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after*… macro
Dzstd_v04.c1043 #define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after*… macro
Dzstd_v02.c1061 #define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after*… macro