Searched refs:nel (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dqsort_r.c14 qsort_b(void *base, size_t nel, size_t width, qsort_block compar) argument
16 qsort_r(base, nel, width, compar,
H A Dhcreate.c42 hcreate(size_t nel) argument
H A Dhcreate_r.c35 hcreate_r(size_t nel, struct hsearch_data *htab) argument
/freebsd-11-stable/contrib/gcc/
H A Dglobal.c2354 int i, nel;
2370 nel = VEC_length (basic_block, bbs);
2371 qsort (bb_array, nel, sizeof (basic_block), rpost_cmp);
2373 for (i = 0; i < nel; i++)
2339 int i, nel; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1252 dt_aggregate_qsort(dtrace_hdl_t *dtp, void *base, size_t nel, size_t width, argument
1275 qsort(base, nel, width, compar);

Completed in 78 milliseconds