Home
last modified time | relevance | path

Searched refs:ncount (Results 1 – 15 of 15) sorted by relevance

/netbsd/usr.sbin/mrinfo/
H A Dmrinfo.c208 int ncount; in accept_neighbors() local
214 ncount = *p++; in accept_neighbors()
215 while (--ncount >= 0) { in accept_neighbors()
247 int ncount; in accept_neighbors2() local
254 ncount = *p++; in accept_neighbors2()
255 if (broken_cisco && ncount == 0) /* dumb Ciscos */ in accept_neighbors2()
256 ncount = 1; in accept_neighbors2()
257 if (broken_cisco && ncount > 15) /* dumb Ciscos */ in accept_neighbors2()
258 ncount = ncount & 0xf; in accept_neighbors2()
259 while (--ncount >= 0 && p < ep) { in accept_neighbors2()
/netbsd/external/mpl/bind/dist/lib/dns/
H A Drdataslab.c520 ncount = *ncurrent++ * 256; in dns_rdataslab_merge()
521 ncount += *ncurrent++; in dns_rdataslab_merge()
523 ncurrent += (4 * ncount); in dns_rdataslab_merge()
525 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge()
528 oncount = ncount; in dns_rdataslab_merge()
580 ncount--; in dns_rdataslab_merge()
581 } while (ncount > 0); in dns_rdataslab_merge()
582 ncount = nncount; in dns_rdataslab_merge()
651 if (ncount > 0) { in dns_rdataslab_merge()
668 } else if (nadded == ncount) { in dns_rdataslab_merge()
[all …]
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-dvmrp.c265 register int ncount; in print_neighbors() local
273 ncount = *bp++; in print_neighbors()
275 while (--ncount >= 0) { in print_neighbors()
297 register int ncount; in print_neighbors2() local
308 ncount = *bp++; in print_neighbors2()
310 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) { in print_neighbors2()
328 if (ncount != -1) { in print_neighbors2()
/netbsd/usr.sbin/map-mbone/
H A Dmapper.c310 u_char metric, threshold, ncount; in accept_neighbors() local
325 ncount = *p++; in accept_neighbors()
387 while (ncount--) { in accept_neighbors()
445 u_char metric, threshold, ncount, flags; in accept_neighbors2() local
461 ncount = *p++; in accept_neighbors2()
464 if (broken_cisco && ncount == 0) /* dumb Ciscos */ in accept_neighbors2()
465 ncount = 1; in accept_neighbors2()
466 if (broken_cisco && ncount > 15) /* dumb Ciscos */ in accept_neighbors2()
467 ncount = ncount & 0xf; in accept_neighbors2()
528 while (ncount-- && datalen > 0) { in accept_neighbors2()
/netbsd/usr.sbin/mrouted/
H A Dvif.c693 u_char *p, *ncount; in accept_neighbor_request() local
738 ncount = 0; in accept_neighbor_request()
748 ncount = 0; in accept_neighbor_request()
752 if (ncount == 0) { in accept_neighbor_request()
756 ncount = p; in accept_neighbor_request()
763 (*ncount)++; in accept_neighbor_request()
830 ncount = 0; in accept_neighbor_request2()
862 ncount = 0; in accept_neighbor_request2()
865 if (ncount == 0) { in accept_neighbor_request2()
871 ncount = p; in accept_neighbor_request2()
[all …]
/netbsd/usr.sbin/tprof/
H A Dtprof_analyze.c65 unsigned int ncount[TPROF_MAXCOUNTERS]; /* count per event */ member
259 a->ncount[c] = 1; in tprof_analyze()
270 o->ncount[c]++; in tprof_analyze()
332 printf(" %8u", a->ncount[c]); in tprof_analyze()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dpef.c919 long ncount = 0; in bfd_pef_parse_symbols() local
921 &ncount, csym); in bfd_pef_parse_symbols()
922 count += ncount; in bfd_pef_parse_symbols()
927 unsigned long ncount = 0; in bfd_pef_parse_symbols() local
929 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, in bfd_pef_parse_symbols()
931 count += ncount; in bfd_pef_parse_symbols()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dpef.c931 long ncount = 0; in bfd_pef_parse_symbols() local
933 &ncount, csym); in bfd_pef_parse_symbols()
934 count += ncount; in bfd_pef_parse_symbols()
939 unsigned long ncount = 0; in bfd_pef_parse_symbols() local
941 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, in bfd_pef_parse_symbols()
943 count += ncount; in bfd_pef_parse_symbols()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dpef.c919 long ncount = 0; in bfd_pef_parse_symbols() local
921 &ncount, csym); in bfd_pef_parse_symbols()
922 count += ncount; in bfd_pef_parse_symbols()
927 unsigned long ncount = 0; in bfd_pef_parse_symbols() local
929 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, in bfd_pef_parse_symbols()
931 count += ncount; in bfd_pef_parse_symbols()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dpef.c919 long ncount = 0; in bfd_pef_parse_symbols() local
921 &ncount, csym); in bfd_pef_parse_symbols()
922 count += ncount; in bfd_pef_parse_symbols()
927 unsigned long ncount = 0; in bfd_pef_parse_symbols() local
929 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, in bfd_pef_parse_symbols()
931 count += ncount; in bfd_pef_parse_symbols()
/netbsd/sys/kern/
H A Dkern_tc.c918 u_int delta, ncount, ogen; in tc_windup() local
946 ncount = timecounter->tc_get_timecount(timecounter); in tc_windup()
948 ncount = 0; in tc_windup()
999 th->th_offset_count = ncount; in tc_windup()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.c1878 int nbbs = 0, ncount = 0; in execute_sm_if_changed() local
1899 count_sum += (*it)->count, ncount ++; in execute_sm_if_changed()
1909 else if (ncount == nbbs in execute_sm_if_changed()
H A Dtree-ssa-loop-im.cc2018 int nbbs = 0, ncount = 0; in execute_sm_if_changed() local
2039 count_sum += (*it)->count, ncount ++; in execute_sm_if_changed()
2049 else if (ncount == nbbs in execute_sm_if_changed()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-im.c1878 int nbbs = 0, ncount = 0; in execute_sm_if_changed() local
1899 count_sum += (*it)->count, ncount ++; in execute_sm_if_changed()
1909 else if (ncount == nbbs in execute_sm_if_changed()
/netbsd/etc/
H A Dservices18269 # ncount-issuer tcp n-Count electronic value [n-Count_Technology_BV] …
22776 … n-Count Technology B.V. mailto:ncount&dejongfrz.nl …