Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 2 of 2) sorted by relevance

/lib/
Dtest_printf.c95 int rand; in __test() local
114 rand = 1 + prandom_u32_max(elen+1); in __test()
116 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test()
/lib/raid6/test/
Dtest.c35 data[i][j] = rand(); in makedata()