HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_STATIC_ASSERT (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4.c 321 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
768 LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here means LZ4_STREAMSIZE is not large enough */
    [all...]
lz4hc.c 596 LZ4_STATIC_ASSERT(sizeof(LZ4HC_Data_Structure) <= LZ4_STREAMHCSIZE); /* if compilation fails here, LZ4_STREAMHCSIZE must be increased */

Completed in 39 milliseconds