| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | string.c | 1202 apr_uint32_t reduced; /* used for 32 bit DIV */ in svn__ui64toa() local 1234 reduced = (apr_uint32_t)(number % 100000000); in svn__ui64toa() 1237 COPY_TWO_BYTES(target - 0, decimal_table[reduced % 100]); in svn__ui64toa() 1238 reduced /= 100; in svn__ui64toa() 1239 COPY_TWO_BYTES(target - 2, decimal_table[reduced % 100]); in svn__ui64toa() 1240 reduced /= 100; in svn__ui64toa() 1241 COPY_TWO_BYTES(target - 4, decimal_table[reduced % 100]); in svn__ui64toa() 1242 reduced /= 100; in svn__ui64toa() 1243 COPY_TWO_BYTES(target - 6, decimal_table[reduced % 100]); in svn__ui64toa() 1248 reduced = (apr_uint32_t)(number); in svn__ui64toa() [all …]
|
| /freebsd-12-stable/contrib/byacc/test/btyacc/ |
| D | varsyntax_calc1.error | 1 YACC: 2 rules never reduced
|
| D | calc1.error | 1 YACC: 2 rules never reduced
|
| D | err_inherit3.error | 22 YACC: 1 rule never reduced
|
| D | err_inherit3.output | 186 Rules never reduced:
|
| /freebsd-12-stable/contrib/byacc/test/yacc/ |
| D | calc1.error | 1 YACC: 2 rules never reduced
|
| D | varsyntax_calc1.error | 1 YACC: 2 rules never reduced
|
| /freebsd-12-stable/contrib/ntp/scripts/stats/ |
| D | README.stats | 7 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
|
| /freebsd-12-stable/sys/contrib/zlib/doc/ |
| D | txtvsbin.txt | 24 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
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
| D | tst.providers.ksh | 41 echo successfully enabled the io provider with reduced privs
|
| /freebsd-12-stable/contrib/bmake/unit-tests/ |
| D | dollar.exp | 34 The A is replaced because the $$ is reduced to a single $,
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_modes.c | 87 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument 166 if (!reduced) { in drm_cvt_mode() 270 if (reduced) in drm_cvt_mode()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_CTX_sess_set_cache_size.pod | 35 If the size of the session cache is reduced and more sessions are already
|
| D | BN_mod_mul_montgomery.pod | 69 The inputs must be reduced modulo B<m>, otherwise the result will be
|
| /freebsd-12-stable/tools/build/make_check/ |
| D | Makefile | 151 .error "" reduced to "
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | TargetItinerary.td | 96 // read from the same bypass, then the operand use latency is reduced by one. 108 // is reduced by 1.
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_exp.c | 669 BIGNUM *reduced = BN_CTX_get(ctx); in BN_mod_exp_mont_consttime() local 670 if (reduced == NULL in BN_mod_exp_mont_consttime() 671 || !BN_nnmod(reduced, a, m, ctx)) { in BN_mod_exp_mont_consttime() 674 a = reduced; in BN_mod_exp_mont_consttime()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | c-lang | 77 # But class alone is reduced to avoid beating php (Jens Schleusener)
|
| /freebsd-12-stable/contrib/byacc/ |
| D | README.BTYACC | 139 Number of the components in RHS of the reduced rule. 141 Also equal to N in $1,...,$N in the reduced rule. 148 the reduced RHS components. 152 the reduced RHS components. 162 it will be picked up by the later reduced rules.
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c.opt | 808 -femit-struct-debug-baseonly Aggressive reduced debug info for structs 810 femit-struct-debug-reduced 812 -femit-struct-debug-reduced Conservative reduced debug info for structs 816 -femit-struct-debug-detailed=<spec-list> Detailed reduced debug info for structs
|
| /freebsd-12-stable/contrib/bc/manuals/ |
| D | build.md | 731 reduced. 734 the size can be reduced to 107.6 kb (107,584 bytes). 737 can be reduced (for a build with both calculators) to 119.9 kb (119,866 bytes). 750 The next biggest user is extra math support. Without it, the size is reduced to 765 reduced to 128.1 kb (128,096 bytes) with history and extra math support, 107.6
|
| /freebsd-12-stable/contrib/bearssl/src/x509/ |
| D | skey_decoder.t0 | 178 \ First reduced private exponent. 181 \ Second reduced private exponent.
|
| /freebsd-12-stable/sys/contrib/zstd/ |
| D | NEWS | 34 changed : maximum nb of threads reduced to 200, to avoid address space exhaustion in 32-bits mode 96 API : improved: ZSTDMT_compressCCtx() reduced memory usage 144 lib : changed : reduced usage of stack memory
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/doc/docbook/ |
| D | wpa_background.sgml | 81 (reduced number of messages in initial key handshake,
|
| /freebsd-12-stable/usr.bin/compress/doc/ |
| D | README | 8 o Memory requirements reduced (3-30%) 9 o Stack requirements reduced to less than 4kb
|