Searched defs:DO_NAND (Results 1 – 2 of 2) sorted by relevance
4870 #define DO_NAND(N, M) (!(N & M)) macro
143 #define DO_NAND(N, M, G) (~((N) & (M)) & (G)) macro