Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:ExtractBits

686 /*!	@function	ExtractBits
697 ExtractBits( 0x30000000U, 0xF0000000U, 28 ) == 0x3
700 #define ExtractBits( X, MASK, SHIFT ) ( ( ( X ) >> ( SHIFT ) ) & ( ( MASK ) >> ( SHIFT ) ) )