Home | History | Annotate | Download | only in lhash

Lines Matching refs:num_nodes

76 	fprintf(out,"num_nodes             = %u\n",lh->num_nodes);
104 for (i=0; i<lh->num_nodes; i++)
119 for (i=0; i<lh->num_nodes; i++)
129 fprintf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes);
133 (int)(total/lh->num_nodes),
134 (int)((total%lh->num_nodes)*100/lh->num_nodes),
183 BIO_printf(out,"num_nodes = %u\n",lh->num_nodes);
213 for (i=0; i<lh->num_nodes; i++)
228 for (i=0; i<lh->num_nodes; i++)
238 BIO_printf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes);
242 (int)(total/lh->num_nodes),
243 (int)((total%lh->num_nodes)*100/lh->num_nodes),