Searched refs:g_rand_set_seed_array (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgrand.h57 void g_rand_set_seed_array (GRand *rand_,
H A Dgrand.c148 g_rand_set_seed_array (rand, seed, seed_length);
302 * g_rand_set_seed_array:
316 g_rand_set_seed_array (GRand* rand, const guint32 *seed, guint seed_length) function
H A Dgaliasdef.c2274 #undef g_rand_set_seed_array macro
2275 extern __typeof (g_rand_set_seed_array) g_rand_set_seed_array __attribute((alias("IA__g_rand_set_seed_array"), visibility("default")));
H A Dgalias.h2267 extern __typeof (g_rand_set_seed_array) IA__g_rand_set_seed_array __attribute((visibility("hidden")));
2268 #define g_rand_set_seed_array IA__g_rand_set_seed_array macro

Completed in 76 milliseconds