Searched refs:LZO_COMPILE_TIME_ASSERT (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzodefs.h1637 #if !defined(LZO_COMPILE_TIME_ASSERT)
1639 # define LZO_COMPILE_TIME_ASSERT(e) {typedef int __lzo_cta_t[1-!(e)];} macro
1641 # define LZO_COMPILE_TIME_ASSERT(e) switch(0) case 1:case !(e):break; macro
1643 # define LZO_COMPILE_TIME_ASSERT(e) switch(0) case 1:case !(e):break; macro
1645 # define LZO_COMPILE_TIME_ASSERT(e) switch(0) case 1:case !(e):break; macro
1647 # define LZO_COMPILE_TIME_ASSERT(e) {typedef int __lzo_cta_t[1-2*!(e)];} macro
H A Dminilzo.c1657 #if !defined(LZO_COMPILE_TIME_ASSERT)
1659 # define LZO_COMPILE_TIME_ASSERT(e) {typedef int __lzo_cta_t[1-!(e)];} macro
1661 # define LZO_COMPILE_TIME_ASSERT(e) switch(0) case 1:case !(e):break; macro
1663 # define LZO_COMPILE_TIME_ASSERT(e) switch(0) case 1:case !(e):break; macro
1665 # define LZO_COMPILE_TIME_ASSERT(e) switch(0) case 1:case !(e):break; macro
1667 # define LZO_COMPILE_TIME_ASSERT(e) {typedef int __lzo_cta_t[1-2*!(e)];} macro
2729 #define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)

Completed in 42 milliseconds