Home
last modified time | relevance | path

Searched refs:reduced (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.6121 Under conditions of overload, smtpd_timeout is reduced from 300s
122 to 10s, smtpd_hard_error_limit is reduced from 20 to 1, and
123 smtpd_junk_command_limit is reduced from 100 to 1. This will reduce
145 Under conditions of overload, smtpd_timeout is reduced from 300s
146 to 10s, smtpd_hard_error_limit is reduced from 20 to 1, and
147 smtpd_junk_command_limit is reduced from 100 to 1. This will reduce
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmini-gmp49 How to use mini-gmp with reduced limb size
53 so that it can be used with a reduced limb size. For that, you need GMP 6.2.0
/netbsd-src/external/bsd/byacc/dist/test/yacc/
H A Dcalc1.error1 YACC: 2 rules never reduced
H A Dvarsyntax_calc1.error1 YACC: 2 rules never reduced
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Dvarsyntax_calc1.error1 YACC: 2 rules never reduced
H A Dcalc1.error1 YACC: 2 rules never reduced
H A Derr_inherit3.error22 YACC: 1 rule never reduced
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c281 struct element *reduced; in post_process_classes() local
368 reduced = mapGet(class, "test"); in post_process_classes()
370 if (reduced != NULL) in post_process_classes()
377 if (reduced != NULL) { in post_process_classes()
378 TAILQ_INSERT_TAIL(&reduced->comments, comment); in post_process_classes()
1911 struct element *reduced; in subclass_inherit() local
2019 reduced = eval_boolean_expression(expr, &modified); in subclass_inherit()
2020 reduced = reduce_boolean_expression(reduced); in subclass_inherit()
2021 if ((reduced != NULL) && (reduced->type == ELEMENT_BOOLEAN)) in subclass_inherit()
2026 if ((reduced == NULL) || (reduced->type != ELEMENT_STRING)) in subclass_inherit()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtset_z_2exp.c100 check (long i, mpfr_rnd_t rnd, int reduced) in check() argument
140 if (reduced) in check()
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.stats7 they are ordinarily reduced to summary form by running the summary.sh
15 reduced to summary data using the peer.sh shell script. See the peer.awk
32 reduced to summary data using the loop.sh shell script. See the loop.awk
47 reduced to summary data using the clock.sh shell script, which also
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToSubmitABug.rst22 Once you have a reduced test-case, go to `the LLVM Bug Tracking System
29 * The reduced test-case that triggers the bug.
113 Run this, then file a bug with the instructions and reduced .bc
123 which should produce reduced IR that reproduces the crash. Be warned the
153 Please run this, then file a bug with the instructions and reduced .bc file
/netbsd-src/share/examples/fstab/
H A Dfstab.nfs.13 # Sample fstab for diskless clients using NFS, using reduced
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A Dtxtvsbin.txt24 is low. Another weakness of this scheme is a reduced precision, due to
64 recognized on a reduced range of platforms and text viewers/editors:
90 positives). This, however, incurs a reduced precision overall, since
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Dtxtvsbin.txt24 is low. Another weakness of this scheme is a reduced precision, due to
64 recognized on a reduced range of platforms and text viewers/editors:
90 positives). This, however, incurs a reduced precision overall, since
/netbsd-src/common/dist/zlib/doc/
H A Dtxtvsbin.txt24 is low. Another weakness of this scheme is a reduced precision, due to
64 recognized on a reduced range of platforms and text viewers/editors:
90 positives). This, however, incurs a reduced precision overall, since
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A Dtxtvsbin.txt24 is low. Another weakness of this scheme is a reduced precision, due to
64 recognized on a reduced range of platforms and text viewers/editors:
90 positives). This, however, incurs a reduced precision overall, since
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dsuffixdx4.in42 # in fact ISC DHCP suffix can be reduced into Kea substring
H A Dsuffixdx4.out3 # in fact ISC DHCP suffix can be reduced into Kea substring
/netbsd-src/external/bsd/kyua-testers/dist/
H A DNEWS16 reduced.
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt40 …reduction, does the code handle the case where partially reduced final result is not fully reduced?
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c669 char *reduced; in main() local
677 reduced = xstrdup (base); in main()
679 if (strlen (reduced) >= 3 in main()
680 && memcmp (reduced + strlen (reduced) - 3, ".in", 3) == 0) in main()
681 reduced[strlen (reduced) - 3] = '\0'; in main()
684 extension = strrchr (reduced, '.'); in main()
701 free (reduced); in main()
/netbsd-src/external/mit/isl/dist/
H A Disl_sample.c392 int reduced; in isl_tab_sample() local
434 reduced = 0; in isl_tab_sample()
467 if (!reduced && choice && in isl_tab_sample()
480 reduced = 1; in isl_tab_sample()
483 reduced = 0; in isl_tab_sample()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.opt91 …efore calling a function and popped afterwards. This option can lead to reduced code size for fun…
116 … static storage can be accessed by LDS / STS. This option is only useful for reduced Tiny devices.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.opt91 …efore calling a function and popped afterwards. This option can lead to reduced code size for fun…
116 … static storage can be accessed by LDS / STS. This option is only useful for reduced Tiny devices.
/netbsd-src/usr.bin/make/unit-tests/
H A Ddollar.exp34 The A is replaced because the $$ is reduced to a single $,

12345678910>>...13