Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h304 #ifndef ZSTD_ALIGNED
307 # define ZSTD_ALIGNED(a) __attribute__((aligned(a))) macro
309 # define ZSTD_ALIGNED(a) _Alignas(a) macro
311 # define ZSTD_ALIGNED(n) __declspec(align(n)) macro
314 # define ZSTD_ALIGNED(...) macro
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c7402 ZSTD_ALIGNED(32) U32 tmp[8]; /* temporary buffer for reduction */ in ZSTD_get1BlockSummary()