Home
last modified time | relevance | path

Searched refs:nel (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/
A D_hsearch_r.c66 int hcreate_r (size_t nel, struct hsearch_data *htab) in hcreate_r() argument
80 nel |= 1; /* make odd */ in hcreate_r()
81 while (!isprime (nel)) in hcreate_r()
82 nel += 2; in hcreate_r()
84 htab->size = nel; in hcreate_r()
A Dhsearch.c37 int hcreate (size_t nel) in hcreate() argument
39 return hcreate_r (nel, &htab); in hcreate()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dstdlib.c712 size_t nel, in qsort_r() argument
720 if ((nel > 1) && (width > 0)) { in qsort_r()
721 assert(nel <= ((size_t)(-1)) / width); /* check for overflow */ in qsort_r()
725 } while (wgap < (nel-1)/3); in qsort_r()
729 nel *= width; /* Convert nel to 'wnel' */ in qsort_r()
752 } while (i < nel); in qsort_r()
771 size_t nel, in libc_hidden_def()
778 wnel = width * nel; in libc_hidden_def()
779 for (gap = 0; ++gap < nel;) in libc_hidden_def()
807 size_t nel,
[all …]

Completed in 5 milliseconds