Home
last modified time | relevance | path

Searched defs:CLRBIT1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h126 #define CLRBIT1(w) ((w) &= ~BIT1) /* Clean bit1 */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h156 #define CLRBIT1(w) ((w) &= ~BIT1) /* Clean bit1 */ macro