Searched refs:FOOB (Results 1 – 10 of 10) sorted by relevance
8 #if (FOOB | FOO) == 4311 #error FOOB bitwise-or FOO is not 4320 #if (FOOB & 2) == 223 #error FOOB bitwise-and 2 is not 232 #if (FOOB >> 4) == 235 #error FOOB right-shift 2 is not 238 #if (FOOB + FOO) == 4341 #error FOOB add FOO is not 4344 #if (FOOB - FOO) == 4147 #error FOOB subtract FOO is not 41[all …]
8 #if FOOB == 4211 #error FOOB not 4214 #if FOOB != 4220 #if FOOB == 42 || FOO == 126 #if FOOB != 42 && FOO != 127 #error FOOB not 42 and FOO not 132 #if FOOB == 42 || FOO != 135 #error FOOB is 42 or FOO is not 138 #if FOO != 1 || FOOB != 4239 #error FOO is 1 or FOOB is 42[all …]
20 #if FOOB == 4223 #error FOOB not 4226 #if FOOB != 4232 #if FOOB == 42 || FOO == 138 #if FOOB != 42 && FOO != 139 #error FOOB not 42 and FOO not 144 #if FOOB == 42 || FOO != 147 #error FOOB is 42 or FOO is not 150 #if FOO != 1 || FOOB != 4251 #error FOO is 1 or FOOB is 42
20 #if defined(FOO) || defined(FOOB)23 #error FOO or FOOB not defined26 #if defined(FOOB) || defined(FOO)29 #error FOO or FOOB not defined32 #if defined(FOO) && defined(FOOB)35 #error FOO and FOOB not defined38 #if defined(FOOB) && defined(FOO)41 #error FOO and FOOB not defined
8 #if defined(FOO) || defined(FOOB)11 #error FOO or FOOB not defined14 #if defined(FOOB) || defined(FOO)17 #error FOO or FOOB not defined20 #if defined(FOO) && defined(FOOB)23 #error FOO and FOOB not defined26 #if defined(FOOB) && defined(FOO)29 #error FOO and FOOB not defined
12 #if FOOB == 4215 #error FOOB not 4218 #if FOOB != 4224 #if FOOB == 42 || FOO == 130 #if FOOB != 42 && FOO != 131 #error FOOB not 42 and FOO not 136 #if FOOB == 42 || FOO != 139 #error FOOB is 42 or FOO is not 142 #if FOO != 1 || FOOB != 4243 #error FOO is 1 or FOOB is 42
12 #if defined(FOO) || defined(FOOB)15 #error FOO or FOOB not defined18 #if defined(FOOB) || defined(FOO)21 #error FOO or FOOB not defined24 #if defined(FOO) && defined(FOOB)27 #error FOO and FOOB not defined30 #if defined(FOOB) && defined(FOO)33 #error FOO and FOOB not defined
2 #define FOOB 42 macro