Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h80 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) macro
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c273 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
H A Dlgc.c56 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
/freebsd/contrib/lua/src/
H A Dlgc.h64 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) macro
84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1313 bit2mask=0xe387e0781e1ULL, bit3mask=0x7cb8e388e22ULL, in qat_ae_ucode_set_ecc() local
1324 ucode |= (uint64_t)qat_ae_ucode_parity64(bit2mask & ucode) << in qat_ae_ucode_set_ecc()