HomeSort by relevance Sort by last modified time
    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 2104 milliseconds