Searched refs:new_max_uid (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dhaifa-sched.c3271 int new_max_uid = get_max_uid() + 1;
3273 h_i_d = xrecalloc (h_i_d, new_max_uid, old_max_uid, sizeof (*h_i_d));
3274 old_max_uid = new_max_uid;
3266 int new_max_uid = get_max_uid() + 1; local
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6634 int new_max_uid = get_max_uid () + 1;
6636 spec_check_no = xrecalloc (spec_check_no, new_max_uid,
6638 max_uid = new_max_uid;
6620 int new_max_uid = get_max_uid () + 1; local

Completed in 193 milliseconds