Searched refs:LZ4_STATIC_ASSERT (Results 1 – 1 of 1) sorted by relevance
250 #define LZ4_STATIC_ASSERT(c) \ macro1051 LZ4_STATIC_ASSERT(LZ4_MEMORY_USAGE > 2); in LZ4_getIndexOnHash()1843 …LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here me… in LZ4_createStream()2320 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()2570 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()2906 …LZ4_STATIC_ASSERT(LZ4_STREAMDECODESIZE >= sizeof(LZ4_streamDecode_t_internal)); /* A compilation e… in LZ4_createStreamDecode()