Home
last modified time | relevance | path

Searched refs:g_rand_new_with_seed_array (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgrand.h50 GRand* g_rand_new_with_seed_array (const guint32 *seed,
Dgrand.c145 g_rand_new_with_seed_array (const guint32 *seed, guint seed_length) in g_rand_new_with_seed_array() function
216 return g_rand_new_with_seed_array (seed, 4); in g_rand_new()
Dgtestutils.c555 test_run_rand = g_rand_new_with_seed_array (seedarray, 4); in test_run_seed()
Dgaliasdef.c2253 #undef g_rand_new_with_seed_array
2254 extern __typeof (g_rand_new_with_seed_array) g_rand_new_with_seed_array __attribute((alias("IA__g_r…
Dgalias.h2246 extern __typeof (g_rand_new_with_seed_array) IA__g_rand_new_with_seed_array __attribute((visibility…
2247 #define g_rand_new_with_seed_array IA__g_rand_new_with_seed_array macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2382 g_rand_new_with_seed_array
/external/bluetooth/glib/
DChangeLog.pre-2-4600 (g_rand_new_with_seed_array) (g_rand_set_seed_array): Add
604 g_rand_new_with_seed_array, g_rand_set_seed_array. This is only
DNEWS2484 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),