| /src/sys/arch/hp300/dev/ |
| diofb_mono.c | 127 uint32_t *pdst; /* pointer to current dst longword */ local 158 pdst = pdstLine; 164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); 165 pdst += width; 188 pdst = pdstLine; 192 (dx & 0x1f), nstart, pdst, rop); 193 pdst++; 203 *pdst = 0; 205 *pdst = *psrc; 207 pdst++ [all...] |
| /src/sys/arch/hp300/stand/common/ |
| ite_subr.c | 306 uint32_t *pdst; /* pointer to current dst longword */ local 335 pdst = pdstLine; 341 getandputrop(psrc, srcBit, dstBit, w, pdst, func); 342 pdst += width; 364 pdst = pdstLine; 368 nstart, pdst, func); 369 pdst++; 378 DoRop(*pdst, func, *psrc++, *pdst); 379 pdst++ [all...] |
| /src/lib/libc/gen/ |
| vis.c | 402 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; local 448 psrc = pdst = extra = NULL; 452 if ((pdst = calloc((16 * mbslength) + 1, sizeof(*pdst))) == NULL) 461 dst = pdst; 671 free(pdst); 677 free(pdst);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipfcomp.c | 561 int pdst = 0, psrc = 0; local 578 pdst = 1; 583 if (pdst == 1)
|
| /src/sys/arch/vax/vsa/ |
| smg.c | 782 unsigned int *pdst; /* pointer to current dst longword */ local 807 pdst = pdstLine; 813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); 814 pdst += width; 843 pdst = pdstLine; 847 (dx & ALIGNMASK), nstart, pdst, 849 pdst++; 860 *pdst = 0; 863 *pdst = ~0; 866 *pdst = *psrc [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_gpsdjson.c | 678 char *pdst, *edst, ch; local 695 pdst = up->buffer + up->buflen; 702 while (pdst != up->buffer && pdst[-1] <= ' ') 703 --pdst; 704 *pdst = '\0'; 706 up->buflen = pdst - up->buffer; 708 pdst = up->buffer; 709 } else if (pdst != edst) { 711 if (ch > ' ' || pdst != up->buffer [all...] |
| /src/sys/dev/ic/ |
| isp.c | 1968 vp_port_info_t pi, *pdst; local 1997 pdst = (vp_port_info_t *) off; 1998 isp_put_vp_port_info(isp, &pi, pdst);
|
| /src/sys/dist/pf/net/ |
| pf.c | 3883 struct pf_state_host *psrc, *pdst; local 3887 pdst = &(*state)->state_key->ext; 3890 pdst = &(*state)->state_key->lan; 3903 &pdst->addr, psrc->port, pdst->port, 3922 &pdst->addr, psrc->port, pdst->port,
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mdb.c | 8186 MDB_page *psrc, *pdst; local 8194 pdst = cdst->mc_pg[cdst->mc_top]; 8196 DPRINTF(("merging page %"Z"u into %"Z"u", psrc->mp_pgno, pdst->mp_pgno)); 8206 pdst = cdst->mc_pg[cdst->mc_top]; 8210 j = nkeys = NUMKEYS(pdst); 8254 pdst->mp_pgno, NUMKEYS(pdst), 8255 (float)PAGEFILL(cdst->mc_txn->mt_env, pdst) / 10)); 8296 m3->mc_pg[top] = pdst;
|