Searched refs:Rand (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcopypixrate.c68 Rand(int max) function in typeref:typename:int
80 x = Rand(WinWidth);
81 y = Rand(WinHeight);
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dt1decode.c1096 FT_Fixed Rand; local in function:t1_decoder_parse_charstrings
1099 Rand = seed;
1100 if ( Rand >= 0x8000L )
1101 Rand++;
1103 top[0] = Rand;

Completed in 4 milliseconds