Lines Matching refs:rand
49 int x = rand() % (2*out->width) - out->width;
50 int y = rand() % (2*out->height) - out->height;
51 int w = rand() % (2*out->width);
52 int h = rand() % (2*out->height);
53 int red = rand() & 0xff;
54 int green = rand() & 0xff;
55 int blue = rand() & 0xff;
56 int alpha = rand() & 0xff;
85 int x = rand() % (2*out->width) - out->width;
86 int y = rand() % (2*out->height) - out->height;
87 int w = rand() % (2*out->width);
88 int h = rand() % (2*out->height);
89 int color = rand();
90 int alu = rand() % 16;
99 int sx = rand() % (2*out->width) - ref->width;
100 int sy = rand() % (2*out->height) - ref->height;
101 int dx = rand() % (2*out->width) - ref->width;
102 int dy = rand() % (2*out->height) - ref->height;
103 int w = rand() % (2*out->width);
104 int h = rand() % (2*out->height);
107 val.function = rand() % 16;
135 if (rand() & 1) {
148 int x = rand() % (2*out->width) - out->width;
149 int y = rand() % (2*out->height) - out->height;
150 int w = rand() % out->width;
151 int h = rand() % out->height;
152 int color = rand();
153 int alu = rand() % 16;
181 ops[rand() % ARRAY_SIZE(ops)](&out, &ref);