Home
last modified time | relevance | path

Searched defs:op_and (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/unifdef/
H A Dunifdef.c680 static int op_and(int a, int b) { return (a && b); } in op_and() function
/netbsd-src/sys/arch/alpha/include/
H A Dalpha_instruction.h318 #define op_and 0x00 macro