Searched defs:op_and (Results 1 – 2 of 2) sorted by relevance
680 static int op_and(int a, int b) { return (a && b); } in op_and() function
318 #define op_and 0x00 macro