Searched refs:GET_BIT (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/bzip2/ |
H A D | decompress.c | 71 #define GET_BIT(lll,uuu) \ macro 96 GET_BIT(label2, zj); \ 269 GET_BIT(BZ_X_MAPPING_1, uc); in BZ2_decompress() 280 GET_BIT(BZ_X_MAPPING_2, uc); in BZ2_decompress() 295 GET_BIT(BZ_X_SELECTOR_3, uc); in BZ2_decompress() 323 GET_BIT(BZ_X_CODING_2, uc); in BZ2_decompress() 325 GET_BIT(BZ_X_CODING_3, uc); in BZ2_decompress()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | utils.h | 64 #define GET_BIT( _bits, _val ) GET_FLAGS ( _bits, (0x1ULL << _val) ) macro
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaDec.c | 32 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro 34 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } 190 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 1765 if( 0 == GET_BIT( abs_func_vector, idx ) ) in lm_reset_device_with_nig()
|