Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:AlignDown

633 /*!	@function	AlignDown
638 #define AlignDown( X, Y ) ( ( X ) & ~( ( Y ) - 1 ) )