Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h1010 # define XXH_ALIGN(n) alignas(n) macro
1013 # define XXH_ALIGN(n) alignas(n) macro
1015 # define XXH_ALIGN(n) __attribute__ ((aligned(n))) macro
1017 # define XXH_ALIGN(n) __declspec(align(n)) macro
1019 # define XXH_ALIGN(n) /* disabled */ macro
1026 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align)
1028 # define XXH_ALIGN_MEMBER(align, type) XXH_ALIGN(align) type
4482 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[XXH_ACC_NB] = XXH3_INIT_ACC; in XXH3_hashLong_64b_internal()
4979 XXH_ALIGN(XXH_ACC_ALIGN) XXH64_hash_t acc[XXH_ACC_NB]; in XXH3_64bits_digest()
5455 XXH_ALIGN(XXH_ACC_ALIGN) XXH64_hash_t acc[XXH_ACC_NB]; in XXH3_128bits_digest()
[all …]

Completed in 22 milliseconds