Searched refs:XXH_ACC_ALIGN (Results 1 – 1 of 1) sorted by relevance
2844 # define XXH_ACC_ALIGN 8 macro2885 #ifndef XXH_ACC_ALIGN2889 # define XXH_ACC_ALIGN 8 macro2891 # define XXH_ACC_ALIGN 16 macro2893 # define XXH_ACC_ALIGN 32 macro2895 # define XXH_ACC_ALIGN 16 macro2897 # define XXH_ACC_ALIGN 16 macro2899 # define XXH_ACC_ALIGN 64 macro2905 # define XXH_SEC_ALIGN XXH_ACC_ALIGN4204 XXH_ASSERT(((size_t)acc & (XXH_ACC_ALIGN-1)) == 0); in XXH3_accumulate_512_scalar()[all …]
Completed in 23 milliseconds