Symbol: abs
crypto/heimdal/kdc/digest.c
608
if (abs((kdc_time & 0xffffffff) - t) > context->max_skew) {
crypto/heimdal/kdc/kerberos5.c
1299
if (abs(kdc_time - p.patimestamp) > context->max_skew) {
crypto/heimdal/kdc/kerberos5.c
1310
(unsigned)abs(kdc_time - p.patimestamp),
crypto/heimdal/kdc/pkinit.c
104
if (a->ctime == 0 || abs(a->ctime - now) > context->max_skew) {
crypto/heimdal/kdc/pkinit.c
126
if (a->ctime == 0 || abs(a->ctime - now) > context->max_skew) {
crypto/heimdal/kuser/kinit.c
583
if(abs(cred.times.endtime - cred.times.starttime - ticket_life) > 30) {
crypto/heimdal/kuser/kinit.c
591
if(abs(cred.times.renew_till - cred.times.starttime - renew) > 30) {
crypto/heimdal/lib/krb5/init_creds_pw.c
314
switch (abs(lr->val[i].lr_type)) {
crypto/heimdal/lib/krb5/rd_cred.c
225
abs(*enc_krb_cred_part.timestamp - sec)
crypto/heimdal/lib/krb5/rd_priv.c
139
abs(*part.timestamp - sec) > context->max_skew) {
crypto/heimdal/lib/krb5/rd_req.c
444
if (abs(ac->authenticator->ctime - now) > context->max_skew) {
crypto/heimdal/lib/krb5/rd_safe.c
162
abs(*safe.safe_body.timestamp - sec) > context->max_skew) {
crypto/heimdal/lib/krb5/test_time.c
57
diff2 = abs(sec - tv.tv_sec);
crypto/heimdal/lib/krb5/test_time.c
61
abs(sec - tv.tv_sec));
crypto/heimdal/lib/krb5/ticket.c
779
&& abs(tmp_time - sec_now) > context->max_skew) {
crypto/heimdal/lib/krb5/ticket.c
783
abs(tmp_time - sec_now),
crypto/heimdal/lib/ntlm/ntlm.c
1664
if (abs((int)(authtime - now)) > authtimediff) {
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
167
uint32_t abs = abs_mod_prime(c);
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
169
*mx = maximum(*mx, abs);
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
180
uint32_t abs = abs_signed(c);
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
182
*mx = maximum(*mx, abs);
crypto/openssl/test/ct_test.c
484
if (!TEST_time_t_le(abs((int)difftime(time(NULL), default_time)),
include/stdlib.h
85
int abs(int) __pure2;
lib/libsys/__vdso_gettimeofday.c
60
binuptime(struct bintime *bt, struct vdso_timekeep *tk, bool abs)
lib/libsys/__vdso_gettimeofday.c
94
if (abs)
lib/msun/tests/rem_test.c
155
q = abs(q);
lib/msun/tests/rem_test.c
156
ATF_CHECK(q == (abs(expected_quo) & mask(q)));
lib/msun/tests/rem_test.c
177
q = abs(q);
lib/msun/tests/rem_test.c
178
ATF_CHECK(q == (abs(expected_quo) & mask(q)));
lib/msun/tests/rem_test.c
199
q = abs(q);
lib/msun/tests/rem_test.c
200
ATF_CHECK((q & mask(q)) == (abs(expected_quo) & mask(q)));
libexec/rtld-elf/powerpc/reloc.c
554
if (abs((int)offset) < 32*1024*1024) { /* inside 32MB? */
stand/libsa/stand.h
392
extern int abs(int a);
sys/arm/freescale/imx/imx6_anatop.c
266
d = abs((int)cpu_newmhz - (int)imx6_oppt_table[i].mhz);
sys/arm/freescale/imx/imx6_ipu.c
635
delta = abs(reference/i - freq);
sys/arm/nvidia/drm2/tegra_hdmi.c
490
better_n = abs(n - ideal_n) < abs((int)(*best_n) - ideal_n);
sys/arm/ti/am335x/am335x_lcd.c
250
delta = abs(reference/i - freq);
sys/arm/ti/clk/ti_clk_dpll.c
127
if (abs(*fout - cur) < abs(*fout - best)) {
sys/arm64/freescale/imx/clk/imx_clk_composite.c
176
if (diff <= 0 && abs(diff) < best_diff) {
sys/arm64/freescale/imx/clk/imx_clk_composite.c
183
if (abs(diff) < best_diff) {
sys/arm64/freescale/imx/clk/imx_clk_composite.c
184
best_diff = abs(diff);
sys/arm64/freescale/imx/clk/imx_clk_composite.c
231
diff = abs((int64_t)*fout - (int64_t)cur);
sys/compat/linuxkpi/common/include/linux/net_dim.h
251
(((100UL * abs((val) - (ref))) / (ref)) > 10) /* more than 10%
sys/dev/acpica/acpi_thermal.c
56
#define TZ_KELVTOC(x) (((x) - TZ_ZEROC) / 10), abs(((x) - TZ_ZEROC) % 10)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1846
if (abs(pList[i] * EEP_SCALE - (int32_t) target) < EEP_DELTA) {
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
776
if ((abs(cur_vit_mask - bin)) < 75) {
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
782
mask_m[abs(cur_vit_mask / 100)] = mask_amt;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
766
if ((abs(cur_vit_mask - bin)) < 75) {
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
772
mask_m[abs(cur_vit_mask / 100)] = mask_amt;
sys/dev/atkbdc/psm.c
3193
(abs(*x) > 191) && MOUSE_PS2PLUS_CHECKBITS(pb->ipacket)) {
sys/dev/atkbdc/psm.c
3950
dxp = abs(x0 - start_x);
sys/dev/atkbdc/psm.c
3951
dyp = abs(y0 - start_y);
sys/dev/atkbdc/psm.c
4014
dx = abs(smoother->queue[smoother->queue_cursor].x -
sys/dev/atkbdc/psm.c
4016
dy = abs(smoother->queue[smoother->queue_cursor].y -
sys/dev/atkbdc/psm.c
4288
dxp = abs(x0 - smoother->queue[peer].x) + 1;
sys/dev/atkbdc/psm.c
4289
dyp = abs(y0 - smoother->queue[peer].y) + 1;
sys/dev/bwi/bwimac.c
811
if (abs(rf->rf_base_tssi - rf->rf_idle_tssi) >= 20) {
sys/dev/bwi/bwirf.c
1061
d = abs(q - f);
sys/dev/bwi/bwirf.c
1607
if (abs(lo.ctrl_lo) < 9 && abs(lo.ctrl_hi) < 9) {
sys/dev/bwn/if_bwn_phy_g.c
2035
pga = abs(10 - lb_gain) / 6;
sys/dev/bwn/if_bwn_phy_g.c
211
delta = abs(q - f);
sys/dev/bwn/if_bwn_phy_g.c
2408
(abs(test.i) <= 16 && abs(test.q) <= 16)) {
sys/dev/bwn/if_bwn_phy_lp.c
3696
for (tmp = abs(val); tmp != 0; tmp >>= 1)
sys/dev/clk/allwinner/aw_clk_frac.c
173
if (abs((fout - cur)) < abs((fout - best))) {
sys/dev/clk/allwinner/aw_clk_frac.c
229
if (abs(((*fout * multiple) - cur)) < abs(((*fout * multiple) - best))) {
sys/dev/clk/allwinner/aw_clk_m.c
147
if (abs(*fout - cur) < abs(*fout - best)) {
sys/dev/clk/allwinner/aw_clk_nmm.c
122
if (abs(*fout - cur) < abs(*fout - best)) {
sys/dev/clk/allwinner/aw_clk_np.c
116
if (abs(*fout - cur) < abs(*fout - best)) {
sys/dev/cyapa/cyapa.c
1592
if (abs(sc->delta_y) > sc->cap_resy / 2 ||
sys/dev/cyapa/cyapa.c
1593
abs(sc->delta_x) > sc->cap_resx / 2) {
sys/dev/drm2/drm_edid.c
486
#define MODE_REFRESH_DIFF(m,r) (abs((m)->vrefresh - target_refresh))
sys/dev/evdev/evdev.c
737
abs_change = abs(*value - old_value);
sys/dev/evdev/input.h
101
#define EVIOCGABS(abs) _IOR(EVDEV_IOC_MAGIC, 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
sys/dev/evdev/input.h
102
#define EVIOCSABS(abs) _IOW(EVDEV_IOC_MAGIC, 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */
sys/dev/hid/hcons.c
249
for (nrepeats = abs(ctx.data); nrepeats > 0; nrepeats--) {
sys/dev/iicbus/pmic/silergy/sy8106a.c
165
(abs(cur_uvolt - min_uvolt) / SEL_VOLTAGE_STEP);
sys/dev/iicbus/pmic/silergy/syr827.c
147
(abs(cur_uvolt - min_uvolt) / VSEL_VOLTAGE_STEP);
sys/dev/iwn/if_iwn.c
5663
if (abs(temp - sc->temp) >= 3) {
sys/dev/iwn/if_iwn.c
5719
if (abs(vdiff) > 2)
sys/dev/iwn/if_iwn.c
6133
cmd.gain[i] = MIN(abs(delta), 3);
sys/dev/iwn/if_iwn.c
6169
cmd.gain[i - 1] = MIN(abs(delta), 3);
sys/dev/pwm/pwm_backlight.c
199
if (diff < abs((percent - sc->levels[i])))
sys/dev/qat/qat_api/common/compression/dc_datapath.c
55
absError = abs(dcError);
sys/dev/qat/qat_api/common/compression/dc_datapath.c
66
absError = abs(dcError);
sys/dev/qlnx/qlnxe/ecore_dev.c
6538
USTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_dev.c
6578
XSTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1093
p_ramrod->vport_id = p_cid->abs.vport_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
1095
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1139
p_ramrod->vport_id = p_cid->abs.vport_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
1141
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1174
p_ramrod->vport_id = p_cid->abs.vport_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
1175
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1233
p_ramrod->vport_id = p_cid->abs.vport_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
1237
p_ramrod->stats_counter_id = p_cid->abs.stats_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
1239
p_ramrod->queue_zone_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1240
p_ramrod->same_as_last_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
2267
USTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
2303
XSTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
265
p_cid->abs = p_cid->rel;
sys/dev/qlnx/qlnxe/ecore_l2.c
274
rc = ecore_fw_vport(p_hwfn, p_cid->rel.vport_id, &p_cid->abs.vport_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
279
&p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
288
&p_cid->abs.stats_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
292
p_cid->abs.stats_id = p_cid->rel.stats_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
309
p_cid->rel.vport_id, p_cid->abs.vport_id,
sys/dev/qlnx/qlnxe/ecore_l2.c
311
p_cid->abs.queue_id,
sys/dev/qlnx/qlnxe/ecore_l2.c
312
p_cid->rel.stats_id, p_cid->abs.stats_id,
sys/dev/qlnx/qlnxe/ecore_l2.c
568
OSAL_CPU_TO_LE16(p_queue->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
938
p_cid->opaque_fid, p_cid->cid, p_cid->abs.queue_id,
sys/dev/qlnx/qlnxe/ecore_l2.c
939
p_cid->abs.vport_id, p_cid->sb_igu_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
957
p_ramrod->vport_id = p_cid->abs.vport_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
958
p_ramrod->stats_counter_id = p_cid->abs.stats_id;
sys/dev/qlnx/qlnxe/ecore_l2.c
959
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
997
MSTORM_ETH_PF_PRODS_OFFSET(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.h
77
struct ecore_queue_cid_params abs;
sys/dev/rtwn/if_rtwn_calib.c
88
} else if (abs(temp - sc->thcal_temp) > sc->temp_delta) {
sys/dev/rtwn/if_rtwn_rx.c
270
if (abs(tsfl0 - tsfl) < abs(tsfl1 - tsfl)) {
sys/dev/rtwn/rtl8188e/r88e_calib.c
300
tx_ok = (abs(tx1[i] - tx2[i]) <= RTWN_IQ_CAL_MAX_TOLERANCE);
sys/dev/rtwn/rtl8188e/r88e_calib.c
301
rx_ok = (abs(rx1[i] - rx2[i]) <= RTWN_IQ_CAL_MAX_TOLERANCE);
sys/dev/rtwn/rtl8192c/pci/r92ce_calib.c
295
tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <=
sys/dev/rtwn/rtl8192c/pci/r92ce_calib.c
298
rx_ok[chain] = (abs(rx1[chain][i] - rx2[chain][i]) <=
sys/dev/rtwn/rtl8192c/r92c_calib.c
314
tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <=
sys/dev/rtwn/rtl8192c/r92c_calib.c
317
rx_ok[chain] = (abs(rx1[chain][i] - rx2[chain][i]) <=
sys/dev/scc/scc_core.c
124
size = abs(cl->cl_range) << sc->sc_bas.regshft;
sys/dev/scc/scc_core.c
371
size = abs(cl->cl_range) << regshft;
sys/dev/sdhci/sdhci_fsl_fdt.c
1149
abs(wnd_start - wnd_end) <= (4 * sc->div_ratio + 2)) {
sys/dev/sdhci/sdhci_fsl_fdt.c
1277
abs(wnd_start - wnd_end) > (4 * sc->div_ratio + 2)) {
sys/dev/sound/pci/envy24.c
1699
if (abs(val - speed) < abs(prev - speed))
sys/dev/sound/pci/envy24.c
1726
if (abs(size - blocksize) < abs(prev - blocksize))
sys/dev/sound/pci/envy24ht.c
1610
if (abs(val - speed) < abs(prev - speed))
sys/dev/sound/pci/envy24ht.c
1637
if (abs(size - blocksize) < abs(prev - blocksize))
sys/dev/sound/pcm/feeder_eq.c
444
FEEDEQ_PREAMP_SIGNMARK(i), abs(i));
sys/dev/sound/pcm/feeder_eq.c
450
FEEDEQ_PREAMP_SIGNMARK(i), abs(i), f);
sys/dev/sound/pcm/feeder_eq.c
63
#define FEEDEQ_PREAMP_IPART(x) (abs(x) >> FEEDEQ_GAIN_SHIFT)
sys/dev/sound/pcm/feeder_eq.c
64
#define FEEDEQ_PREAMP_FPART(x) (abs(x) & FEEDEQ_GAIN_FMASK)
sys/dev/sound/pcm/feeder_eq.c
76
((abs(i) << FEEDEQ_GAIN_SHIFT) | \
sys/dev/sound/pcm/feeder_eq.c
77
(((abs(f) / FEEDEQ_GAIN_STEP) * FEEDEQ_GAIN_STEP) & \
sys/dev/speaker/spkr.c
265
if (abs(pitch-lastpitch) > abs(pitch+OCTAVE_NOTES -
sys/dev/speaker/spkr.c
271
if (abs(pitch-lastpitch) > abs((pitch-OCTAVE_NOTES) -
sys/dev/syscons/scvgarndr.c
430
v = (wb * abs(mdpp[i]->md_baspect - aspect) +
sys/dev/syscons/scvgarndr.c
431
wi * abs(mdpp[i]->md_iaspect - aspect)) / aspect;
sys/dev/usb/input/atp.c
1353
if (abs(delta_mickeys) > (int)FG_MAX_DELTA_MICKEYS)
sys/dev/usb/input/atp.c
1541
repeat_count = abs(n_xpspans - n_ypspans);
sys/dev/usb/input/atp.c
1744
repeat_count = abs(nspans[X] - nspans[Y]);
sys/dev/usb/input/atp.c
1824
if ((abs(strokep->cum_movement_x) > atp_slide_min_movement) ||
sys/dev/usb/input/atp.c
1825
(abs(strokep->cum_movement_y) > atp_slide_min_movement))
sys/dev/usb/input/atp.c
1845
return (((u_int)abs(strokep->instantaneous_dx) <=
sys/dev/usb/input/atp.c
1847
((u_int)abs(strokep->instantaneous_dy) <=
sys/dev/usb/input/atp.c
1864
if (abs((P)) <= atp_small_movement_threshold) \
sys/dev/usb/input/atp.c
1945
if ((abs(strokep->instantaneous_dx) >= ATP_FAST_MOVEMENT_TRESHOLD) ||
sys/dev/usb/input/atp.c
1946
(abs(strokep->instantaneous_dy) >= ATP_FAST_MOVEMENT_TRESHOLD)) {
sys/dev/usb/input/atp.c
1992
if (abs(strokep->cum_movement_x) < atp_slide_min_movement)
sys/dev/usb/input/atp.c
1996
return (abs(strokep->cum_movement_x / strokep->cum_movement_y) >= 4);
sys/dev/usb/input/atp.c
2002
if (abs(strokep->cum_movement_y) < atp_slide_min_movement)
sys/dev/usb/input/atp.c
2006
return (abs(strokep->cum_movement_y / strokep->cum_movement_x) >= 4);
sys/dev/usb/input/wsp.c
1078
abs(sc->pos_x[0] - sc->pos_x[1]),
sys/dev/usb/input/wsp.c
1079
abs(sc->pos_y[0] - sc->pos_y[1])));
sys/dev/usb/input/wsp.c
1089
if (sc->distance < tun.max_double_tap_distance && abs(sc->dx_sum) < 5 &&
sys/dev/usb/input/wsp.c
1090
abs(sc->dy_sum) < 5)
sys/dev/usb/input/wsp.c
1152
if (sc->distance < tun.max_double_tap_distance && abs(sc->dx_sum) < 5 &&
sys/dev/usb/input/wsp.c
1153
abs(sc->dy_sum) < 5) {
sys/dev/usb/input/wsp.c
1225
abs(sc->dx_sum) < 1 && abs(sc->dy_sum) < 1 )
sys/dev/usb/input/wsp.c
1241
if ((abs(sc->index[0]->rel_x) + abs(sc->index[0]->rel_y)) <
sys/dev/usb/input/wsp.c
1242
(abs(sc->index[1]->rel_x) + abs(sc->index[1]->rel_y)) &&
sys/dev/usb/input/wsp.c
1248
if ((abs(sc->index[0]->rel_x) + abs(sc->index[0]->rel_y)) >=
sys/dev/usb/input/wsp.c
1249
(abs(sc->index[1]->rel_x) + abs(sc->index[1]->rel_y)) &&
sys/dev/usb/input/wsp.c
1286
if (sc->scr_mode == WSP_SCR_NONE && abs(sc->dx_sum) + abs(sc->dy_sum) > tun.scr_threshold)
sys/dev/usb/input/wsp.c
1287
sc->scr_mode = abs(sc->dx_sum) > abs(sc->dy_sum) * 2 ? WSP_SCR_HOR : WSP_SCR_VER;
sys/dev/usb/input/wsp.c
1328
abs(dx) < 3 && abs(dy) < 3 && abs(dz) < 3)
sys/dev/videomode/pickmode.c
168
rtemp = abs(refresh -
sys/dev/videomode/pickmode.c
178
if (abs(abest - atemp) > (abest / 8) &&
sys/dev/videomode/pickmode.c
179
abs(aspect - atemp) < abs(aspect - abest)) {
sys/dev/videomode/pickmode.c
184
abs(abest - atemp) <= (abest / 8)) {
sys/dev/videomode/pickmode.c
78
diff = abs(mref - refresh);
sys/dev/wpi/if_wpi.c
3664
if (abs(temp - sc->temp) <= 6)
sys/geom/label/g_label_ufs.c
54
( abs( ((fsys)->size) - ( (prov)->mediasize / (fsys)->fs_fsize )) \
sys/kern/kern_cpu.c
553
diff = abs(levels[i].total_set.freq - rate);
sys/kern/kern_cpu.c
981
diff = abs(levels[i].total_set.freq - freq);
sys/net80211/ieee80211_ht.c
2042
if (ni->ni_vht_chan2 > 0 && abs(ni->ni_vht_chan2 - ni->ni_vht_chan1) == 8)
sys/net80211/ieee80211_ht.c
2046
if (ni->ni_vht_chan2 > 0 && abs(ni->ni_vht_chan2 - ni->ni_vht_chan1) > 16)
sys/net80211/ieee80211_scan_sta.c
885
if (abs(weight) > 1)
sys/net80211/ieee80211_scan_sta.c
898
if (abs(rssib - rssia) < 5) {
sys/netgraph/ng_vlan_rotate.c
252
(abs(pcf->rot) >= pcf->max)) {
sys/netgraph/ng_vlan_rotate.c
431
if ((vlans < vrp->conf.min) || (vlans <= abs(rotate))) {
sys/netinet/in_fib_dxr.c
956
abs(fls(da->prefixes) - fls(da->trie_rebuilt_prefixes)) > 1)
sys/powerpc/amigaone/cpld_a1222.c
271
} while (abs(rpm - old) > 10);
sys/powerpc/amigaone/cpld_x5000.c
215
} while (abs(rpm - old) > 10);
sys/rpc/clnt_dg.c
616
error = abs(error) - rt->rt_deviate;
sys/sys/cpu.h
193
#define CPUFREQ_CMP(x, y) (abs((x) - (y)) < 25)
sys/x86/cpufreq/powernow.c
389
while (abs(vco_fid - vco_cfid) > 2) {
sys/x86/cpufreq/powernow.c
736
if (abs(sc->fsb - pst->fsb) > 5)
tools/regression/posixsem/posixsem.c
57
#define ELAPSED(elapsed, limit) (abs((elapsed) - (limit)) < 100)
tools/tools/ath/athrd/athrd.c
1304
if (abs(lp[0] * EEP_SCALE - target) < EEP_DELTA) {
tools/tools/netmap/pkt-gen.c
2442
double bw, raw_bw, pps, abs;
tools/tools/netmap/pkt-gen.c
2465
abs = cur->pkts / (double)(cur->events);
tools/tools/netmap/pkt-gen.c
2468
norm(b1, pps, normalize), norm(b2, bw, normalize), norm(b3, raw_bw, normalize), abs);
tools/tools/netmap/pkt-gen.c
2723
double abs;
tools/tools/netmap/pkt-gen.c
2747
abs = (x.events > 0) ? (x.pkts / (double) x.events) : 0;
tools/tools/netmap/pkt-gen.c
2785
abs, (int)cur.min_space);
usr.bin/gprof/gprof.c
281
histcounter_size = abs(histcounter_type) / CHAR_BIT;
usr.bin/locate/locate/util.c
234
i_min, abs(i) < abs(hi) ? i : hi, i_max);
usr.bin/locate/locate/util.c
261
i_min, abs(word) < abs(hword) ? word : hword, i_max);
usr.bin/top/username.c
49
#define hashit(i) (abs(i) % Table_size)
usr.bin/usbhidaction/usbhidaction.c
229
(abs(cmd->lastused - val) >= cmd->debounce))) {
usr.sbin/apmd/apmd.c
226
if (abs(direction) != 1) /* nonsense direction value */
usr.sbin/apmd/apmd.c
237
we->level = abs(level);
usr.sbin/bhyve/pci_virtio_input.c
116
struct vtinput_absinfo abs;
usr.sbin/bhyve/pci_virtio_input.c
375
struct input_absinfo abs;
usr.sbin/bhyve/pci_virtio_input.c
376
if (ioctl(sc->vsc_fd, EVIOCGABS(sc->vsc_config.subsel), &abs) < 0) {
usr.sbin/bhyve/pci_virtio_input.c
381
sc->vsc_config.u.abs.min = abs.minimum;
usr.sbin/bhyve/pci_virtio_input.c
382
sc->vsc_config.u.abs.max = abs.maximum;
usr.sbin/bhyve/pci_virtio_input.c
383
sc->vsc_config.u.abs.fuzz = abs.fuzz;
usr.sbin/bhyve/pci_virtio_input.c
384
sc->vsc_config.u.abs.flat = abs.flat;
usr.sbin/bhyve/pci_virtio_input.c
385
sc->vsc_config.u.abs.res = abs.resolution;
usr.sbin/moused/moused/moused.c
2163
if (abs(dx) > abs(ev->dx))
usr.sbin/moused/moused/moused.c
2173
if (abs(dy) > abs(ev->dy))
usr.sbin/moused/moused/moused.c
2390
if ((u_int)abs(sc->movement) > sc->threshold)
usr.sbin/moused/moused/moused.c
2395
if ((u_int)abs(sc->hmovement) > sc->threshold)
usr.sbin/moused/moused/moused.c
2460
if ((u_int)abs(drift->last.x) + abs(drift->last.y) > drift->distance) {
usr.sbin/moused/moused/moused.c
2969
dx = abs(x0 - start_x);
usr.sbin/moused/moused/moused.c
2970
dy = abs(y0 - start_y);
usr.sbin/moused/msconvd/msconvd.c
1665
&& (abs(act->dx) > 191)
usr.sbin/ntp/config.h
1912
#define NONEMPTY_TRANSLATION_UNIT extern int abs(int);
usr.sbin/rtprio/rtprio.c
110
proc = abs(proc);
usr.sbin/rtprio/rtprio.c
70
proc = abs(proc);