Searched refs:XXH32_SIZEOFSTATE (Results 1 - 2 of 2) sorted by relevance

/external/fio/crc/
H A Dxxhash.h140 #define XXH32_SIZEOFSTATE 48 macro
141 typedef struct { long long ll[(XXH32_SIZEOFSTATE+(sizeof(long long)-1))/sizeof(long long)]; } XXH32_stateSpace_t;
H A Dxxhash.c258 XXH_STATIC_ASSERT(XXH32_SIZEOFSTATE >= sizeof(struct XXH_state32_t)); // A compilation error here means XXH32_SIZEOFSTATE is not large enough

Completed in 95 milliseconds