Home
last modified time | relevance | path

Searched refs:LZ4_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/lz4/
H A Dlz4defs.h245 #define LZ4_STATIC_ASSERT(c) BUILD_BUG_ON(!(c)) macro
H A Dlz4_decompress.c222 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()