Searched defs:Ch (Results 1 – 3 of 3) sorted by relevance
44 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
88 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d))) macro
267 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro