| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | divsf3.c | 91 uint32_t correction; in __divsf3() local 92 correction = -((uint64_t)reciprocal * q31b >> 32); in __divsf3() 93 reciprocal = (uint64_t)reciprocal * correction >> 31; in __divsf3() 94 correction = -((uint64_t)reciprocal * q31b >> 32); in __divsf3() 95 reciprocal = (uint64_t)reciprocal * correction >> 31; in __divsf3() 96 correction = -((uint64_t)reciprocal * q31b >> 32); in __divsf3() 97 reciprocal = (uint64_t)reciprocal * correction >> 31; in __divsf3()
|
| H A D | divdf3.c | 108 uint64_t correction, reciprocal; in __divdf3() local 109 correction = -((uint64_t)recip32*q31b + ((uint64_t)recip32*q63blo >> 32)); in __divdf3() 110 uint32_t cHi = correction >> 32; in __divdf3() 111 uint32_t cLo = correction; in __divdf3()
|
| H A D | divtf3.c | 112 rep_t correction, reciprocal; in __divtf3() local 120 correction = -(r64q63 + (r64q127 >> 64)); in __divtf3() 122 uint64_t cHi = correction >> 64; in __divtf3() 123 uint64_t cLo = correction; in __divtf3()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_rfgain.c | 248 uint32_t correction; in ar5212GetGainFCorrection() local 252 correction = 0; in ar5212GetGainFCorrection() 260 correction = 0; in ar5212GetGainFCorrection() 263 correction = gainStep; in ar5212GetGainFCorrection() 266 correction = 2 * gainStep - 5; in ar5212GetGainFCorrection() 269 correction = 2 * gainStep; in ar5212GetGainFCorrection() 273 return correction; in ar5212GetGainFCorrection()
|
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 546 U32 const correction = current - newCurrent; in ZSTD_window_correctOverflow() local 550 assert(correction > 1<<28); in ZSTD_window_correctOverflow() 552 window->base += correction; in ZSTD_window_correctOverflow() 553 window->dictBase += correction; in ZSTD_window_correctOverflow() 554 window->lowLimit -= correction; in ZSTD_window_correctOverflow() 555 window->dictLimit -= correction; in ZSTD_window_correctOverflow() 557 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow() 559 return correction; in ZSTD_window_correctOverflow()
|
| H A D | zstd_ldm.c | 499 U32 const correction = ZSTD_window_correctOverflow( in ZSTD_ldm_generateSequences() local 501 ZSTD_ldm_reduceTable(ldmState->hashTable, ldmHSize, correction); in ZSTD_ldm_generateSequences()
|
| H A D | zstd_compress.c | 2004 U32 const correction = ZSTD_window_correctOverflow(&ms->window, cycleLog, maxDist, ip); in ZSTD_compress_frameChunk() local 2009 ZSTD_reduceIndex(cctx, correction); in ZSTD_compress_frameChunk() 2010 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_compress_frameChunk() 2011 else ms->nextToUpdate -= correction; in ZSTD_compress_frameChunk()
|
| /freebsd-12.1/crypto/heimdal/lib/wind/ |
| H A D | NormalizationCorrections.txt | 16 # stability, the correction is entered in this data file, 32 # Field 4: Version of Unicode for which the correction was 35 # the correction
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | sntp-opts.def | 161 correction using @command{settimeofday(2)}. The default value is 0, 309 the correction will be slewed, 310 and if the correction is more than 128 milliseconds 311 the correction will be stepped.
|
| H A D | invoke-sntp.texi | 286 correction using @command{settimeofday(2)}. The default value is 0,
|
| /freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 2157 int correction[AR9300_MAX_CHAINS]; in ar9300_calibration_apply() local 2228 correction[ichain] = lcorrection[ichain]; in ar9300_calibration_apply() 2261 correction[ichain] = lcorrection[ichain]; in ar9300_calibration_apply() 2267 correction[ichain] = hcorrection[ichain]; in ar9300_calibration_apply() 2272 correction[ichain] = 0; in ar9300_calibration_apply() 2284 (u_int32_t) correction[0]; in ar9300_calibration_apply() 2289 ah, frequency, correction, voltage, temperature); in ar9300_calibration_apply() 2292 __func__, frequency, correction[0], correction[1], correction[2]); in ar9300_calibration_apply() 2299 int *correction, int *voltage, int *temperature) in ar9300_power_control_override() argument 2309 (correction[0] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9300_power_control_override() [all …]
|
| H A D | ar9300eep.h | 632 extern int ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *v…
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | systemv | 14 # Compile this *without* leap second correction for true conformance.
|
| H A D | leapseconds | 38 # The correction (+ or -) is made at the given time, so in the unlikely
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.def | 212 correction is required. 213 If following such a correction the 351 compute server-client propagation delay correction factors and 487 step threshold and a step correction can occur during and after the 504 and positive (puff) correction, which depends on the sign of the
|
| H A D | ntpdbase-opts.def | 120 descrip = "Step any initial offset correction."; 126 This option forces the initial offset correction to be stepped,
|
| H A D | invoke-ntpd.texi | 166 -G no force-step-once Step any initial offset correction. 335 This is the ``step any initial offset correction.'' option. 340 This option forces the initial offset correction to be stepped,
|
| /freebsd-12.1/contrib/ntp/html/hints/ |
| H A D | sgi | 7 which seems to try to perform the correction over 100-200 seconds, with
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | src.desc | 64 tw.spell.c: String spelling correction.
|
| H A D | Fixes | 127 82. Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger) 1147 80. make spelling correction obey the current histchars setting. 1531 19. Fix automatic correction to work with the new completion. 1692 22. Restore the original prompt in automatic correction when the user 1750 13. No error correction for multi-line commands. 2137 5. Fixed spelling correction so that single letter words and words that
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | README.leapsmear | 24 - applies the leap second correction itself. 121 but "slews" the 1-second correction, which takes 33 minutes and 20 seconds 223 additional correction would soon be detected and corrected/adjusted.
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_zip.c | 3506 int64_t correction; in slurp_central_directory() local 3555 correction = archive_filter_bytes(&a->archive, 0) in slurp_central_directory() 3618 archive_le32dec(p + 42) + correction; in slurp_central_directory()
|
| /freebsd-12.1/contrib/amd/ |
| H A D | AUTHORS | 240 amd.conf man page typo correction.
|
| /freebsd-12.1/contrib/binutils/bfd/doc/ |
| H A D | ChangeLog-9103 | 537 * Makefile.in: another CFLAGS correction.
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | TODO | 222 - italic correction (\/) in PostScript mode
|