HomeSort by: relevance | last modified time | path
    Searched defs:mcount (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/mail/
quit.c 267 int mcount, p, modify, autohold, anystat, holdbit, nohold; local
427 mcount = c;
523 if (mcount == 1)
526 (void)printf("Saved %d messages in mbox\n", mcount);
thread.c 666 size_t mcount; local
674 mcount = 1;
676 mcount++;
683 if (mcount == 1)
686 marray = csalloc(mcount, sizeof(*marray));
688 for (i = 0; i < mcount; i++) {
693 for (i = 1; i < mcount; i++) {
781 link_array(struct key_sort_s *marray, size_t mcount)
786 for (i = 0; i < mcount; i++) {
823 thread_array(struct key_sort_s *marray, size_t mcount, int cutit
940 size_t mcount, i; local
1631 size_t mcount; local
    [all...]
  /src/external/bsd/less/dist/
pattern.c 369 int mcount = pcre_exec(pattern, NULL, line, line_len, local
371 matched = (mcount > 0);
373 if (ecount > mcount) ecount = mcount;
392 int mcount = pcre2_match(pattern, (PCRE2_SPTR)line, line_len, local
394 matched = (mcount > 0);
400 if (ecount > mcount) ecount = mcount;
  /src/games/rogue/
use.c 438 short mcount = 0; local
454 mcount++;
458 if (mcount == 0) {
460 } else if (mcount == 1) {
  /src/sys/arch/newsmips/apbus/
if_sn.c 625 int mcount = 0; local
632 camentry(sc, mcount, CLLADDR(ifp->if_sadl));
633 mcount++;
642 if (mcount == MAXCAM) {
661 camentry(sc, mcount, enm->enm_addrlo);
662 mcount++;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c 754 unsigned int mcount, scount, rcount, count, tlength, tcount, i; local
767 mcount = *mcurrent++ * 256;
768 mcount += *mcurrent++;
772 INSIST(mcount > 0 && scount > 0);
786 mcurrent += 4 * mcount;
795 for (i = 0; i < mcount; i++) {
854 offsettable = isc_mem_get(mctx, mcount * sizeof(unsigned int));
855 memset(offsettable, 0, mcount * sizeof(unsigned int));
872 mcount = *mcurrent++ * 256;
873 mcount += *mcurrent++
    [all...]
  /src/usr.bin/grep/
grep.c 108 unsigned long long mcount; /* count for -m */ variable
516 mcount = strtoull(optarg, &ep, 10);
517 if (((errno == ERANGE) && (mcount == ULLONG_MAX)) ||
518 ((errno == EINVAL) && (mcount == 0)))
  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 603 profile_count mcount = profile_count::zero (), tcount = profile_count::zero ();
607 if (e->count ()> mcount)
610 mcount = e->count();
616 || (tcount - mcount) * HEAVY_EDGE_RATIO > tcount)
602 profile_count mcount = profile_count::zero (), tcount = profile_count::zero (); local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 610 profile_count mcount = profile_count::zero (), tcount = profile_count::zero ();
614 if (e->count ()> mcount)
617 mcount = e->count();
623 || (tcount - mcount).apply_scale (HEAVY_EDGE_RATIO, 1) > tcount)
609 profile_count mcount = profile_count::zero (), tcount = profile_count::zero (); local
  /src/external/gpl3/gdb/dist/gdb/
minsyms.c 1286 On entry, the table resides between msymbol[0] and msymbol[mcount].
1310 compact_minimal_symbols (struct minimal_symbol *msymbol, int mcount,
1316 if (mcount > 0)
1319 while (copyfrom < msymbol + mcount - 1)
1337 mcount = copyto - msymbol;
1339 return (mcount);
1379 int mcount = objfile->per_bfd->minimal_symbol_count;
1382 i < mcount;
1405 int mcount;
1441 mcount = m_objfile->per_bfd->minimal_symbol_count
1378 int mcount = objfile->per_bfd->minimal_symbol_count; local
1404 int mcount; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 792 unsigned int mcount, scount, rcount, count, tlength, tcount, i; local
805 mcount = get_uint16(mcurrent);
808 INSIST(mcount > 0 && scount > 0);
822 mcurrent += 4 * mcount;
831 for (i = 0; i < mcount; i++) {
890 offsettable = isc_mem_cget(mctx, mcount, sizeof(unsigned int));
907 mcount = get_uint16(mcurrent);
909 mcurrent += (4 * mcount);
911 for (i = 0; i < mcount; i++) {
915 INSIST(order < mcount);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
minsyms.c 1286 On entry, the table resides between msymbol[0] and msymbol[mcount].
1310 compact_minimal_symbols (struct minimal_symbol *msymbol, int mcount,
1316 if (mcount > 0)
1319 while (copyfrom < msymbol + mcount - 1)
1337 mcount = copyto - msymbol;
1339 return (mcount);
1379 int mcount = objfile->per_bfd->minimal_symbol_count;
1382 i < mcount;
1405 int mcount;
1441 mcount = m_objfile->per_bfd->minimal_symbol_count
1378 int mcount = objfile->per_bfd->minimal_symbol_count; local
1404 int mcount; local
    [all...]
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 2732 size_t mcount; local
2735 methods = eap_peer_get_methods(&mcount);
2739 buf = os_malloc(mcount * sizeof(struct eap_method_type));
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 1401 static int mcount; /* longest run end time */ local
1477 mcount = scount;
1513 mcount = scount;
1519 mcount = scount;
1546 up->freq += (dtemp / 2.) / ((mcount - zcount) *
1577 up->avgint, maxrun, mcount - zcount, dtemp,
1591 zcount = mcount;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 122 static mDNSu32 mcount; // tracks the current active mcast operations for McastLogging variable
123 static mDNSu32 i_mcount; // sets mcount when McastLogging is enabled(PROF signal is sent)
350 if (++mcount == 1)
355 mcount--;
377 if (++mcount == 1)
382 mcount--;
429 mcount = 0;
430 // mcount is initialized to 0 when the PROF signal is sent since mcount could have
435 mcount = 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 4887 rtx arg_bytes, begin_label_rtx, mcount, sym;
4895 mcount = gen_rtx_MEM (Pmode, sym);
4941 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4944 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4952 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4955 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4875 rtx arg_bytes, begin_label_rtx, mcount, sym; local
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 4744 rtx arg_bytes, begin_label_rtx, mcount, sym;
4752 mcount = gen_rtx_MEM (Pmode, sym);
4798 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4801 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4809 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4812 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4732 rtx arg_bytes, begin_label_rtx, mcount, sym; local
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 6630 unsigned int mcount = 0, dcount = 0, nospill; local
7132 mcount++;
7134 data[1].mv_size = mcount;
7135 if (mcount < dcount) {

Completed in 105 milliseconds