Searched refs:XXH_ALIGN (Results 1 – 1 of 1) sorted by relevance
1007 # define XXH_ALIGN(n) alignas(n) macro1010 # define XXH_ALIGN(n) alignas(n) macro1012 # define XXH_ALIGN(n) __attribute__ ((aligned(n))) macro1014 # define XXH_ALIGN(n) __declspec(align(n)) macro1016 # define XXH_ALIGN(n) /* disabled */ macro1023 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align)1025 # define XXH_ALIGN_MEMBER(align, type) XXH_ALIGN(align) type3194 XXH_ALIGN(64) static const xxh_u8 XXH3_kSecret[XXH_SECRET_DEFAULT_SIZE] = {4024 XXH_ALIGN(16) const xxh_i64 seed64x2[2] = { (xxh_i64)seed64, (xxh_i64)(0U - seed64) }; in XXH3_initCustomSecret_sse2()4553 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[XXH_ACC_NB] = XXH3_INIT_ACC; in XXH3_hashLong_64b_internal()[all …]