| /src/sys/arch/vax/boot/boot/ |
| mfm.c | 317 short reduced;/* first cylinder for reduced write current */ member in struct:mfm_xbn 347 printf("sect/track: %d, tracks: %d, cyl: %d, precomp/reduced: %d/%d\n", 348 p->nspt, p->ntracks, p->ncylinders, p->precomp, p->reduced);
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_exp.c | 668 BIGNUM *reduced = BN_CTX_get(ctx); local 669 if (reduced == NULL 670 || !BN_nnmod(reduced, a, m, ctx)) { 673 a = reduced; 922 * reduction variant, so the values here may not be fully reduced. 924 * Additionally, we pass these "almost" reduced inputs into 926 * Given those inputs, |bn_mul_mont| may not give reduced 927 * output, but it will still produce "almost" reduced output. 1030 * fully reduced. This is within bounds for |BN_from_montgomery| 1032 * produce a fully reduced result [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_exp.c | 674 BIGNUM *reduced = BN_CTX_get(ctx); local 675 if (reduced == NULL 676 || !BN_nnmod(reduced, a, m, ctx)) { 679 a = reduced; 936 * reduction variant, so the values here may not be fully reduced. 938 * Additionally, we pass these "almost" reduced inputs into 940 * Given those inputs, |bn_mul_mont| may not give reduced 941 * output, but it will still produce "almost" reduced output. 1044 * fully reduced. This is within bounds for |BN_from_montgomery| 1046 * produce a fully reduced result [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_exp.c | 673 BIGNUM *reduced = BN_CTX_get(ctx); local 674 if (reduced == NULL 675 || !BN_nnmod(reduced, a, m, ctx)) { 678 a = reduced; 935 * reduction variant, so the values here may not be fully reduced. 937 * Additionally, we pass these "almost" reduced inputs into 939 * Given those inputs, |bn_mul_mont| may not give reduced 940 * output, but it will still produce "almost" reduced output. 1043 * fully reduced. This is within bounds for |BN_from_montgomery| 1045 * produce a fully reduced result [all...] |
| /src/external/mit/isl/dist/ |
| isl_sample.c | 392 int reduced; local 434 reduced = 0; 467 if (!reduced && choice && 480 reduced = 1; 483 reduced = 0;
|
| isl_map_simplify.c | 155 * in integer division "div" need to be reduced? 3838 int reduced; local 3839 reduced = reduced_using_equalities(v->block.data, bmap2->eq[i], 3841 if (reduced && !isl_int_is_zero(v->block.data[0]) && 3846 int reduced; local 3847 reduced = reduced_using_equalities(v->block.data, 3849 if (reduced && isl_int_is_neg(v->block.data[0]) && 3855 int reduced; local 3856 reduced = reduced_using_equalities(v->block.data, 3858 if (reduced && isl_int_is_neg(v->block.data[0]) & [all...] |
| /src/sys/arch/vax/vsa/ |
| hdc9224.c | 98 short reduced; /* first cylinder for reduced write current */ member in struct:rdgeom 600 printf ("sec/track: %d, tracks: %d, cyl: %d, precomp/reduced: %d/%d\n", 601 p->nspt, p->ntracks, p->ncylinders, p->precomp, p->reduced);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| xgettext.c | 669 char *reduced; local 677 reduced = xstrdup (base); 679 if (strlen (reduced) >= 3 680 && memcmp (reduced + strlen (reduced) - 3, ".in", 3) == 0) 681 reduced[strlen (reduced) - 3] = '\0'; 684 extension = strrchr (reduced, '.'); 701 free (reduced);
|
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 281 struct element *reduced; local 368 reduced = mapGet(class, "test"); 370 if (reduced != NULL) 377 if (reduced != NULL) { 378 TAILQ_INSERT_TAIL(&reduced->comments, comment); 1911 struct element *reduced; local 2019 reduced = eval_boolean_expression(expr, &modified); 2020 reduced = reduce_boolean_expression(reduced); 2021 if ((reduced != NULL) && (reduced->type == ELEMENT_BOOLEAN) 2050 struct element *reduced; local [all...] |