Home | History | Annotate | Download | only in core

Lines Matching refs:IsPow2

1032 static bool IsPow2(T value)
1039 /// Note: IsPow2(alignment) MUST be true
1045 SWR_ASSERT(IsPow2(alignment));
1051 /// Note: IsPow2(alignment) MUST be true
1062 /// Note: IsPow2(alignment) MUST be true
1079 if (IsPow2(alignment)) { return AlignDownPow2(value, alignment); }
1095 /// Note: IsPow2(alignment) MUST be true
1106 /// Note: IsPow2(alignment) MUST be true