Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
extru
arch/parisc/math-emu/driver.c
25
#define extru(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1))
arch/parisc/math-emu/fpudispatch.c
52
#define extru(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1))