Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/sys/
H A Ddebug.h133 #define __CTASSERT(x, y) \ macro
/titanic_51/usr/src/boot/sys/boot/common/
H A Dbootstrap.h340 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1] macro