Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c429 CLRBITS(s);
876 oldz = SIZE(rp); CLRBITS(oldz);
883 CLRBITS(s);
H A Dvmhdr.h171 #define CLRBITS(w) ((w) &= ~BITS) macro