| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | mod_1_2.c | 44 mpn_mod_1s_2p_cps (mp_limb_t cps[5], mp_limb_t b) in mpn_mod_1s_2p_cps() 57 cps[0] = bi; in mpn_mod_1s_2p_cps() 58 cps[1] = cnt; in mpn_mod_1s_2p_cps() 62 cps[2] = B1modb >> cnt; in mpn_mod_1s_2p_cps() 65 cps[3] = B2modb >> cnt; in mpn_mod_1s_2p_cps() 68 cps[4] = B3modb >> cnt; in mpn_mod_1s_2p_cps() 73 b = cps[2]; in mpn_mod_1s_2p_cps() 76 b += cps[i]; in mpn_mod_1s_2p_cps() 77 ASSERT (b >= cps[i]); in mpn_mod_1s_2p_cps() 84 mpn_mod_1s_2p (mp_srcptr ap, mp_size_t n, mp_limb_t b, const mp_limb_t cps[5]) in mpn_mod_1s_2p() [all …]
|
| H A D | mod_1_4.c | 44 mpn_mod_1s_4p_cps (mp_limb_t cps[7], mp_limb_t b) in mpn_mod_1s_4p_cps() 57 cps[0] = bi; in mpn_mod_1s_4p_cps() 58 cps[1] = cnt; in mpn_mod_1s_4p_cps() 62 cps[2] = B1modb >> cnt; in mpn_mod_1s_4p_cps() 65 cps[3] = B2modb >> cnt; in mpn_mod_1s_4p_cps() 68 cps[4] = B3modb >> cnt; in mpn_mod_1s_4p_cps() 71 cps[5] = B4modb >> cnt; in mpn_mod_1s_4p_cps() 74 cps[6] = B5modb >> cnt; in mpn_mod_1s_4p_cps() 79 b = cps[2]; in mpn_mod_1s_4p_cps() 82 b += cps[i]; in mpn_mod_1s_4p_cps() [all …]
|
| H A D | mod_1_3.c | 44 mpn_mod_1s_3p_cps (mp_limb_t cps[6], mp_limb_t b) in mpn_mod_1s_3p_cps() 57 cps[0] = bi; in mpn_mod_1s_3p_cps() 58 cps[1] = cnt; in mpn_mod_1s_3p_cps() 62 cps[2] = B1modb >> cnt; in mpn_mod_1s_3p_cps() 65 cps[3] = B2modb >> cnt; in mpn_mod_1s_3p_cps() 68 cps[4] = B3modb >> cnt; in mpn_mod_1s_3p_cps() 71 cps[5] = B4modb >> cnt; in mpn_mod_1s_3p_cps() 76 b = cps[2]; in mpn_mod_1s_3p_cps() 79 b += cps[i]; in mpn_mod_1s_3p_cps() 80 ASSERT (b >= cps[i]); in mpn_mod_1s_3p_cps() [all …]
|
| H A D | trialdiv.c | 66 mp_limb_t cps[7]; /* ppp values pre-computed for mpn_mod_1s_4p */ member 97 const mp_limb_t *cps; in mpn_trialdiv() local 107 cps = gmp_primes_ptab[i].cps; in mpn_trialdiv() 109 r = mpn_mod_1s_4p (tp, tn, ppp << cps[1], cps); in mpn_trialdiv()
|
| H A D | mod_1_1.c | 160 mpn_mod_1_1p_cps (mp_limb_t cps[4], mp_limb_t b) in mpn_mod_1_1p_cps() 171 cps[0] = bi; in mpn_mod_1_1p_cps() 172 cps[1] = cnt; in mpn_mod_1_1p_cps() 178 cps[2] = B1modb >> cnt; in mpn_mod_1_1p_cps() 186 cps[3] = B2modb >> cnt; in mpn_mod_1_1p_cps() 237 mpn_mod_1_1p_cps (mp_limb_t cps[4], mp_limb_t b) in mpn_mod_1_1p_cps() 248 cps[0] = bi; in mpn_mod_1_1p_cps() 249 cps[1] = cnt; in mpn_mod_1_1p_cps() 256 cps[2] = B1modb >> cnt; in mpn_mod_1_1p_cps() 260 cps[3] = B2modb; in mpn_mod_1_1p_cps()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| H A D | mod_1_4.c | 46 mpn_mod_1s_4p_cps (mp_limb_t cps[7], mp_limb_t b) in mpn_mod_1s_4p_cps() 59 cps[0] = bi; in mpn_mod_1s_4p_cps() 60 cps[1] = cnt; in mpn_mod_1s_4p_cps() 64 cps[2] = B1modb >> cnt; in mpn_mod_1s_4p_cps() 67 cps[3] = B2modb >> cnt; in mpn_mod_1s_4p_cps() 70 cps[4] = B3modb >> cnt; in mpn_mod_1s_4p_cps() 73 cps[5] = B4modb >> cnt; in mpn_mod_1s_4p_cps() 76 cps[6] = B5modb >> cnt; in mpn_mod_1s_4p_cps() 81 b = cps[2]; in mpn_mod_1s_4p_cps() 84 b += cps[i]; in mpn_mod_1s_4p_cps() [all …]
|
| /netbsd-src/usr.sbin/grfconfig/ |
| H A D | grfconfig.c | 88 char *cps[31]; in main() local 159 memset(cps, 0, sizeof(cps)); in main() 161 ptr != NULL && i < __arraycount(cps); in main() 163 cps[i] = ptr; in main() 170 gv->pixel_clock = atoi(cps[1]); in main() 171 gv->disp_width = atoi(cps[2]); in main() 172 gv->disp_height = atoi(cps[3]); in main() 173 gv->depth = atoi(cps[4]); in main() 174 gv->hblank_start = atoi(cps[5]); in main() 175 gv->hsync_start = atoi(cps[6]); in main() [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | gen-trialdivtab.c | 226 mpn_mod_1s_4p_cps (mpz_t cps[7], mpz_t bparm) in mpn_mod_1s_4p_cps() 267 mpz_set (cps[0], bi); in mpn_mod_1s_4p_cps() 268 mpz_set_ui (cps[1], cnt); in mpn_mod_1s_4p_cps() 269 mpz_tdiv_q_2exp (cps[2], B1modb, 0); in mpn_mod_1s_4p_cps() 270 mpz_tdiv_q_2exp (cps[3], B2modb, 0); in mpn_mod_1s_4p_cps() 271 mpz_tdiv_q_2exp (cps[4], B3modb, 0); in mpn_mod_1s_4p_cps() 272 mpz_tdiv_q_2exp (cps[5], B4modb, 0); in mpn_mod_1s_4p_cps() 273 mpz_tdiv_q_2exp (cps[6], B5modb, 0); in mpn_mod_1s_4p_cps()
|
| /netbsd-src/sys/arch/sgimips/dev/ |
| H A D | crime.c | 114 uint32_t startctr, endctr, cps; in crime_attach() local 175 cps = (endctr - startctr) * 10; in crime_attach() 176 ci->ci_cpu_freq = cps; in crime_attach() 177 ci->ci_cctr_freq = cps; in crime_attach() 180 ci->ci_cycles_per_hz = (cps + (hz / 2)) / hz; in crime_attach() 181 ci->ci_divisor_delay = (cps + (1000000 / 2)) / 1000000; in crime_attach()
|
| H A D | int.c | 459 unsigned long cps; in int2_cpu_freq() local 465 cps = 0; in int2_cpu_freq() 472 cps += ctrdiff[i]; in int2_cpu_freq() 475 cps = cps / (sizeof(ctrdiff) / sizeof(ctrdiff[0])); in int2_cpu_freq() 478 device_xname(self), cps / 10000, cps / 5000); in int2_cpu_freq() 481 return (2 * cps * hz); in int2_cpu_freq()
|
| /netbsd-src/usr.bin/pr/ |
| H A D | pr.c | 179 int cps; in onecol() local 240 cps = 0; in onecol() 249 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0) in onecol() 350 int cps = 0; in vertcol() local 469 cnt = inln(inf,ptbf,colwd,&cps,1,&mor); in vertcol() 668 int cps = 0; in horzcol() local 725 if ((cnt = inln(inf,ptbf,colwd,&cps,1, in horzcol() 822 int cps = 0; in mulfile() local 927 &cps, 1, &mor)) < 0) { in mulfile() 1028 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor) in inln() argument [all …]
|
| /netbsd-src/sys/arch/algor/algor/ |
| H A D | algor_p5064_intr.c | 365 u_long ctrdiff[4], startctr, endctr, cps; in algor_p5064_cal_timer() local 411 cps = ((ctrdiff[2] + ctrdiff[3]) / 2) * 16; in algor_p5064_cal_timer() 414 if (cps < 10 * 1000 * 1000) { in algor_p5064_cal_timer() 416 cps = 75 * 1000 * 1000; in algor_p5064_cal_timer() 420 curcpu()->ci_cpu_freq = cps * 2; in algor_p5064_cal_timer() 429 cps, ctrdiff[2], ctrdiff[3]); in algor_p5064_cal_timer()
|
| H A D | algor_p6032_intr.c | 243 u_long ctrdiff[4], startctr, endctr, cps; in algor_p6032_cal_timer() local 286 cps = ((ctrdiff[2] + ctrdiff[3]) / 2) * 16; in algor_p6032_cal_timer() 288 curcpu()->ci_cpu_freq = cps * 2; in algor_p6032_cal_timer() 297 cps, ctrdiff[2], ctrdiff[3]); in algor_p6032_cal_timer()
|
| H A D | algor_p4032_intr.c | 279 u_long ctrdiff[4], startctr, endctr, cps; in algor_p4032_cal_timer() local 325 cps = ((ctrdiff[2] + ctrdiff[3]) / 2) * 16; in algor_p4032_cal_timer() 327 curcpu()->ci_cpu_freq = cps * 2; in algor_p4032_cal_timer() 336 cps, ctrdiff[2], ctrdiff[3]); in algor_p4032_cal_timer()
|
| /netbsd-src/sys/arch/arm/arm/ |
| H A D | fiq_subr.S | 46 cps #PSR_FIQ32_MODE 58 cps #PSR_SVC32_MODE
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | ipft_tx.c | 170 char *cps[20], **cpp, c, ipopts[68]; local 182 for (i = 0, cps[0] = strtok(line, " \b\t\r\n"); cps[i] && i < 19; ) 183 cps[++i] = strtok(NULL, " \b\t\r\n"); 185 cpp = cps;
|
| /netbsd-src/sys/dev/ieee1394/ |
| H A D | fwphyreg.h | 49 cps:1; member 78 uint8_t cps:1,
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | tbl_term.c | 163 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl() local 364 cps = cp; in term_tbl() 365 while (cps->next != NULL && in term_tbl() 366 cps->next->pos == TBL_CELL_SPAN) in term_tbl() 367 cps = cps->next; in term_tbl() 369 uvert = dvert = cps->vert; in term_tbl()
|
| /netbsd-src/external/bsd/flex/dist/doc/ |
| H A D | Makefile.am | 7 CLEANFILES = *.aux *.cp *.cps *.fn *.fns *.hk *.hks *.ky *.log \
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/ |
| H A D | mod_1_4.asm | 160 ` lwz r3, 8(cps)', 166 ld r10, 0(cps)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | Makefile | 48 -rm -f *.vr *.tp *.fn *.fns *.def *.defs *.cp *.cps *.ge *.ges *.mo
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | Makefile | 55 rm -f *.vr *.tp *.fn *.fns *.def *.defs *.cp *.cps *.ge *.ges *.mo
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | listen_dnsport.h | 71 struct listen_list* cps; member
|
| H A D | listen_dnsport.c | 1395 item->next = front->cps; in listen_cp_insert() 1396 front->cps = item; in listen_cp_insert() 1444 front->cps = NULL; in listen_create() 1551 if(!front->cps) { in listen_create() 1577 listen_list_delete(front->cps); in listen_delete() 1976 for(p = listen->cps; p; p = p->next) { in listen_get_mem() 1988 for(p=listen->cps; p; p=p->next) { in listen_stop_accept() 2001 for(p=listen->cps; p; p=p->next) { in listen_start_accept()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
| H A D | armada-80x0.dtsi | 78 compatible = "marvell,armada-8k-cps-pinctrl";
|