Home
last modified time | relevance | path

Searched refs:g_test_rand_int (Results 1 – 25 of 106) sorted by relevance

12345

/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/tests/
H A Dtest_line_object.c11 gint x0 = g_test_rand_int (); in check_construction()
12 gint y0 = g_test_rand_int (); in check_construction()
13 gint x1 = g_test_rand_int (); in check_construction()
14 gint y1 = g_test_rand_int (); in check_construction()
59 gint x0 = g_test_rand_int (); in check_accessors()
60 gint y0 = g_test_rand_int (); in check_accessors()
61 gint x1 = g_test_rand_int (); in check_accessors()
74 x0 = g_test_rand_int (); in check_accessors()
75 y0 = g_test_rand_int (); in check_accessors()
76 x1 = g_test_rand_int (); in check_accessors()
[all …]
H A Dtest_net_object.c11 gint x0 = g_test_rand_int (); in check_construction()
12 gint y0 = g_test_rand_int (); in check_construction()
13 gint x1 = g_test_rand_int (); in check_construction()
14 gint y1 = g_test_rand_int (); in check_construction()
59 gint x0 = g_test_rand_int (); in check_accessors()
60 gint y0 = g_test_rand_int (); in check_accessors()
61 gint x1 = g_test_rand_int (); in check_accessors()
74 x0 = g_test_rand_int (); in check_accessors()
75 y0 = g_test_rand_int (); in check_accessors()
76 x1 = g_test_rand_int (); in check_accessors()
[all …]
H A Dtest_pin_object.c11 gint x0 = g_test_rand_int (); in check_construction()
12 gint y0 = g_test_rand_int (); in check_construction()
13 gint x1 = g_test_rand_int (); in check_construction()
14 gint y1 = g_test_rand_int (); in check_construction()
63 gint x0 = g_test_rand_int (); in check_accessors()
64 gint y0 = g_test_rand_int (); in check_accessors()
65 gint x1 = g_test_rand_int (); in check_accessors()
82 x0 = g_test_rand_int (); in check_accessors()
83 y0 = g_test_rand_int (); in check_accessors()
84 x1 = g_test_rand_int (); in check_accessors()
[all …]
H A Dtest_bus_object.c11 gint x0 = g_test_rand_int (); in check_construction()
12 gint y0 = g_test_rand_int (); in check_construction()
13 gint x1 = g_test_rand_int (); in check_construction()
14 gint y1 = g_test_rand_int (); in check_construction()
63 gint x0 = g_test_rand_int (); in check_accessors()
64 gint y0 = g_test_rand_int (); in check_accessors()
65 gint x1 = g_test_rand_int (); in check_accessors()
80 x0 = g_test_rand_int (); in check_accessors()
81 y0 = g_test_rand_int (); in check_accessors()
82 x1 = g_test_rand_int (); in check_accessors()
[all …]
H A Dtest_text_object.c25 gint x = g_test_rand_int (); in check_construction()
26 gint y = g_test_rand_int (); in check_construction()
28 gint angle = lepton_angle_normalize (lepton_angle_make_ortho (g_test_rand_int ())); in check_construction()
87 gint x = g_test_rand_int (); in check_accessors()
88 gint y = g_test_rand_int (); in check_accessors()
90 gint angle = lepton_angle_normalize (lepton_angle_make_ortho (g_test_rand_int ())); in check_accessors()
110 x = g_test_rand_int (); in check_accessors()
111 y = g_test_rand_int (); in check_accessors()
113 angle = lepton_angle_normalize (lepton_angle_make_ortho (g_test_rand_int ())); in check_accessors()
162 gint x = g_test_rand_int (); in check_serialization()
[all …]
H A Dtest_circle_object.c11 gint center_x = g_test_rand_int (); in check_construction()
12 gint center_y = g_test_rand_int (); in check_construction()
55 gint center_x = g_test_rand_int (); in check_accessors()
56 gint center_y = g_test_rand_int (); in check_accessors()
68 center_x = g_test_rand_int (); in check_accessors()
69 center_y = g_test_rand_int (); in check_accessors()
101 gint center_x = g_test_rand_int (); in check_serialization()
102 gint center_y = g_test_rand_int (); in check_serialization()
H A Dtest_arc_object.c11 gint center_x = g_test_rand_int (); in check_construction()
12 gint center_y = g_test_rand_int (); in check_construction()
63 gint center_x = g_test_rand_int (); in check_accessors()
64 gint center_y = g_test_rand_int (); in check_accessors()
80 center_x = g_test_rand_int (); in check_accessors()
81 center_y = g_test_rand_int (); in check_accessors()
119 gint center_x = g_test_rand_int (); in check_serialization()
120 gint center_y = g_test_rand_int (); in check_serialization()
H A Dtest_bounds.c12 gint x0 = g_test_rand_int (); in check_equal()
13 gint y0 = g_test_rand_int (); in check_equal()
14 gint x1 = g_test_rand_int (); in check_equal()
15 gint y1 = g_test_rand_int (); in check_equal()
153 gint x0 = g_test_rand_int (); in check_init()
154 gint y0 = g_test_rand_int (); in check_init()
155 gint x1 = g_test_rand_int (); in check_init()
156 gint y1 = g_test_rand_int (); in check_init()
245 points[index].x = g_test_rand_int (); in check_union()
246 points[index].y = g_test_rand_int (); in check_union()
H A Dtest_angle.c31 gint angle = 90 * (g_test_rand_int () / 100); in check_is_ortho()
37 gint angle = 90 * (g_test_rand_int () / 100) + g_test_rand_int_range (1, 90); in check_is_ortho()
49 gint angle = g_test_rand_int (); in check_make_ortho()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dtimsort.c109 a[i] = g_test_rand_int (); in test_integers()
130 a[i] = g_test_rand_int (); in test_integers_runs()
161 a[i] = g_test_rand_int (); in test_integers_huge()
180 a[i] = GINT_TO_POINTER (g_test_rand_int ()); in test_pointers()
198 a[i] = GINT_TO_POINTER (g_test_rand_int ()); in test_pointers_huge()
217 a[i] = g_test_rand_int (); in test_steps()
/dports/devel/dee/dee-1.2.7/tests/
H A Dtest-benchmark.c237 g_test_rand_int()); in bench_seqmodel_read_string_setup()
261 g_test_rand_int()); in bench_index_setup()
282 g_test_rand_int ()); in bench_model_append_run()
284 (guint32) g_test_rand_int (), TRUE); in bench_model_append_run()
306 g_test_rand_int ()); in bench_model_named_append_run()
308 "count", (guint32) g_test_rand_int (), in bench_model_named_append_run()
332 g_test_rand_int ()); in bench_model_prepend_run()
334 (guint32)g_test_rand_int (), TRUE); in bench_model_prepend_run()
352 g_test_rand_int ()); in bench_model_sorted_run()
354 "Hello world", "!", (guint32)g_test_rand_int (), in bench_model_sorted_run()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-bitmap.c24 bmap1[0] = g_test_rand_int(); in check_bitmap_copy_with_offset()
25 bmap1[1] = g_test_rand_int(); in check_bitmap_copy_with_offset()
26 bmap1[2] = g_test_rand_int(); in check_bitmap_copy_with_offset()
27 bmap1[3] = g_test_rand_int(); in check_bitmap_copy_with_offset()
H A Dbenchmark-crypto-cipher.c42 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
45 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-bitmap.c25 bmap1[0] = g_test_rand_int(); in check_bitmap_copy_with_offset()
26 bmap1[1] = g_test_rand_int(); in check_bitmap_copy_with_offset()
27 bmap1[2] = g_test_rand_int(); in check_bitmap_copy_with_offset()
28 bmap1[3] = g_test_rand_int(); in check_bitmap_copy_with_offset()
H A Dbenchmark-crypto-cipher.c42 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
45 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-bitmap.c24 bmap1[0] = g_test_rand_int(); in check_bitmap_copy_with_offset()
25 bmap1[1] = g_test_rand_int(); in check_bitmap_copy_with_offset()
26 bmap1[2] = g_test_rand_int(); in check_bitmap_copy_with_offset()
27 bmap1[3] = g_test_rand_int(); in check_bitmap_copy_with_offset()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-bitmap.c24 bmap1[0] = g_test_rand_int(); in check_bitmap_copy_with_offset()
25 bmap1[1] = g_test_rand_int(); in check_bitmap_copy_with_offset()
26 bmap1[2] = g_test_rand_int(); in check_bitmap_copy_with_offset()
27 bmap1[3] = g_test_rand_int(); in check_bitmap_copy_with_offset()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-bitmap.c25 bmap1[0] = g_test_rand_int(); in check_bitmap_copy_with_offset()
26 bmap1[1] = g_test_rand_int(); in check_bitmap_copy_with_offset()
27 bmap1[2] = g_test_rand_int(); in check_bitmap_copy_with_offset()
28 bmap1[3] = g_test_rand_int(); in check_bitmap_copy_with_offset()
H A Dbenchmark-crypto-cipher.c42 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
45 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-bitmap.c24 bmap1[0] = g_test_rand_int(); in check_bitmap_copy_with_offset()
25 bmap1[1] = g_test_rand_int(); in check_bitmap_copy_with_offset()
26 bmap1[2] = g_test_rand_int(); in check_bitmap_copy_with_offset()
27 bmap1[3] = g_test_rand_int(); in check_bitmap_copy_with_offset()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dbenchmark-crypto-cipher.c31 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
34 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
39 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dbenchmark-crypto-cipher.c42 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
45 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dbenchmark-crypto-cipher.c42 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
45 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/bench/
H A Dbenchmark-crypto-cipher.c42 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
45 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()
/dports/emulators/qemu/qemu-6.2.0/tests/bench/
H A Dbenchmark-crypto-cipher.c42 memset(key, g_test_rand_int(), nkey); in test_cipher_speed()
45 memset(iv, g_test_rand_int(), niv); in test_cipher_speed()
50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed()

12345