Home | History | Annotate | Download | only in libiberty

Lines Matching refs:rand_type

216 static int rand_type = TYPE_3;
235 if (rand_type != TYPE_0)
264 if (rand_type == TYPE_0)
265 state[-1] = rand_type;
267 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
275 rand_type = TYPE_0;
281 rand_type = TYPE_1;
287 rand_type = TYPE_2;
293 rand_type = TYPE_3;
299 rand_type = TYPE_4;
308 if (rand_type == TYPE_0)
309 state[-1] = rand_type;
311 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
334 if (rand_type == TYPE_0)
335 state[-1] = rand_type;
337 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
346 rand_type = type;
357 if (rand_type != TYPE_0)
383 if (rand_type == TYPE_0)