OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seedp
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/tests/
slice-test.c
214
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/
intltest.cpp
[
all
...]
intltest.h
167
* @param
seedp
pointer to seed. Set *
seedp
to any negative value
170
static float random(int32_t*
seedp
);
Completed in 268 milliseconds