Home
last modified time | relevance | path

Searched refs:XXH_ACC_ALIGN (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h2844 # define XXH_ACC_ALIGN 8 macro
2885 #ifndef XXH_ACC_ALIGN
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()
[all …]

Completed in 29 milliseconds