Searched refs:seedp (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/tests/
H A Dslice-test.c214 guint seed32, *seedp = NULL; local
265 seedp = &seed32;
278 if (seedp)
279 g_snprintf (strseed, 64, "%u", *seedp);
285 threads[i] = g_thread_create_full (test_sliced_mem_thread, seedp, 0, TRUE, FALSE, 0, NULL);
290 threads[i] = g_thread_create_full (test_memchunk_thread, seedp, 0, TRUE, FALSE, 0, NULL);
/external/icu4c/test/intltest/
H A Dintltest.cpp1567 * @param seedp pointer to seed. Set *seedp to any negative value
1570 float IntlTest::random(int32_t* seedp) { argument
1574 if (*seedp < 0 || first) {
1576 if ((*seedp=(RAND_IC-(*seedp)) % RAND_M) < 0) *seedp = -(*seedp);
1578 *seedp=(RAND_IA*(*seedp)
[all...]
H A Dintltest.h167 * @param seedp pointer to seed. Set *seedp to any negative value
170 static float random(int32_t* seedp);

Completed in 3123 milliseconds