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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dxxhash.c102 #define XXH32_SIZEOFSTATE 48 macro
103 typedef struct { long long ll[(XXH32_SIZEOFSTATE+(sizeof(long long)-1))/sizeof(long long)]; } XXH32_stateSpace_t;
337 XXH_STATIC_ASSERT(XXH32_SIZEOFSTATE >= sizeof(struct XXH_state32_t)); /* A compilation error here means XXH32_SIZEOFSTATE is not large enough */

Completed in 109 milliseconds