Lines Matching refs:XXH_ACC_ALIGN
2844 # define XXH_ACC_ALIGN 8 macro
2885 #ifndef XXH_ACC_ALIGN
2887 # define XXH_ACC_ALIGN 64 /* for compatibility with avx512 */ macro
2889 # define XXH_ACC_ALIGN 8 macro
2891 # define XXH_ACC_ALIGN 16 macro
2893 # define XXH_ACC_ALIGN 32 macro
2895 # define XXH_ACC_ALIGN 16 macro
2897 # define XXH_ACC_ALIGN 16 macro
2899 # define XXH_ACC_ALIGN 64 macro
2905 # define XXH_SEC_ALIGN XXH_ACC_ALIGN
4204 XXH_ASSERT(((size_t)acc & (XXH_ACC_ALIGN-1)) == 0); in XXH3_accumulate_512_scalar()
4219 XXH_ASSERT((((size_t)acc) & (XXH_ACC_ALIGN-1)) == 0); in XXH3_scrambleAcc_scalar()
4451 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[XXH_ACC_NB] = XXH3_INIT_ACC; in XXH3_hashLong_64b_internal()
4804 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[8]; memcpy(acc, state->acc, sizeof(acc)); in XXH3_update()
4948 XXH_ALIGN(XXH_ACC_ALIGN) XXH64_hash_t acc[XXH_ACC_NB]; in XXH3_64bits_digest()
5230 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[XXH_ACC_NB] = XXH3_INIT_ACC; in XXH3_hashLong_128b_internal()
5424 XXH_ALIGN(XXH_ACC_ALIGN) XXH64_hash_t acc[XXH_ACC_NB]; in XXH3_128bits_digest()