Searched defs:SqRt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c134 UINT32 SqRt; local
142 for (SqRt = 0, Mask = (UINT32) (1 << (HighBitSet32 (Uint32) / 2));
146 SqRtMask = SqRt | Mask;
152 SqRt = SqRtMask;
158 return SqRt;

Completed in 660 milliseconds