Home
last modified time | relevance | path

Searched refs:MAX_TYPES (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Drandom.c161 #define MAX_TYPES 5 /* Max number of types above. */ macro
163 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
164 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
265 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type; in initstate()
309 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type; in initstate()
327 register int type = new_state[0] % MAX_TYPES; in setstate()
328 register int rear = new_state[0] / MAX_TYPES; in setstate()
334 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type; in setstate()