OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
op2
sys/arch/amd64/amd64/db_disasm.c
107
#define op2(x,y) ((x)|((y)<<8))
sys/arch/i386/i386/db_disasm.c
108
#define op2(x,y) ((x)|((y)<<8))
usr.bin/awk/parse.c
156
Node *op2(int a, Node *b, Node *c)