Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h2233 #ifndef XXH_ACC_ALIGN
2237 # define XXH_ACC_ALIGN 8 macro
2239 # define XXH_ACC_ALIGN 16 macro
2241 # define XXH_ACC_ALIGN 32 macro
2243 # define XXH_ACC_ALIGN 16 macro
2245 # define XXH_ACC_ALIGN 16 macro
2247 # define XXH_ACC_ALIGN 64 macro
2253 # define XXH_SEC_ALIGN XXH_ACC_ALIGN
3511 XXH_ASSERT(((size_t)acc & (XXH_ACC_ALIGN-1)) == 0); in XXH3_accumulate_512_scalar()
3526 XXH_ASSERT((((size_t)acc) & (XXH_ACC_ALIGN-1)) == 0); in XXH3_scrambleAcc_scalar()
[all …]

Completed in 32 milliseconds