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