Home | History | Annotate | Download | only in stdlib

Lines Matching refs:rand_type

249 static int rand_type = TYPE_3;
271 if (rand_type == TYPE_0)
350 if (rand_type == TYPE_0)
351 state[-1] = rand_type;
353 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
358 rand_type = TYPE_0;
362 rand_type = TYPE_1;
366 rand_type = TYPE_2;
370 rand_type = TYPE_3;
374 rand_type = TYPE_4;
381 if (rand_type == TYPE_0)
382 int_arg_state[0] = rand_type;
384 int_arg_state[0] = MAX_TYPES * (int)(rptr - state) + rand_type;
423 if (rand_type == TYPE_0)
424 state[-1] = rand_type;
426 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
433 rand_type = type;
442 if (rand_type != TYPE_0) {
474 if (rand_type == TYPE_0) {