Home
last modified time | relevance | path

Searched refs:CLRBITS (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c464 CLRBITS(s);
973 oldsize = SIZE(rp); CLRBITS(oldsize);
980 CLRBITS(s);
H A Dvmhdr.h192 #define CLRBITS(w) ((w) &= ~BITS) macro