Searched refs:XXH_ACC_ALIGN (Results 1 – 1 of 1) sorted by relevance
2875 # define XXH_ACC_ALIGN 8 macro2916 #ifndef XXH_ACC_ALIGN2920 # define XXH_ACC_ALIGN 8 macro2922 # define XXH_ACC_ALIGN 16 macro2924 # define XXH_ACC_ALIGN 32 macro2926 # define XXH_ACC_ALIGN 16 macro2928 # define XXH_ACC_ALIGN 16 macro2930 # define XXH_ACC_ALIGN 64 macro2936 # define XXH_SEC_ALIGN XXH_ACC_ALIGN4235 XXH_ASSERT(((size_t)acc & (XXH_ACC_ALIGN-1)) == 0); in XXH3_accumulate_512_scalar()[all …]
Completed in 24 milliseconds