Home
last modified time | relevance | path

Searched refs:random_no (Results 1 – 23 of 23) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dswirl.c182 random_no(unsigned int n) in random_no() function
374 knot->x = random_no((unsigned int) sp->width); in create_knots()
375 knot->y = random_no((unsigned int) sp->height); in create_knots()
378 knot->m = random_no(MASS) + 1; in create_knots()
381 if (random_no(100) > 50) in create_knots()
388 switch (random_no(4)) { in create_knots()
417 switch (random_no(4)) { in create_knots()
956 sp->n_knots = random_no((unsigned int) MI_COUNT(mi) / 2) + in init_swirl()
963 if (random_no(100) <= TWO_PLANE_PCNT) { in init_swirl()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dswirl.c171 random_no(unsigned int n) in random_no() function
564 c[i] = basic_colours[random_no(SWIRLCOLOURS - 1)]; in basic_map()
843 knot->x = random_no((unsigned int) swirl->width); in create_knots()
844 knot->y = random_no((unsigned int) swirl->height); in create_knots()
847 knot->m = random_no(MASS) + 1; in create_knots()
850 if (random_no(100) > 50) in create_knots()
857 switch (random_no(4)) { in create_knots()
886 switch (random_no(4)) { in create_knots()
1287 swirl->n_knots = random_no((unsigned int) MI_BATCHCOUNT(mi) / 2) + in init_swirl()
1294 if (random_no(100) <= TWO_PLANE_PCNT) { in init_swirl()
/dports/misc/py-cinder/cinder-12.0.10/cinder/zonemanager/drivers/brocade/
H A Dbrcd_http_fc_zone_client.py64 self.random_no = ''
164 self.random_no = self.get_nvp_value(parsed_data,
168 self.random_no)
209 self.random_no)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/zonemanager/
H A Dtest_brcd_http_fc_zone_client.py49 random_no = '' variable
474 self.random_no = ''
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c262 static unsigned random_no = 0; in GC_clear_stack() local
285 if (++random_no % 13 == 0) { in GC_clear_stack()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c262 static unsigned random_no = 0; in GC_clear_stack() local
285 if (++random_no % 13 == 0) { in GC_clear_stack()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c262 static unsigned random_no = 0; in GC_clear_stack() local
285 if (++random_no % 13 == 0) { in GC_clear_stack()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c262 static unsigned random_no = 0; in GC_clear_stack() local
285 if (++random_no % 13 == 0) { in GC_clear_stack()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c262 static unsigned random_no = 0; in GC_clear_stack() local
285 if (++random_no % 13 == 0) { in GC_clear_stack()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmisc.c308 static unsigned random_no = 0; local
331 if (++random_no % 13 == 0) {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmisc.c308 static unsigned random_no = 0;
331 if (++random_no % 13 == 0) {
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dmisc.c318 static unsigned random_no = 0; local
341 if (++random_no % 13 == 0) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dmisc.c313 static unsigned random_no = 0; local
336 if (++random_no % 13 == 0) {
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dmisc.c313 static unsigned random_no = 0; local
336 if (++random_no % 13 == 0) {
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dmisc.c313 static unsigned random_no = 0; local
336 if (++random_no % 13 == 0) {
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dmisc.c313 static unsigned random_no = 0; local
336 if (++random_no % 13 == 0) {
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dmisc.c313 static unsigned random_no = 0; local
336 if (++random_no % 13 == 0) {
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dgc_misc.c283 static unsigned random_no = 0; in GC_clear_stack() local
306 if (++random_no % 13 == 0) { in GC_clear_stack()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dmisc.c351 static unsigned random_no = 0; in GC_clear_stack() local
374 if (++random_no % 13 == 0) { in GC_clear_stack()
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dmisc.c328 static unsigned random_no = 0; in next_random_no() local
329 return ++random_no % 13; in next_random_no()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dmisc.c328 static unsigned random_no = 0; in next_random_no() local
329 return ++random_no % 13; in next_random_no()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dmisc.c328 static unsigned random_no = 0; in next_random_no() local
329 return ++random_no % 13; in next_random_no()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dmisc.c328 static unsigned random_no = 0; in next_random_no() local
329 return ++random_no % 13; in next_random_no()