Searched refs:dt_n (Results 1 – 6 of 6) sorted by relevance
43 if(depth > ds->dt_n)44 ds->dt_n = depth;68 { ds->dt_n += 1;89 ds->dt_n = ds->dt_max = 0;113 if(ds->dt_n+1 > Size)116 if(!(Count = (int*)malloc((ds->dt_n+1)*sizeof(int))) )118 Size = ds->dt_n+1;121 for(i = ds->dt_n; i >= 0; --i)124 for(i = ds->dt_n; i >= 0; --i)
132 int dt_n; /* number of chains or levels */ member