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

/freebsd-9.3-release/contrib/gcc/
H A Dggc-page.c409 unsigned int by_depth_in_use;
531 if (G.by_depth_in_use >= G.by_depth_max)
539 G.by_depth[G.by_depth_in_use] = p;
540 G.save_in_use[G.by_depth_in_use++] = s;
915 if (G.by_depth_in_use)
917 top = G.by_depth[G.by_depth_in_use-1];
947 if (G.by_depth_in_use > 1)
949 page_entry *top = G.by_depth[G.by_depth_in_use-1];
958 G.save_in_use[i] = G.save_in_use[G.by_depth_in_use-1];
961 --G.by_depth_in_use;
407 unsigned int by_depth_in_use; member in struct:globals
[all...]

Completed in 166 milliseconds