Searched refs:dt_max (Results 1 – 6 of 6) sorted by relevance
69 if(n > ds->dt_max)70 ds->dt_max = n;89 ds->dt_n = ds->dt_max = 0;99 if(ds->dt_max+1 > Size)102 if(!(Count = (int*)malloc((ds->dt_max+1)*sizeof(int))) )104 Size = ds->dt_max+1;106 for(i = ds->dt_max; i >= 0; --i)125 if(Count[i] > ds->dt_max)126 ds->dt_max = Count[i];
133 int dt_max; /* max size of a chain or a level */ member