Searched defs:BITS01 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h152 #define BITS01 (03) /* ...011 */ macro
159 #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)))
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h93 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01)
122 #define BITS01 (03) /* ...011 */ macro
129 #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)))

Completed in 44 milliseconds