Home
last modified time | relevance | path

Searched refs:BITS01 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h91 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01)
120 #define BITS01 (03) /* ...011 */ macro
127 #define SETBITS01(w) ((w) |= BITS01) /* Set bits 0 & 1 */
128 #define CLRBITS01(w) ((w) &= ~BITS01) /* Clean bits 0 & 1 */
129 #define SETOLD01(n, o) ((n) |= (BITS01 & (o)))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h150 #define BITS01 (03) /* ...011 */ macro
157 #define SETBITS01(w) ((w) |= BITS01) /* Set bits 0 & 1 */
158 #define CLRBITS01(w) ((w) &= ~BITS01) /* Clean bits 0 & 1 */
159 #define SETOLD01(n, o) ((n) |= (BITS01 & (o)))