HomeSort by: relevance | last modified time | path
    Searched refs:nl2 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/col/
Makefile 13 nl2.in \
t_col.sh 28 col < $(atf_get_srcdir)/nl2.in
34 col -f < $(atf_get_srcdir)/nl2.in
  /src/sys/arch/arm/apple/
apple_dart.c 633 const u_int nl2 = howmany(ntte, DART_PAGE_SIZE / sizeof(uint64_t)); local
634 const u_int nl1 = howmany(nl2, DART_PAGE_SIZE / sizeof(uint64_t));
642 sc->sc_l2 = kmem_zalloc(nl2 * sizeof(*sc->sc_l2), KM_SLEEP);
643 sc->sc_nl2 = nl2;
646 for (idx = 0; idx < nl2; idx++) {
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 3529 int nlist, nl2; local
3593 nlist = nl2 = 0; /* none yet */
3701 endpoint[nl2].type = -1; /* lower end */
3702 endpoint[nl2].val = e - f;
3703 nl2++;
3704 endpoint[nl2].type = 1; /* upper end */
3705 endpoint[nl2].val = e + f;
3706 nl2++;
3712 for (i = 0; i < nl2; i++)
3714 for (i = 0; i < nl2; i++)
    [all...]

Completed in 56 milliseconds