| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BalancedPartitioning.cpp | 230 // 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 D | bwiphy.c | 960 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 D | bwirf.c | 513 * 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 D | pidctrl.h | 50 * 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 D | subr_pidctrl.c | 91 /* 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 D | adi,ad7779.yaml | 17 allowing gains of 1, 2, 4, and 8 to map lower amplitude sensor
|
| /freebsd/sys/contrib/zstd/ |
| H A D | README.md | 104 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 D | CONTRIBUTING.md | 194 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 D | archive_hmac_private.h | 38 * be removed someday if this file gains another always-present
|
| H A D | archive_read_open.3 | 193 performance gains when reading uncompressed
|
| H A D | archive_cryptor_private.h | 38 * be removed someday if this file gains another always-present
|
| H A D | archive_hmac.c | 40 * be removed someday if this file gains another always-present
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchSubtarget.cpp | 78 // ICache footprint maybe), compared to the gains everywhere else. in initializeProperties()
|
| /freebsd/share/doc/smm/18.net/ |
| H A D | e.t | 122 supports larger sized packets, even greater gains
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.h | 29 * afterward. While the lossless case gains only marginally with
|
| /freebsd/lib/libc/xdr/ |
| H A D | xdr_stdio.c | 168 * most of the gains to be had here and require storage in xdrstdio_inline()
|
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | xdr_stdio.c | 168 * most of the gains to be had here and require storage in xdrstdio_inline()
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zfs-mount-generator.8.in | 122 flag is set, the mount unit gains a reverse-dependency for
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 118 dnl # struct queue_limits gains a 'features' field,
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | README.md | 114 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 D | README.md | 256 `llvm_blake3_hasher_init` or similar again. However, if this implementation gains
|
| /freebsd/usr.sbin/nfsd/ |
| H A D | nfsv4.4 | 237 delegations is limited, so performance gains may not be observed.
|
| /freebsd/sys/dev/mii/ |
| H A D | mii_fdt.c | 55 * 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 D | Threading.inc | 299 // since a process automatically gains access to all processor groups.
|
| /freebsd/sys/dev/ath/ath_hal/ |
| H A D | ah_eeprom_v3.h | 303 uint16_t numPdGains; /* # Pd Gains per channel */
|