OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seedstr
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/glib/
gtestutils.c
479
static char
seedstr
[4 + 4 * 8 + 1];
local
498
g_snprintf (
seedstr
, sizeof (
seedstr
), "R02S%08x%08x%08x%08x", g_random_int(), g_random_int(), g_random_int(), g_random_int());
499
test_run_seedstr =
seedstr
;
[
all
...]
Completed in 59 milliseconds