Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1007 # define XXH_ALIGN(n) alignas(n) macro
1010 # define XXH_ALIGN(n) alignas(n) macro
1012 # define XXH_ALIGN(n) __attribute__ ((aligned(n))) macro
1014 # define XXH_ALIGN(n) __declspec(align(n)) macro
1016 # define XXH_ALIGN(n) /* disabled */ macro
1023 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align)
1025 # define XXH_ALIGN_MEMBER(align, type) XXH_ALIGN(align) type
3194 XXH_ALIGN(64) static const xxh_u8 XXH3_kSecret[XXH_SECRET_DEFAULT_SIZE] = {
4024 XXH_ALIGN(16) const xxh_i64 seed64x2[2] = { (xxh_i64)seed64, (xxh_i64)(0U - seed64) }; in XXH3_initCustomSecret_sse2()
4553 XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64 acc[XXH_ACC_NB] = XXH3_INIT_ACC; in XXH3_hashLong_64b_internal()
[all …]