Searched refs:OMFB_MBR (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/luna88k/dev/
H A Dmaskbits.h78 #define OMFB_MBR(x,y) ((y) > 31 ? 0 : (x) >> (y)) macro
90 dw |= (OMFB_MBR(*(sp + 1), 32 - (x))); \
100 *(dp) = (*(dp) & ~n) | (OMFB_MBR(sw, x) & n); \
103 | (OMFB_MBR(sw, x)); \

Completed in 56 milliseconds