Home
last modified time | relevance | path

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

/external/fio/crc/
Dxxhash.c143 #define XXH_STATIC_ASSERT(c) { enum { XXH_static_assert = 1/(!!(c)) }; } // use only *after* v… macro
258XXH_STATIC_ASSERT(XXH32_SIZEOFSTATE >= sizeof(struct XXH_state32_t)); // A compilation error her… in XXH32_sizeofState()
/external/lz4/lib/
Dxxhash.c223 #define XXH_STATIC_ASSERT(c) { enum { XXH_static_assert = 1/(!!(c)) }; } /* use only *after* v… macro
538XXH_STATIC_ASSERT(sizeof(XXH32_state_t) >= sizeof(XXH_istate32_t)); /* A compilation error here … in XXH32_createState()
549XXH_STATIC_ASSERT(sizeof(XXH64_state_t) >= sizeof(XXH_istate64_t)); /* A compilation error here … in XXH64_createState()