Searched refs:g_rand_new_with_seed (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgrand.h49 GRand* g_rand_new_with_seed (guint32 seed);
H A Dgrand.c118 * g_rand_new_with_seed:
126 g_rand_new_with_seed (guint32 seed) function
627 global_random = g_rand_new_with_seed (seed);
H A Dgtestutils.c509 GRand *rg = g_rand_new_with_seed (0xc8c49fb6);
H A Dgaliasdef.c2250 #undef g_rand_new_with_seed macro
2251 extern __typeof (g_rand_new_with_seed) g_rand_new_with_seed __attribute((alias("IA__g_rand_new_with_seed"), visibility("default")));
H A Dgalias.h2243 extern __typeof (g_rand_new_with_seed) IA__g_rand_new_with_seed __attribute((visibility("hidden")));
2244 #define g_rand_new_with_seed IA__g_rand_new_with_seed macro

Completed in 43 milliseconds