Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/watchmalloc/common/
H A Dmallint.h128 #define CLRBIT1(w) ((w) &= ~BIT1) /* Clean bit1 */ macro
/titanic_52/usr/src/lib/libc/port/gen/
H A Dmallint.h158 #define CLRBIT1(w) ((w) &= ~BIT1) /* Clean bit1 */ macro