OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:randc
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/test/
graywin.c
23
Uint32
randc
;
local
36
randc
= (rand()%NUM_COLORS);
40
color =
randc
;
44
color = SDL_MapRGB(screen->format,
randc
,
randc
,
randc
);
Completed in 23 milliseconds