Home | History | Annotate | Download | only in cff

Lines Matching refs:Rand

2061             FT_Fixed  Rand;
2064 FT_TRACE4(( " rand\n" ));
2066 Rand = seed;
2067 if ( Rand >= 0x8000L )
2068 Rand++;
2070 args[0] = Rand;