/freebsd/sys/net/altq/ |
H A D | altq_hfsc.h | 46 u_int m1; /* slope of the first segment in bits/sec */ 48 u_int m2; /* slope of the second segment in bits/sec */ 52 u_int64_t m1; /* slope of the first segment in bits/sec */ 54 u_int64_t m2; /* slope of the second segment in bits/sec */ 181 * the slope values are scaled to avoid overflow. 182 * the inverse slope values as well as the y-projection of the 1st 193 u_int64_t sm1; /* scaled slope of the 1st segment */ 194 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */ 197 u_int64_t sm2; /* scaled slope of the 2nd segment */ 198 u_int64_t ism2; /* scaled inverse-slope of the 2nd segment */ [all …]
|
/freebsd/usr.bin/beep/ |
H A D | beep.c | 156 size_t slope; in main() local 232 /* compute slope duration in samples */ in main() 233 slope = (DURATION_MIN * sample_rate) / 2000; in main() 249 if (off < slope) in main() 250 sample = sample * off / (float)slope; in main() 251 else if (off > (size - slope)) in main() 252 sample = sample * (size - off - 1) / (float)slope; in main()
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9287_olc.c | 68 int32_t delta, currPDADC, slope; in ar9287olcTemperatureCompensation() local 86 slope = val; in ar9287olcTemperatureCompensation() 88 if (slope == 0) { /* to avoid divide by zero case */ in ar9287olcTemperatureCompensation() 91 delta = ((currPDADC - AH5416(ah)->initPDADC)*4) / slope; in ar9287olcTemperatureCompensation()
|
/freebsd/sys/net/ |
H A D | sff8472.h | 236 SFF_8472_TX_I_SLOPE = 76, /* Tx_I(Slope) Fixed decimal 240 * is LSB. Tx_I(Slope) should be 251 SFF_8472_TX_POWER_SLOPE = 80, /* Tx_PWR(Slope) Fixed decimal 256 * Tx_PWR(Slope) should be set to 1 267 SFF_8472_T_SLOPE = 84, /* T (Slope) Fixed decimal 271 * byte 85 is LSB. T(Slope) should 282 SFF_8472_V_SLOPE = 88, /* V (Slope) Fixed decimal 287 * LSB. V(Slope) should be set to 1
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_altq.h | 61 u_int rtsc_m1; /* slope of the 1st segment in bps */ 63 u_int rtsc_m2; /* slope of the 2nd segment in bps */ 77 u_int64_t rtsc_m1; /* slope of the 1st segment in bps */ 79 u_int64_t rtsc_m2; /* slope of the 2nd segment in bps */
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | etf.S | 8 slope<-r$coef[[2]] * 1000 11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, appen…
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | eeprom.c | 452 u16 val, slope; in mt76x2_get_temp_comp() local 466 slope = mt76x02_eeprom_get(dev, MT_EE_RF_TEMP_COMP_SLOPE_5G); in mt76x2_get_temp_comp() 469 slope = mt76x02_eeprom_get(dev, MT_EE_RF_TEMP_COMP_SLOPE_2G); in mt76x2_get_temp_comp() 474 t->high_slope = slope & 0xff; in mt76x2_get_temp_comp() 475 t->low_slope = slope >> 8; in mt76x2_get_temp_comp()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 162 struct node_queue_bw m1; /* slope of 1st segment; bps */ 164 struct node_queue_bw m2; /* slope of 2nd segment; bps */ 176 struct node_queue_bw m1; /* slope of 1st segment; bps */ 178 struct node_queue_bw m2; /* slope of 2nd segment; bps */
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | zx2967-thermal.txt | 13 Please note: slope coefficient defined in thermal-zones section need to be 52 * slope need to be multiplied by 1000.
|
/freebsd/sys/kern/ |
H A D | subr_clockcalib.c | 56 * the clock we're calibrating and the reference clock; the slope of in clockcalib() 72 * 1. slope of regression line = covariance(x, y) / variance(x) in clockcalib() 73 * 2. (relative uncertainty in slope)^2 = in clockcalib()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | measure | 19 >17 lefloat x slope %f
|
/freebsd/lib/libvgl/ |
H A D | simple.c | 192 /* decide increment sign by the slope sign */ in VGLLine() 231 if (incr2 < 0) { /* slope less than 1/2 */ in VGLLine() 296 /* end slope < 1/2 */ in VGLLine() 297 else { /* slope greater than 1/2 */ in VGLLine()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | temperature-transducer.yaml | 80 Sometimes referred to as output gain, slope, or temperature coefficient.
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | idle-states.yaml | 152 The graph curve with X-axis values = { x | 0 < x < 1ms } has a steep slope 156 shallower slope and essentially represents the energy consumption of the idle 201 However, the lower power consumption (i.e. shallower energy curve slope) of
|
/freebsd/contrib/ntp/html/ |
H A D | huffpuff.html | 21 …ponding to the measured delay and offset, and that the limb lines are at slope ±0.5. Note …
|
H A D | filter.html | 19 …e best samples are those at the lowest delay. There are two limb lines at slope ±0.5, repre…
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 172 The graph curve with X-axis values = { x | 0 < x < 1ms } has a steep slope 176 shallower slope and essentially represents the energy consumption of the idle 221 However, the lower power consumption (i.e. shallower energy curve slope) of
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qm_portal_fqr.c | 1413 uint32_t ma=0, mn=0, slope, sa=0, sn=0, pn; in CalcWredCurve() local 1465 slope = maxP*pres/(p_WredCurve->maxTh - p_WredCurve->minTh); in CalcWredCurve() 1466 /* express slope as sa/2^sn */ in CalcWredCurve() 1467 gap = (int)slope; in CalcWredCurve() 1471 tmp = ABS((int)(slope - tmpA/(1UL<<(tmpN%32)))); in CalcWredCurve()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 404 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ in ar5212Reset() 785 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ in ar5212ChannelChange() 1924 * Delta slope coefficient computation.
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 256 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ in ar5416Reset() 552 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ 825 * Delta slope coefficient computation.
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_reset.c | 326 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ in ar5312Reset()
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 161 0x31 Slope
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | wordset_4k.c | 3326 "slope",
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_queue.c | 366 * slope = (max_writes - min_writes) / (max_bytes - min_bytes) in vdev_queue_max_async_writes()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_calendar.c | 1747 * where the slope a must hold to 1751 * and b must be chosen according to the selected slope and the number
|