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

/freebsd-10-stable/contrib/libucl/src/
H A Dxxhash.h127 #define XXH32_SIZEOFSTATE 48 macro
128 typedef struct { long long ll[(XXH32_SIZEOFSTATE+(sizeof(long long)-1))/sizeof(long long)]; } XXH32_stateSpace_t;
H A Dxxhash.c312 XXH_STATIC_ASSERT(XXH32_SIZEOFSTATE >= sizeof(struct XXH_state32_t)); // A compilation error here means XXH32_SIZEOFSTATE is not large enough
/freebsd-10-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;
333 XXH_STATIC_ASSERT(XXH32_SIZEOFSTATE >= sizeof(struct XXH_state32_t)); /* A compilation error here means XXH32_SIZEOFSTATE is not large enough */

Completed in 53 milliseconds