HomeSort by relevance Sort by last modified time
    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