Home
last modified time | relevance | path

Searched defs:GET_BIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Ddecompress.c71 #define GET_BIT(lll,uuu) \ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h64 #define GET_BIT( _bits, _val ) GET_FLAGS ( _bits, (0x1ULL << _val) ) macro
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c32 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro