Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:AlignUp

641 /*!	@function	AlignUp
646 #define AlignUp( X, Y ) ( ( ( X ) + ( ( Y ) - 1 ) ) & ~( ( Y ) - 1 ) )