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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h150 #define BIT0 (01) /* ...001 */ macro
153 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */
155 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */
157 #define CLRBIT0(w) ((w) &= ~BIT0) /* Clean bit0 */
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h120 #define BIT0 (01) /* ...001 */ macro
123 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */
125 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */
127 #define CLRBIT0(w) ((w) &= ~BIT0) /* Clean bit0 */

Completed in 85 milliseconds