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

/freebsd-10.0-release/lib/libc/stdlib/
H A Dhcreate.c91 hcreate(size_t nel) argument
102 /* If nel is too small, make it min sized. */
103 if (nel < MIN_BUCKETS)
104 nel = MIN_BUCKETS;
107 if (nel > MAX_BUCKETS)
108 nel = MAX_BUCKETS;
111 if ((nel & (nel - 1)) != 0) {
112 for (p2 = 0; nel != 0; p2++)
113 nel >>
[all...]
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src314 kcud1=^J, nel=^M^J, .kbs=^H,
527 kf2=\EOR, kf4=\EOS, khome=\E[H, nel=^M\ED, rc=\E8, ri=\EM,
577 kich1=\E[L, mc4=\E[4i, mc5=\E[5i, nel=\r\E[S,
679 nel=^M^J, op=\E[m, rc=\E8, rev=\E[7m, ri=\EM, rmir=\E[4l,
731 kspd=^Z, nel=^M^J, rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l,
890 kspd=^Z, nel=^M^J, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\E[T,
1003 knp=\E[U, kpp=\E[V, krmir=\E0, nel=\r\E[S, rc=\E8, rev=\E[7m,
1021 nel=^M^J, rev=\E[7m, rmso=\E[m, rmul=\E[m, sgr0=\E[m,
1164 ksav=\EOo, kslt=\ENI, kund=\EOs, nel=\EE, rev=\E[7m, ri=\EM,
1220 kspd=\E[217q, nel
[all...]
H A Demx.src78 nel=^M^J,
/freebsd-10.0-release/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-10.0-release/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);
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.uwin395 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps427 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps.aix4427 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps.hpux11429 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps.keys429 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)

Completed in 261 milliseconds