Home
last modified time | relevance | path

Searched full:gains (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp230 // Compute move gains in runIteration()
232 std::vector<GainPair> Gains; in runIteration() local
236 Gains.push_back(std::make_pair(Gain, &N)); in runIteration()
239 // Collect left and right gains in runIteration()
241 Gains, [&](const auto &GP) { return GP.second->Bucket == LeftBucket; }); in runIteration()
242 auto LeftRange = llvm::make_range(Gains.begin(), LeftEnd); in runIteration()
243 auto RightRange = llvm::make_range(LeftEnd, Gains.end()); in runIteration()
245 // Sort gains in descending order in runIteration()
/freebsd/sys/dev/bwi/
H A Dbwiphy.c960 bwi_set_gains(struct bwi_mac *mac, const struct bwi_gains *gains) in bwi_set_gains() argument
975 if (gains != NULL) { in bwi_set_gains()
976 tbl_gain = gains->tbl_gain1; in bwi_set_gains()
986 if (gains != NULL) in bwi_set_gains()
987 tbl_gain = gains->tbl_gain2; in bwi_set_gains()
993 if (gains == NULL || (gains != NULL && gains->phy_gain != -1)) { in bwi_set_gains()
996 if (gains != NULL) { in bwi_set_gains()
998 ((uint16_t)gains->phy_gain << 14) | in bwi_set_gains()
999 ((uint16_t)gains->phy_gain << 6); in bwi_set_gains()
H A Dbwirf.c513 * Calculate gains in bwi_rf_get_gains()
1816 struct bwi_gains gains; in bwi_rf_set_nrssi_ofs_11g() local
1838 bzero(&gains, sizeof(gains)); in bwi_rf_set_nrssi_ofs_11g()
1839 gains.tbl_gain1 = 3; in bwi_rf_set_nrssi_ofs_11g()
1840 gains.tbl_gain2 = 0; in bwi_rf_set_nrssi_ofs_11g()
1841 gains.phy_gain = 1; in bwi_rf_set_nrssi_ofs_11g()
1842 bwi_set_gains(mac, &gains); in bwi_rf_set_nrssi_ofs_11g()
1925 struct bwi_gains gains; in bwi_rf_calc_nrssi_slope_11g() local
1975 bzero(&gains, sizeof(gains)); in bwi_rf_calc_nrssi_slope_11g()
1976 gains.tbl_gain1 = 0; in bwi_rf_calc_nrssi_slope_11g()
[all …]
/freebsd/sys/sys/
H A Dpidctrl.h50 * inexpensive to execute. There is no floating point and so the gains must
80 * Actual gains are 1/divisor. Gains interact in complex ways with the
/freebsd/sys/kern/
H A Dsubr_pidctrl.c91 /* Fetch gains and prevent divide by zero. */ in pidctrl_classic()
134 /* Fetch gains and prevent divide by zero. */ in pidctrl_daemon()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7779.yaml17 allowing gains of 1, 2, 4, and 8 to map lower amplitude sensor
/freebsd/sys/contrib/zstd/
H A DREADME.md104 These compression gains are achieved while simultaneously providing _faster_ compression and decomp…
108 Dictionary gains are mostly effective in the first few KB. Then, the compression algorithm will gra…
H A DCONTRIBUTING.md194 2. The distinction between noise and actual performance gains can unfortunately be very subtle
304 Say you have an idea for a change that you think will provide some good performance gains
/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac_private.h38 * be removed someday if this file gains another always-present
H A Darchive_read_open.3193 performance gains when reading uncompressed
H A Darchive_cryptor_private.h38 * be removed someday if this file gains another always-present
H A Darchive_hmac.c40 * be removed someday if this file gains another always-present
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.cpp78 // ICache footprint maybe), compared to the gains everywhere else. in initializeProperties()
/freebsd/share/doc/smm/18.net/
H A De.t122 supports larger sized packets, even greater gains
/freebsd/contrib/ntp/ntpq/
H A Dntpq.h29 * afterward. While the lossless case gains only marginally with
/freebsd/lib/libc/xdr/
H A Dxdr_stdio.c168 * most of the gains to be had here and require storage in xdrstdio_inline()
/freebsd/crypto/krb5/src/lib/rpc/
H A Dxdr_stdio.c168 * most of the gains to be had here and require storage in xdrstdio_inline()
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-mount-generator.8.in122 flag is set, the mount unit gains a reverse-dependency for
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-make-request-fn.m4118 dnl # struct queue_limits gains a 'features' field,
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md114 These compression gains are achieved while simultaneously providing faster compression and decompre…
117 Dictionary gains are mostly effective in the first few KB. Then, the compression algorithm
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DREADME.md256 `llvm_blake3_hasher_init` or similar again. However, if this implementation gains
/freebsd/usr.sbin/nfsd/
H A Dnfsv4.4237 delegations is limited, so performance gains may not be observed.
/freebsd/sys/dev/mii/
H A Dmii_fdt.c55 * and to avoid problems if the enum gains new types that aren't in the FDT
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc299 // since a process automatically gains access to all processor groups.
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h303 uint16_t numPdGains; /* # Pd Gains per channel */

123