Searched refs:_PW_AND (Results 1 – 1 of 1) sorted by relevance
42 #define PW_AND(a, b) _PW_AND(a, b) // Expand the macro an extra time to43 #define _PW_AND(a, b) _PW_AND_##a##b() // allow macro substitution to occur. macro