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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c38 Rand32 ( function
85 W = Width - (Rand32 () % Width);
86 H = Height - (Rand32 () % Height);
88 X = Rand32 () % (Width - W);
93 Y = Rand32 () % (Height - H);
97 *(UINT32*) (&Color) = Rand32 () & 0xffffff;

Completed in 72 milliseconds