Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgrand.h71 gint32 g_rand_int_range (GRand *rand_,
Dgrand.c500 g_rand_int_range (GRand *rand, in g_rand_int_range() function
674 result = g_rand_int_range (get_global_random (), begin, end); in g_random_int_range()
Dgtestutils.c1815 r = g_rand_int_range (test_run_rand, begin, end); in g_test_rand_int_range()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpstorage.c432 gsize ssrc_idx = g_rand_int_range (test_data->rnd, 0, STRESS_TEST_SSRCS); in rtpstorage_stress_prepare_buffer()
468 test_data.seq[i] = g_rand_int_range (test_data.rnd, 0, 0x10000); in GST_START_TEST()
482 gsize ssrc_idx = g_rand_int_range (rnd, 0, STRESS_TEST_SSRCS); in GST_START_TEST()
/third_party/glib/glib/tests/
Drand.c108 i = g_rand_int_range (rand, 8,16); in test_rand()
D1bit-mutex.c114 acquire (g_rand_int_range (rand, 0, LOCKS), use_pointers); in thread_func()
Dmutex.c131 acquire (g_rand_int_range (rand, 0, LOCKS)); in thread_func()
Drwlock.c158 acquire (g_rand_int_range (rand, 0, LOCKS)); in thread_func()
Drec-mutex.c131 acquire (g_rand_int_range (rand, 0, LOCKS)); in thread_func()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Drndbuffersize.c364 num_bytes = g_rand_int_range (self->rand, self->min, self->max); in gst_rnd_buffer_size_drain_adapter()
461 num_bytes = g_rand_int_range (self->rand, self->min, self->max); in gst_rnd_buffer_size_loop()
Dbreakmydata.c253 new = g_rand_int_range (bmd->rand, 0, 256); in gst_break_my_data_transform_ip()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstchopmydata.c273 g_rand_int_range (chopmydata->rand, begin, end) * chopmydata->step_size; in get_next_size()
/third_party/glib/gio/tests/
Dgmenumodel.c289 position = g_rand_int_range (rand, 0, n_items + 1); in random_menu_change()
290 removes = g_rand_int_range (rand, 0, n_items - position + 1); in random_menu_change()
291 adds = g_rand_int_range (rand, 0, MAX_ITEMS - (n_items - removes) + 1); in random_menu_change()
/third_party/gstreamer/gstplugins_bad/gst/netsim/
Dgstnetsim.c246 return g_rand_int_range (rand_seed, min_value, max_value + 1); in get_random_value_uniform()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c1041 g_rand_int_range (delay_req_rand, 0, in send_delay_req()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3229 g_rand_int_range