Home
last modified time | relevance | path

Searched defs:T_ALIGN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dxti.h474 #define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c415 #define T_ALIGN(p) P2ROUNDUP((p), sizeof (t_scalar_t)) macro