Searched defs:LZ4_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance
72 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *aft… macro
286 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *aft… macro