Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.h66 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) macro
/netbsd-src/sys/dev/pci/qat/
H A Dqat_ae.c1320 bit2mask=0xe387e0781e1ULL, bit3mask=0x7cb8e388e22ULL, in qat_ae_ucode_set_ecc() local