Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h125 #define CLRBIT0(w) ((w) &= ~BIT0) /* Clean bit0 */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h155 #define CLRBIT0(w) ((w) &= ~BIT0) /* Clean bit0 */ macro