Searched refs:seedp (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/tests/ |
D | slice-test.c | 211 guint seed32, *seedp = NULL; in main() local 262 seedp = &seed32; in main() 273 if (seedp) in main() 274 g_snprintf (strseed, 64, "%u", *seedp); in main() 280 threads[i] = g_thread_create (test_sliced_mem_thread, seedp, TRUE, NULL); in main() 284 threads[i] = g_thread_create (test_memchunk_thread, seedp, TRUE, NULL); in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 1809 float IntlTest::random(int32_t* seedp) { in random() argument 1813 if (*seedp < 0 || first) { in random() 1815 if ((*seedp=(RAND_IC-(*seedp)) % RAND_M) < 0) *seedp = -(*seedp); in random() 1817 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random() 1818 ir[j]=(*seedp); in random() 1820 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random() 1821 iy=(*seedp); in random() 1826 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random() 1827 ir[j]=(*seedp); in random()
|
D | intltest.h | 248 static float random(int32_t* seedp);
|