Searched refs:fastrand (Results 1 – 11 of 11) sorted by relevance
99 c_tmp -= (gint) (fastrand ()) >> 28; in coloraging()110 ((fastrand () >> 8) & 0x101010); in coloraging()145 y2 = fastrand () % height; in scratching()155 if ((fastrand () & 0xf0000000) == 0) { in scratching()156 scratch->life = 2 + (fastrand () >> 27); in scratching()157 scratch->x = fastrand () % (width * 256); in scratching()158 scratch->dx = ((int) fastrand ()) >> 23; in scratching()159 scratch->init = (fastrand () % (height - 1)) + 1; in scratching()175 if ((fastrand () & 0xf0000000) == 0) { in dusts()176 *dust_interval = fastrand () >> 29; in dusts()[all …]
230 x = fastrand () % (map_w - 4) + 2; in drop()231 y = fastrand () % (map_h - 4) + 2; in drop()252 filter->period = (fastrand () >> 23) + 100; in raindrop()255 filter->drop_power = (-(fastrand () >> 28) - 2) << point; in raindrop()256 filter->drops_per_frame_max = 2 << (fastrand () >> 30); // 2,4,8 or 16 in raindrop()267 filter->period = (fastrand () >> 22) + 1000; in raindrop()277 filter->period = (fastrand () >> 24) + 60; in raindrop()283 filter->period = (fastrand () >> 23) + 500; in raindrop()295 if ((fastrand () >> 8) < filter->drop_prob) { in raindrop()
152 filter->rx = fastrand () % width; in gst_shagadelic_initialize()153 filter->ry = fastrand () % height; in gst_shagadelic_initialize()154 filter->bx = fastrand () % width; in gst_shagadelic_initialize()155 filter->by = fastrand () % height; in gst_shagadelic_initialize()
40 fastrand (void) in fastrand() function
141 rand = planetable[(current_plane + (fastrand () >> 24)) % planes]; in gst_quarktv_transform_frame()
225 filter->dicemap[i] = (fastrand () >> 24) & 0x03; in gst_dicetv_create_map()
31 static int fastrand () in fastrand() function41 return (fastrand () % 16) ? malloc (size) : NULL; in hb_malloc_impl()46 return (fastrand () % 16) ? calloc (nmemb, size) : NULL; in hb_calloc_impl()51 return (fastrand () % 16) ? realloc (ptr, size) : NULL; in hb_realloc_impl()
29 static unsigned fastrand(void) { in fastrand() function37 *(unsigned*)req->data = fastrand(); in work_cb()
36 static unsigned fastrand(void) { in fastrand() function47 i = fastrand() % ARRAY_SIZE(container->async_handles); in thread_cb()
246 name = "fastrand"697 "fastrand",
155886 (gst_quarktv_get_unit_size), (fastrand),