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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c7238 static int clocks_length;
7782 stops_p = (char *) xrecalloc (stops_p, new_clocks_length, clocks_length, 1);
7783 clocks_length = new_clocks_length;
9814 clocks_length = get_max_uid () + 1;
9815 stops_p = XCNEWVEC (char, clocks_length);
7224 static int clocks_length; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc7238 static int clocks_length;
7782 stops_p = (char *) xrecalloc (stops_p, new_clocks_length, clocks_length, 1);
7783 clocks_length = new_clocks_length;
9814 clocks_length = get_max_uid () + 1;
9815 stops_p = XCNEWVEC (char, clocks_length);

Completed in 215 milliseconds