Home
last modified time | relevance | path

Searched defs: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