Searched refs:Random (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dmany_cv.c52 static PRInt32 Random(void) function
56 } /* Random */
121 PRInt32 ran = Random() % 8;
H A Dranfile.c98 static const char *programName = "Random File";
107 ** PRIVATE FUNCTION: Random
125 static PRUint32 Random(void) function
135 } /* Random */
178 PRUint32 minor = (Random() % cd->limit) + 1;
179 PRUint32 random = (Random() % cd->limit) + 1;
180 PRUint32 pages = (Random() % cd->limit) + 10;
275 ** Random File: Using loops = 2, threads = 10, limit = 57
276 ** Random File: [min [avg] max] writes/sec average
360 hammer[active].limit = (Random()
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp87 virtual PRUint32 Random();
115 static const char *programName = "Random File";
118 ** PRIVATE FUNCTION: Random
136 PRUint32 HammerData::Random() function in class:HammerData
146 } /* HammerData::Random */
202 limit = (Random() % limit) + 1;
211 PRUint32 minor = (Random() % limit) + 1;
212 PRUint32 random = (Random() % limit) + 1;
213 PRUint32 pages = (Random() % limit) + 10;
307 ** Random Fil
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiMisc.c502 UINT32 Random; local
505 Random = NET_RANDOM (NetRandomInitSeed ());
506 *Rand++ = (UINT8) (Random);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c455 UINT32 Random; local
458 Random = NET_RANDOM (NetRandomInitSeed ());
459 *Rand++ = (UINT8) (Random);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Nd.c31 UINT32 Random; local
33 Random = (NetRandomInitSeed () / 4294967295UL) * IP6_RANDOM_FACTOR_SCALE;
34 Random = Random + IP6_MIN_RANDOM_FACTOR_SCALED;
35 IpSb->ReachableTime = (IpSb->BaseReachableTime * Random) / IP6_RANDOM_FACTOR_SCALE;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp622 import java.util.Random;
638 Random Rnd = new SecureRandom();
1485 import java.util.Random;
1501 Random Rnd = new SecureRandom();
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py170 ## @name Random
175 g_oMyRand = random.Random(g_iMyRandSeed);

Completed in 68 milliseconds