Home
last modified time | relevance | path

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

12345

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dstring.c1202 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/
Dvarsyntax_calc1.error1 YACC: 2 rules never reduced
Dcalc1.error1 YACC: 2 rules never reduced
Derr_inherit3.error22 YACC: 1 rule never reduced
Derr_inherit3.output186 Rules never reduced:
/freebsd-12-stable/contrib/byacc/test/yacc/
Dcalc1.error1 YACC: 2 rules never reduced
Dvarsyntax_calc1.error1 YACC: 2 rules never reduced
/freebsd-12-stable/contrib/ntp/scripts/stats/
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
/freebsd-12-stable/sys/contrib/zlib/doc/
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
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
Dtst.providers.ksh41 echo successfully enabled the io provider with reduced privs
/freebsd-12-stable/contrib/bmake/unit-tests/
Ddollar.exp34 The A is replaced because the $$ is reduced to a single $,
/freebsd-12-stable/sys/dev/drm2/
Ddrm_modes.c87 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/
DSSL_CTX_sess_set_cache_size.pod35 If the size of the session cache is reduced and more sessions are already
DBN_mod_mul_montgomery.pod69 The inputs must be reduced modulo B<m>, otherwise the result will be
/freebsd-12-stable/tools/build/make_check/
DMakefile151 .error "" reduced to "
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetItinerary.td96 // 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/
Dbn_exp.c669 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/
Dc-lang77 # But class alone is reduced to avoid beating php (Jens Schleusener)
/freebsd-12-stable/contrib/byacc/
DREADME.BTYACC139 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/
Dc.opt808 -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/
Dbuild.md731 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/
Dskey_decoder.t0178 \ First reduced private exponent.
181 \ Second reduced private exponent.
/freebsd-12-stable/sys/contrib/zstd/
DNEWS34 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/
Dwpa_background.sgml81 (reduced number of messages in initial key handshake,
/freebsd-12-stable/usr.bin/compress/doc/
DREADME8 o Memory requirements reduced (3-30%)
9 o Stack requirements reduced to less than 4kb

12345