Searched refs:LZ4_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance
329 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use after vari… macro579 LZ4_STATIC_ASSERT(LZ4_MEMORY_USAGE > 2); in LZ4_getIndexOnHash()1163 …LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here… in LZ4_createStream()1509 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
890 …LZ4_STATIC_ASSERT(sizeof(LZ4HC_CCtx_internal) <= sizeof(size_t) * LZ4_STREAMHCSIZE_SIZET); /* if… in LZ4_resetStreamHC()