Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c72 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *aft… macro
212LZ4_STATIC_ASSERT(sizeof(ptrdiff_t) >= sizeof(size_t)); /* A compilation error here means sizeo… in err0r()
Dlz4.c286 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *aft… macro
918LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here… in LZ4_createStream()
Dlz4hc.c562LZ4_STATIC_ASSERT(sizeof(LZ4HC_CCtx_internal) <= sizeof(size_t) * LZ4_STREAMHCSIZE_SIZET); /* if… in LZ4_resetStreamHC()