Searched refs:MAX_TYPES (Results 1 – 2 of 2) sorted by relevance
135 #define MAX_TYPES 5 /* Max number of types above. */ macro139 int seps[MAX_TYPES];140 int degrees[MAX_TYPES];173 if ((unsigned int) type >= MAX_TYPES) in __srandom_r()243 old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; in weak_alias()275 state[-1] = (buf->rptr - state) * MAX_TYPES + type; in weak_alias()312 old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; in weak_alias()314 type = new_state[-1] % MAX_TYPES; in weak_alias()324 int rear = new_state[-1] / MAX_TYPES; in weak_alias()
134 #define MAX_TYPES 5 /* Max number of types above. */ macro
Completed in 7 milliseconds