Searched refs:BITS01 (Results 1 – 2 of 2) sorted by relevance
93 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01)122 #define BITS01 (03) /* ...011 */ macro129 #define SETBITS01(w) ((w) |= BITS01) /* Set bits 0 & 1 */130 #define CLRBITS01(w) ((w) &= ~BITS01) /* Clean bits 0 & 1 */131 #define SETOLD01(n, o) ((n) |= (BITS01 & (o)))
152 #define BITS01 (03) /* ...011 */ macro159 #define SETBITS01(w) ((w) |= BITS01) /* Set bits 0 & 1 */160 #define CLRBITS01(w) ((w) &= ~BITS01) /* Clean bits 0 & 1 */161 #define SETOLD01(n, o) ((n) |= (BITS01 & (o)))