Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgrand.h64 gint32 g_rand_int_range (GRand *rand_,
Dgrand.c418 g_rand_int_range (GRand* rand, gint32 begin, gint32 end) in g_rand_int_range() function
568 result = g_rand_int_range (global_random, begin, end); in g_random_int_range()
Dgtestutils.c602 return g_rand_int_range (test_run_rand, begin, end); in g_test_rand_int_range()
Dgaliasdef.c2244 #undef g_rand_int_range
2245 extern __typeof (g_rand_int_range) g_rand_int_range __attribute((alias("IA__g_rand_int_range"), vis…
Dgalias.h2237 extern __typeof (g_rand_int_range) IA__g_rand_int_range __attribute((visibility("hidden")));
2238 #define g_rand_int_range IA__g_rand_int_range macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2390 g_rand_int_range
/external/bluetooth/glib/
DChangeLog.pre-2-2301 * glib/grand.c (g_rand_int_range): Improve generation of
DChangeLog.pre-2-04094 g_rand_int() twice. Overhauled g_rand_int_range(), which is easier