/src/lib/csu/arch/earm/ |
crtbegin.h | 40 find_exidx(void * pc, int * pcount) 45 *pcount = (__exidx_end - __exidx_start) / 8;
|
/src/games/boggle/mkindex/ |
mkindex.c | 100 int ch, pcount; local in function:nextword 107 if ((pcount = getc(fp)) == EOF) 111 else if ((pcount = lastch) == EOF) 114 p = buf + (*clen = pcount);
|
/src/games/boggle/boggle/ |
word.c | 70 int ch, pcount; local in function:nextword 88 if ((pcount = getc(fp)) == EOF) 91 } else if ((pcount = lastch) == EOF) 94 p = buf + pcount;
|
/src/libexec/ld.elf_so/arch/arm/ |
find_exidx.c | 41 __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int * pcount) 86 *pcount = count;
|
/src/common/dist/zlib/contrib/iostream2/ |
zstream.h | 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); 242 if (m_os && m_os->pcount()>0) { 248 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
|
/src/sys/arch/shark/isa/ |
clock.c | 309 void gettimer0count(struct count64 *pcount) 332 *pcount = timer0count;
|
/src/sys/kern/ |
kern_tc.c | 1206 uint64_t tcount, acount, dcount, *pcount; local in function:pps_ref_event 1270 pcount = &pps->ppscount[0]; 1279 pcount = &pps->ppscount[1]; 1314 *pcount = acount; 1368 *pcount = pps->capcount;
|
/src/sys/miscfs/genfs/ |
genfs_io.c | 709 int pcount; local in function:genfs_getpages_read 711 pcount = 1; 712 while (pidx + pcount < npages && 713 pgs[pidx + pcount]->flags & PG_FAKE) { 714 pcount++; 716 iobytes = MIN(iobytes, (pcount << PAGE_SHIFT) -
|
/src/sys/dev/pcmcia/ |
if_ray.c | 1059 u_int firsti, hinti, previ, i, pcount; local in function:ray_intr_start 1092 pcount = 0; 1239 pcount++; 1259 if_statadd(ifp, if_oerrors, pcount); 1269 if_statadd(ifp, if_opackets, pcount);
|
/src/sys/net/ |
if.c | 2781 int pcount, ret = 0; local in function:ifpromisc_locked 2786 pcount = ifp->if_pcount; 2804 ifp->if_pcount = pcount;
|