Searched refs:LZ4_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance
/lib/lz4/ | ||
D | lz4defs.h | 243 #define LZ4_STATIC_ASSERT(c) BUILD_BUG_ON(!(c)) macro |
D | lz4_decompress.c | 222 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic() |