Searched defs:nelt (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_hashtable.c248 UInt nkey, nelt, ncno; local
278 nelt = 0;
283 nelt++;
287 if (nelt == 0) {
291 nelt++;
294 INCOCCUR(elt_occurences, nelt);
305 nkey = nelt = ncno = 0;
315 nelt += elt_occurences[i];
321 ncno, nkey, nelt,
322 (Double)nelt/(Doubl
[all...]

Completed in 64 milliseconds