Searched refs:testRand (Results 1 – 3 of 3) sorted by relevance
42 uint32_t testRand(void);
196 fake_uid = testRand(); in SetUp()197 fake_uid2 = testRand(); in SetUp()198 valid_tag1 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32); in SetUp()199 valid_tag2 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32); in SetUp()
181 uint32_t testRand(void) in testRand() function210 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod()