Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dstack.h65 #define SA32(x) (((x)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1)) macro
121 #define SA(x) SA32(x)