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

  /external/lz4/lib/
lz4.c 286 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
    [all...]
lz4frame.c 72 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
212 LZ4_STATIC_ASSERT(sizeof(ptrdiff_t) >= sizeof(size_t)); /* A compilation error here means sizeof(ptrdiff_t) is not large enough */
    [all...]

Completed in 152 milliseconds