Lines Matching refs:rand
47 int x = rand() % (2*out.width) - out.width;
48 int y = rand() % (2*out.height) - out.height;
49 uint8_t alu = rand() % (GXset + 1);
50 uint32_t fg = rand();
51 uint32_t lw = rand() % 4;
88 int x = rand() % (2*out.width) - out.width;
89 int y = rand() % (2*out.height) - out.height;
90 int w = rand() % (2*out.width);
91 uint8_t alu = rand() % (GXset + 1);
92 uint32_t fg = rand();
93 uint32_t lw = rand() % 4;
130 int x = rand() % (2*out.width) - out.width;
131 int y = rand() % (2*out.height) - out.height;
132 int h = rand() % (2*out.width);
133 uint8_t alu = rand() % (GXset + 1);
134 uint32_t fg = rand();
135 uint32_t lw = rand() % 4;
172 int x = rand() % (2*out.width) - out.width;
173 int y = rand() % (2*out.height) - out.height;
174 int w = rand() % (2*out.width);
175 int h = rand() % (2*out.height);
176 uint8_t alu = rand() % (GXset + 1);
177 uint32_t fg = rand();
178 uint32_t lw = rand() % 4;