Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/watchmalloc/common/
H A Dmallint.h124 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
/titanic_50/usr/src/lib/libc/port/gen/
H A Dmallint.h154 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro