Searched defs:LZO_COMPILE_TIME_ASSERT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/local/include/lzo/
H A Dlzodefs.h1639 # 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/include/lzo/
H A Dlzodefs.h1639 # 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/minilzo/
H A Dminilzo.c1659 # 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

Completed in 193 milliseconds