Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 22 of 22) sorted by relevance

/dragonfly/games/boggle/mkindex/
H A Dmkindex.c76 int ch, pcount; in nextword() local
83 if ((pcount = getc(fp)) == EOF) in nextword()
87 else if ((pcount = lastch) == EOF) in nextword()
90 p = buf + (*clen = pcount); in nextword()
/dragonfly/games/boggle/boggle/
H A Dword.c58 int ch, pcount; in nextword() local
76 if ((pcount = getc(fp)) == EOF) in nextword()
79 } else if ((pcount = lastch) == EOF) in nextword()
82 p = buf + pcount; in nextword()
/dragonfly/contrib/grep/src/
H A Ddfasearch.c39 size_t pcount; member
148 ptrdiff_t pcount, ptrdiff_t lineno, bool syntax_only) in regex_compile() argument
151 struct re_pattern_buffer *pat = syntax_only ? &pat0 : &dc->patterns[pcount]; in regex_compile()
202 dc->pcount = 0; in GEAcompile()
240 while (palloc <= dc->pcount + 1) in GEAcompile()
247 if (!regex_compile (dc, p, len, dc->pcount, lineno, !backref)) in GEAcompile()
255 dc->pcount++; in GEAcompile()
283 dc->pcount++; in GEAcompile()
472 for (i = 0; i < dc->pcount; i++) in EGexecute()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dstrstream.cc135 strstreambuf::pcount() const throw () in pcount() function in std::strstreambuf
386 ostrstream::pcount() const throw () in pcount() function in std::ostrstream
387 { return _M_buf.pcount(); } in pcount()
409 strstream::pcount() const throw () in pcount() function in std::strstream
410 { return _M_buf.pcount(); } in pcount()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dstrstream.cc136 strstreambuf::pcount() const throw () in pcount() function in std::strstreambuf
387 ostrstream::pcount() const throw () in pcount() function in std::ostrstream
388 { return _M_buf.pcount(); } in pcount()
410 strstream::pcount() const throw () in pcount() function in std::strstream
411 { return _M_buf.pcount(); } in pcount()
/dragonfly/sys/netproto/smb/
H A Dsmb_rq.c450 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local
490 (error = md_get_uint16le(mdp, &pcount)) != 0 || in smb_t2_reply()
494 if (pcount != 0 && pdisp != totpgot) { in smb_t2_reply()
523 if (pcount) { in smb_t2_reply()
524 error = smb_t2_placedata(mdp->md_top, poff, pcount, in smb_t2_reply()
529 totpgot += pcount; in smb_t2_reply()
/dragonfly/sys/vm/
H A Dvm_pageout.c1909 long pcount; in vm_pageout_scan_hold() local
1911 pcount = vm_page_queues[PQ_HOLD + q].lcnt; in vm_pageout_scan_hold()
1912 if (pcount > vm_pageout_stats_scan) in vm_pageout_scan_hold()
1913 pcount = vm_pageout_stats_scan; in vm_pageout_scan_hold()
1917 pcount-- > 0) in vm_pageout_scan_hold()
1966 long pcount; /* Number of pages to check */ in vm_pageout_page_stats() local
2011 pcount = pq->lcnt; in vm_pageout_page_stats()
2012 if (pcount > vm_pageout_stats_scan) in vm_pageout_page_stats()
2013 pcount = vm_pageout_stats_scan; in vm_pageout_page_stats()
2021 pcount-- > 0) in vm_pageout_page_stats()
H A Dvm_map.c4332 vm_pindex_t *pcount, /* OUT */ in vm_map_lookup() argument
4543 *pcount = OFF_TO_IDX(entry->ba.end - trunc_page(vaddr)); in vm_map_lookup()
/dragonfly/sys/kern/
H A Dsys_process.c71 vm_pindex_t pcount;
82 &ba, &pindex, &pcount, &out_prot, &wflags);
131 vm_pindex_t pcount;
168 &ba, &pindex, &pcount, &out_prot, &wflags);
H A Dkern_clock.c1715 sysclock_t *pcount; in pps_event() local
1737 pcount = &pps->ppscount[0]; in pps_event()
1746 pcount = &pps->ppscount[1]; in pps_event()
1751 if (*pcount == count) in pps_event()
1754 *pcount = count; in pps_event()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dstrstream87 _GLIBCXX_PURE int pcount() const throw ();
151 _GLIBCXX_PURE int pcount() const throw ();
172 _GLIBCXX_PURE int pcount() const throw ();
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dstrstream90 _GLIBCXX_PURE int pcount() const throw ();
154 _GLIBCXX_PURE int pcount() const throw ();
175 _GLIBCXX_PURE int pcount() const throw ();
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c2050 int i, pcount, size; in devfs_spec_getpages() local
2060 pcount = round_page(ap->a_count) / PAGE_SIZE; in devfs_spec_getpages()
2089 pmap_qenter_noinval(kva, ap->a_m, pcount); in devfs_spec_getpages()
2102 mycpu->gd_cnt.v_vnodepgsin += pcount; in devfs_spec_getpages()
2134 pmap_qremove_noinval(kva, pcount); in devfs_spec_getpages()
2137 for (i = 0, toff = 0; i < pcount; i++, toff = nextoff) { in devfs_spec_getpages()
2201 nread, ap->a_reqpage, (u_long)m->pindex, pcount); in devfs_spec_getpages()
/dragonfly/sys/net/
H A Dif_mib.c108 COPY(pcount); in sysctl_ifdata()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic.c384 int *pcount = (int *) data; in bt_callback() local
392 if (*pcount == 0 in bt_callback()
399 if (*pcount >= 20) in bt_callback()
404 ++*pcount; in bt_callback()
/dragonfly/contrib/tcpdump/
H A Dprint-isakmp.c1988 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, in ikev2_p_print()
2094 int pcount; in ikev2_sa_print() local
2112 pcount = 0; in ikev2_sa_print()
2114 pcount++; in ikev2_sa_print()
2140 cp = ikev2_p_print(ndo, np, pcount, ext, item_len, in ikev2_sa_print()
/dragonfly/contrib/binutils-2.27/gold/
H A Dtilegx.cc2015 unsigned int* pcount; in add_entry() local
2021 pcount = &this->irelative_count_; in add_entry()
2027 pcount = &this->count_; in add_entry()
2034 plt_index = *pcount; in add_entry()
2066 ++*pcount; in add_entry()
H A Dx86_64.cc1348 unsigned int* pcount; in add_entry() local
1355 pcount = &this->irelative_count_; in add_entry()
1362 pcount = &this->count_; in add_entry()
1372 plt_index = *pcount + offset; in add_entry()
1375 ++*pcount; in add_entry()
H A Daarch64.cc4326 unsigned int* pcount; in add_entry() local
4333 pcount = &this->irelative_count_; in add_entry()
4339 pcount = &this->count_; in add_entry()
4344 gsym->set_plt_offset((*pcount) * this->get_plt_entry_size() in add_entry()
4347 ++*pcount; in add_entry()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dstabs.c4651 debug_type **pargs, unsigned int *pcount, in stab_demangle_arg() argument
4668 if (*pcount + 1 >= *palloc) in stab_demangle_arg()
4674 (*pargs)[*pcount] = type; in stab_demangle_arg()
4675 ++*pcount; in stab_demangle_arg()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dstabs.c4530 debug_type **pargs, unsigned int *pcount, in stab_demangle_arg() argument
4547 if (*pcount + 1 >= *palloc) in stab_demangle_arg()
4553 (*pargs)[*pcount] = type; in stab_demangle_arg()
4554 ++*pcount; in stab_demangle_arg()
/dragonfly/contrib/binutils-2.34/gold/
H A Dx86_64.cc1734 unsigned int* pcount; in add_entry() local
1741 pcount = &this->irelative_count_; in add_entry()
1748 pcount = &this->count_; in add_entry()
1758 plt_index = *pcount + offset; in add_entry()
1761 ++*pcount; in add_entry()