Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/unifdef/
H A Dunifdef.c679 static int op_or(int a, int b) { return (a || b); } in op_or() function
/netbsd-src/sys/arch/alpha/include/
H A Dalpha_instruction.h322 #define op_or 0x20 /* bis */ macro