| /src/crypto/external/bsd/openssl/dist/crypto/lhash/ |
| lhash_local.h | 26 unsigned int pmax; member in struct:lhash_st
|
| lhash.c | 65 ret->pmax = MIN_NODES / 2; 216 unsigned int p, pmax, nni, j; local 221 pmax = lh->pmax; 222 if (p + 1 >= pmax) { 231 lh->pmax = nni; 240 n2 = &(lh->b[p + pmax]); 261 np = lh->b[lh->p + lh->pmax - 1]; 262 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */ 265 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); [all...] |
| /src/sys/uvm/pmap/ |
| pmap_devmap.c | 94 const paddr_t pmax = __type_max_u(paddr_t); local 100 KASSERTMSG(pmax - pdp->pd_pa >= pdp->pd_size - 1,
|
| /src/crypto/external/apache2/openssl/dist/crypto/lhash/ |
| lhash_local.h | 30 unsigned int pmax; member in struct:lhash_st
|
| lhash.c | 75 ret->pmax = MIN_NODES / 2; 245 unsigned int p, pmax, nni, j; local 250 pmax = lh->pmax; 251 if (p + 1 >= pmax) { 260 lh->pmax = nni; 269 n2 = &(lh->b[p + pmax]); 290 np = lh->b[lh->p + lh->pmax - 1]; 291 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */ 294 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); [all...] |
| /src/tests/lib/librt/ |
| t_sched.c | 79 int pmax, pmin; local 96 pmax = sched_get_priority_max(pol[i]); 99 ATF_REQUIRE(pmax == PRI_NONE); 102 ATF_REQUIRE(pmax != -1); 104 ATF_REQUIRE(pmax > pmin);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/lhash/ |
| lhash_local.h | 26 unsigned int pmax; member in struct:lhash_st
|
| lhash.c | 65 ret->pmax = MIN_NODES / 2; 217 unsigned int p, pmax, nni, j; local 222 pmax = lh->pmax; 223 if (p + 1 >= pmax) { 232 lh->pmax = nni; 243 n2 = &(lh->b[p + pmax]); 264 np = lh->b[lh->p + lh->pmax - 1]; 265 lh->b[lh->p + lh->pmax - 1] = NULL; /* 24/07-92 - eay - weird but :-( */ 268 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); [all...] |
| /src/sys/dev/i2o/ |
| dpti.c | 458 u_int32_t *p, *pmax; local 560 pmax = mbtmp + (msgsize >> 2) - 2; 563 if (p > pmax) { 602 for (; p <= pmax; p += 2) { 632 if (p > pmax) {
|
| /src/external/gpl2/mkhybrid/dist/libfile/ |
| apprentice.c | 427 char *pmax = p + plen - 1; local 434 if (p >= pmax) {
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tdiv_ui.c | 257 int i, k, m, n, p, pmax, q, r; local 267 pmax = 6 * n; 273 mpfr_init2 (w, pmax + n + 1); 289 for (p = pmax; p >= MPFR_PREC_MIN; p--)
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntpd.c | 506 int pmax, pmin; local 509 pmax = sched_get_priority_max(SCHED_FIFO); 510 sched.sched_priority = pmax; 513 if ( config_priority > pmax ) 514 sched.sched_priority = pmax;
|
| /src/external/lgpl3/mpfr/dist/tune/ |
| tuneup.c | 482 mpfr_prec_t pmin, pmax, p; local 515 pmax = pmin * 2; 518 d = domeasure (threshold, func, pmax); 521 pmax += pmin / 2; /* don't increase too rapidly */ 524 /* The threshold is between pmin and pmax. Affine them */ 526 while ((pmax-pmin) >= THRESHOLD_FINAL_WINDOW) 528 pstep = MAX(MIN(GMP_NUMB_BITS/2,(pmax-pmin)/(2*THRESHOLD_WINDOW)),1); 530 printf ("Pmin = %8lu Pmax = %8lu Pstep=%lu\n", pmin, pmax, pstep); 531 p = (pmin + pmax) / 2 591 mpfr_prec_t pmin, pmax, p; local [all...] |
| /src/external/bsd/file/dist/src/ |
| apprentice.c | 2985 char *pmax = p + plen - 1; local 2993 if (p >= pmax) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gensupport.cc | 1682 collect_insn_data (rtx pattern, int *palt, int *pmax) 1700 if (i > *pmax) 1701 *pmax = i; 1715 collect_insn_data (XEXP (pattern, i), palt, pmax); 1724 collect_insn_data (XVECEXP (pattern, i, j), palt, pmax); 1711 collect_insn_data (XEXP (pattern, i), palt, pmax); local 1720 collect_insn_data (XVECEXP (pattern, i, j), palt, pmax); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gensupport.cc | 1138 collect_insn_data (rtx pattern, int *palt, int *pmax) 1156 if (i > *pmax) 1157 *pmax = i; 1171 collect_insn_data (XEXP (pattern, i), palt, pmax); 1180 collect_insn_data (XVECEXP (pattern, i, j), palt, pmax); 1167 collect_insn_data (XEXP (pattern, i), palt, pmax); local 1176 collect_insn_data (XVECEXP (pattern, i, j), palt, pmax); local
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mdb.c | 8723 int i, j, split_indx, nkeys, pmax; local 8839 pmax = env->me_psize - PAGEHDRSZ; 8883 if (nkeys < keythresh || nsize > pmax/16 || newindx >= nkeys) { 8908 if (psize > pmax || i == k-j) {
|