Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h2875 # define XXH_ACC_ALIGN 8 macro
2916 #ifndef XXH_ACC_ALIGN
2920 # define XXH_ACC_ALIGN 8 macro
2922 # define XXH_ACC_ALIGN 16 macro
2924 # define XXH_ACC_ALIGN 32 macro
2926 # define XXH_ACC_ALIGN 16 macro
2928 # define XXH_ACC_ALIGN 16 macro
2930 # define XXH_ACC_ALIGN 64 macro
2936 # define XXH_SEC_ALIGN XXH_ACC_ALIGN
4235 XXH_ASSERT(((size_t)acc & (XXH_ACC_ALIGN-1)) == 0); in XXH3_accumulate_512_scalar()
[all …]

Completed in 26 milliseconds