HomeSort by relevance Sort by last modified time
    Searched full:seedarray (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/glib/
gtestutils.c 539 guint32 seedarray[4]; local
542 seedarray[0] = g_ascii_strtoull (hexbuf, &p, 16);
545 seedarray[1] = g_ascii_strtoull (hexbuf, &p, 16);
548 seedarray[2] = g_ascii_strtoull (hexbuf, &p, 16);
551 seedarray[3] = g_ascii_strtoull (hexbuf, &p, 16);
555 test_run_rand = g_rand_new_with_seed_array (seedarray, 4);
    [all...]

Completed in 59 milliseconds