Home
last modified time | relevance | path

Searched refs:calculations (Results 1 – 25 of 258) sorted by relevance

1234567891011

/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_nsec3.c765 int* calculations) in find_matching_nsec3() argument
778 if(*calculations >= MAX_NSEC3_CALCULATIONS) { in find_matching_nsec3()
779 if(calc_errors == *calculations) { in find_matching_nsec3()
780 *calculations = MAX_NSEC3_ERRORS; in find_matching_nsec3()
793 (*calculations)++; in find_matching_nsec3()
796 if(r == 1) (*calculations)++; in find_matching_nsec3()
875 int* calculations) in find_covering_nsec3() argument
888 if(*calculations >= MAX_NSEC3_CALCULATIONS) { in find_covering_nsec3()
889 if(calc_errors == *calculations) { in find_covering_nsec3()
890 *calculations = MAX_NSEC3_ERRORS; in find_covering_nsec3()
[all …]
/netbsd-src/external/bsd/ntp/dist/
H A DNOTES.y2kfixes51 calculations that did not support year 2000 as a leap year
53 the NTP source), and some incorrect date calculations, while
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dlapc.ms7 ; out of lapc operand ranges and difference calculations.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_trace_enabled.pod190 If producing the trace output requires carrying out auxiliary calculations,
205 of a trace section. This is the case if calculations and tracing happen in
206 different locations of the code, or if the calculations are so time consuming
H A DRSA_get0_key.pod66 are the exponents and coefficient for CRT calculations.
71 B<t> are the exponent and coefficient for CRT calculations.
/netbsd-src/usr.bin/compress/doc/
H A Drevision.log19 * Get rid of all floating-point calculations by doing all compression ratio
20 * calculations in fixed point.
/netbsd-src/external/bsd/byacc/dist/
H A DNOTES20 The code contains many instances where address calculations are
/netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def20 doc = 'Use the specified drift file for calculations';
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.18.rst
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-sh.texi191 SH2E and SH3E support single-precision floating point calculations as
193 floating point calculations. SH2E and SH3E instructions are a subset of
194 the floating point calculations conforming to the IEEE754 standard.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-sh.texi191 SH2E and SH3E support single-precision floating point calculations as
193 floating point calculations. SH2E and SH3E instructions are a subset of
194 the floating point calculations conforming to the IEEE754 standard.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRSA_get0_key.pod58 are the exponents and coefficient for CRT calculations.
63 B<t> are the exponent and coefficient for CRT calculations.
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc32/
H A Dsparc-defs.m464 dnl calculations.
/netbsd-src/usr.bin/cal/
H A DREADME4 the documented algorithms have to do with date calculations for other
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A DREADME.md9 …/dmd/root/ctfloat.d) | A floating point type for compile-time calculations
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S153 #; Using EDIV would be very easy, if it didn't do signed calculations.
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S153 #; Using EDIV would be very easy, if it didn't do signed calculations.
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Drshift.asm122 C and last limb calculations too.
/netbsd-src/external/lgpl3/gmp/dist/
H A DREADME82 Almost all calculations, in the entire package, are made by calling these
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dval_nx_nsec3_collision.rpl159 ; Allow validation resuming for NSEC3 hash calculations
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/
H A DREADME420 routines) the computed jump and pointer calculations in preparation for an
443 and mpn_copyd), the calculations change as follows.
488 These problems only affect PIC computed jump calculations. The workarounds
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/
H A Dstat_values.test492 # those stat calculations.
511 # Cookie is before those stat calculations.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DREADME.txt131 The fix for this is to copy address calculations so that dependent pointers
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Ddraft-ietf-ipsec-nat-t-ike-00.txt346 known. This limits the hash calculations down to 2^32. If educated
348 hash calculations needed to find out the internal IP address goes
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_PKEY-RSA.pod13 factors, exponents and coefficient for CRT calculations, of which the first

1234567891011