Home
last modified time | relevance | path

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

/external/fio/crc/
Dxxhash.h140 #define XXH32_SIZEOFSTATE 48 macro
141 typedef struct { long long ll[(XXH32_SIZEOFSTATE+(sizeof(long long)-1))/sizeof(long long)]; } XXH32…
Dxxhash.c258 …XXH_STATIC_ASSERT(XXH32_SIZEOFSTATE >= sizeof(struct XXH_state32_t)); // A compilation error her… in XXH32_sizeofState()