Searched defs:XXH32_SIZEOFSTATE (Results 1 - 1 of 1) sorted by relevance
/external/fio/crc/ | ||
H A D | xxhash.h | 140 #define XXH32_SIZEOFSTATE 48 macro 141 typedef struct { long long ll[(XXH32_SIZEOFSTATE+(sizeof(long long)-1))/sizeof(long long)]; } XXH32_stateSpace_t; |
Completed in 66 milliseconds