Lines Matching refs:XXH_ALIGN
1010 # define XXH_ALIGN(n) alignas(n) macro
1013 # define XXH_ALIGN(n) alignas(n) macro
1015 # define XXH_ALIGN(n) __attribute__ ((aligned(n))) macro
1017 # define XXH_ALIGN(n) __declspec(align(n)) macro
1019 # define XXH_ALIGN(n) /* disabled */ macro
1026 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align)
1028 # define XXH_ALIGN_MEMBER(align, type) XXH_ALIGN(align) type
3203 XXH_ALIGN(64) static const xxh_u8 XXH3_kSecret[XXH_SECRET_DEFAULT_SIZE] = {
4033 XXH_ALIGN(16) const xxh_i64 seed64x2[2] = { (xxh_i64)seed64, (xxh_i64)(0U - seed64) }; in XXH3_initCustomSecret_sse2()
4482 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[XXH_ACC_NB] = XXH3_INIT_ACC; in XXH3_hashLong_64b_internal()
4543 { XXH_ALIGN(XXH_SEC_ALIGN) xxh_u8 secret[XXH_SECRET_DEFAULT_SIZE]; in XXH3_hashLong_64b_withSeed_internal()
4835 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[8]; memcpy(acc, state->acc, sizeof(acc)); in XXH3_update()
4979 XXH_ALIGN(XXH_ACC_ALIGN) XXH64_hash_t acc[XXH_ACC_NB]; in XXH3_64bits_digest()
5261 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[XXH_ACC_NB] = XXH3_INIT_ACC; in XXH3_hashLong_128b_internal()
5318 { XXH_ALIGN(XXH_SEC_ALIGN) xxh_u8 secret[XXH_SECRET_DEFAULT_SIZE]; in XXH3_hashLong_128b_withSeed_internal()
5455 XXH_ALIGN(XXH_ACC_ALIGN) XXH64_hash_t acc[XXH_ACC_NB]; in XXH3_128bits_digest()
5583 XXH_ALIGN(XXH_SEC_ALIGN) xxh_u8 secret[XXH_SECRET_DEFAULT_SIZE]; in XXH3_generateSecret_fromSeed()