Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c321 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *aft… macro
768LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here… in LZ4_createStream()
Dlz4hc.c596LZ4_STATIC_ASSERT(sizeof(LZ4HC_Data_Structure) <= LZ4_STREAMHCSIZE); /* if compilation fails her… in LZ4_resetStreamHC()