HomeSort by relevance Sort by last modified time
    Searched refs:g_test_rand_int (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
gtestutils.h 149 #define g_test_rand_bit() (0 != (g_test_rand_int() & (1 << 15)))
150 gint32 g_test_rand_int (void);
gtestutils.c 564 * g_test_rand_int:
581 g_test_rand_int (void) function
592 * see g_test_rand_int() for details on test case random numbers.
609 * see g_test_rand_int() for details on test case random numbers.
627 * see g_test_rand_int() for details on test case random numbers.
    [all...]
galiasdef.c 3251 #undef g_test_rand_int macro
    [all...]
galias.h 3241 #define g_test_rand_int macro
    [all...]

Completed in 3327 milliseconds