Searched refs:LZ4_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance
243 #define LZ4_STATIC_ASSERT(c) BUILD_BUG_ON(!(c)) macro
222 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()