Home
last modified time | relevance | path

Searched refs:bit2mask (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h80 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) macro
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
H A Dlgc.c58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))