Home
last modified time | relevance | path

Searched full:slope (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/sys/net/altq/
H A Daltq_hfsc.h46 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 Dbeep.c156 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 Dar9287_olc.c68 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 Dsff8472.h236 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 Dpf_altq.h61 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 Detf.S8 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 Deeprom.c452 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 Dpfctl_parser.h162 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 Dzx2967-thermal.txt13 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 Dsubr_clockcalib.c56 * 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 Dmeasure19 >17 lefloat x slope %f
/freebsd/lib/libvgl/
H A Dsimple.c192 /* 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 Dtemperature-transducer.yaml80 Sometimes referred to as output gain, slope, or temperature coefficient.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml152 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 Dhuffpuff.html21 …ponding to the measured delay and offset, and that the limb lines are at slope &plusmn;0.5. Note …
H A Dfilter.html19 …e best samples are those at the lowest delay. There are two limb lines at slope &plusmn;0.5, repre…
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Didle-states.yaml172 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 Dqm_portal_fqr.c1413 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 Dar5212_reset.c404 /* 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 Dar5416_reset.c256 /* 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 Dar5312_reset.c326 /* Write delta slope for OFDM enabled modes (A, G, Turbo) */ in ar5312Reset()
/freebsd/share/misc/
H A Dusb_hid_usages161 0x31 Slope
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dwordset_4k.c3326 "slope",
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c366 * slope = (max_writes - min_writes) / (max_bytes - min_bytes) in vdev_queue_max_async_writes()
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c1747 * where the slope a must hold to
1751 * and b must be chosen according to the selected slope and the number

12