Home | History | Annotate | Download | only in lhash

Lines Matching defs:n_used

117 	unsigned long total=0,n_used=0;
125 n_used++;
129 fprintf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes);
131 if (n_used == 0) return;
135 (int)(total/n_used),
136 (int)((total%n_used)*100/n_used));
226 unsigned long total=0,n_used=0;
234 n_used++;
238 BIO_printf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes);
240 if (n_used == 0) return;
244 (int)(total/n_used),
245 (int)((total%n_used)*100/n_used));