Searched refs:LZ4_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance
275 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use after vari… macro833 LZ4_STATIC_ASSERT(LZ4_MEMORY_USAGE > 2); in LZ4_getIndexOnHash()1489 LZ4_STATIC_ASSERT(sizeof(LZ4_stream_t) >= sizeof(LZ4_stream_t_internal)); in LZ4_createStream()2013 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()2174 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()2464 LZ4_STATIC_ASSERT(sizeof(LZ4_streamDecode_t) >= sizeof(LZ4_streamDecode_t_internal)); in LZ4_createStreamDecode()
502 LZ4_STATIC_ASSERT(notLimited == 0); in LZ4HC_encodeSequence()