Home
last modified time | relevance | path

Searched refs:max_adj (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0034-Do-not-start-overshooting-for-legacy-mouse-scroll-ev.patch51 … gdouble max_adj = gtk_adjustment_get_upper (adj) - gtk_adjustment_get_page_size (adj);
53 - gtk_adjustment_get_value (adj) > max_adj - 1.0)
56 + gtk_adjustment_get_value (adj) > max_adj - 1.0))
63 … gdouble max_adj = gtk_adjustment_get_upper (adj) - gtk_adjustment_get_page_size (adj);
65 - gtk_adjustment_get_value (adj) > max_adj - 1.0)
68 + gtk_adjustment_get_value (adj) > max_adj - 1.0))
H A D0023-Improve-overshooting-behavior.patch90 + gdouble max_adj = gtk_adjustment_get_upper (adj) - gtk_adjustment_get_page_size (adj…
92 + gtk_adjustment_get_value (adj) > max_adj - 1.0)
122 + gdouble max_adj = gtk_adjustment_get_upper (adj) - gtk_adjustment_get_page_size (adj…
124 + gtk_adjustment_get_value (adj) > max_adj - 1.0)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ptp/
H A Dptp_qoriq.c317 .max_adj = 512000,
384 u64 max_adj; in ptp_qoriq_auto_config() local
426 max_adj = 1000000000ULL * (clk_src - nominal_freq); in ptp_qoriq_auto_config()
427 max_adj = div_u64(max_adj, nominal_freq) - 1; in ptp_qoriq_auto_config()
428 ptp_qoriq->caps.max_adj = max_adj; in ptp_qoriq_auto_config()
471 "fsl,max-adj", &ptp_qoriq->caps.max_adj) || in ptp_qoriq_init()
H A Dptp_dte.c153 if (abs(ppb) > ptp_dte->caps.max_adj) { in ptp_dte_adjfreq()
228 .max_adj = 50000000,
H A Dptp_vmw.c80 .max_adj = 0,
H A Dptp_kvm_common.c114 .max_adj = 0,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ptp/
H A Dptp_qoriq.c317 .max_adj = 512000,
384 u64 max_adj; in ptp_qoriq_auto_config() local
426 max_adj = 1000000000ULL * (clk_src - nominal_freq); in ptp_qoriq_auto_config()
427 max_adj = div_u64(max_adj, nominal_freq) - 1; in ptp_qoriq_auto_config()
428 ptp_qoriq->caps.max_adj = max_adj; in ptp_qoriq_auto_config()
471 "fsl,max-adj", &ptp_qoriq->caps.max_adj) || in ptp_qoriq_init()
H A Dptp_dte.c153 if (abs(ppb) > ptp_dte->caps.max_adj) { in ptp_dte_adjfreq()
228 .max_adj = 50000000,
H A Dptp_vmw.c80 .max_adj = 0,
H A Dptp_kvm_common.c114 .max_adj = 0,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ptp/
H A Dptp_qoriq.c317 .max_adj = 512000,
384 u64 max_adj; in ptp_qoriq_auto_config() local
426 max_adj = 1000000000ULL * (clk_src - nominal_freq); in ptp_qoriq_auto_config()
427 max_adj = div_u64(max_adj, nominal_freq) - 1; in ptp_qoriq_auto_config()
428 ptp_qoriq->caps.max_adj = max_adj; in ptp_qoriq_auto_config()
471 "fsl,max-adj", &ptp_qoriq->caps.max_adj) || in ptp_qoriq_init()
H A Dptp_dte.c153 if (abs(ppb) > ptp_dte->caps.max_adj) { in ptp_dte_adjfreq()
228 .max_adj = 50000000,
H A Dptp_vmw.c80 .max_adj = 0,
H A Dptp_kvm_common.c114 .max_adj = 0,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dptp.c36 if ((delta > ptp->max_adj) || (delta <= -1000000000)) in e1000e_phc_adjfreq()
303 adapter->ptp_clock_info.max_adj = 24000000 - 1; in e1000e_ptp_init()
309 adapter->ptp_clock_info.max_adj = 600000000 - 1; in e1000e_ptp_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dptp.c36 if ((delta > ptp->max_adj) || (delta <= -1000000000)) in e1000e_phc_adjfreq()
303 adapter->ptp_clock_info.max_adj = 24000000 - 1; in e1000e_ptp_init()
309 adapter->ptp_clock_info.max_adj = 600000000 - 1; in e1000e_ptp_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dptp.c36 if ((delta > ptp->max_adj) || (delta <= -1000000000)) in e1000e_phc_adjfreq()
303 adapter->ptp_clock_info.max_adj = 24000000 - 1; in e1000e_ptp_init()
309 adapter->ptp_clock_info.max_adj = 600000000 - 1; in e1000e_ptp_init()
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/exsid-builder/driver/
H A DexSID.c67 …clkdrift_t max_adj; ///< maximum number of SID clocks that can be encoded in final delay for read… member
91 .max_adj = XS_MAXADJ,
107 .max_adj = XSP_MAXADJ,
849 adj = xs->clkdrift % (xs->cst->max_adj+1); in exSID_clkdwrite()
945 adj = xs->clkdrift % (xs->cst->max_adj+1); // see clkdwrite() in exSID_clkdread()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/exsid-builder/driver/
H A DexSID.c67 …clkdrift_t max_adj; ///< maximum number of SID clocks that can be encoded in final delay for read… member
91 .max_adj = XS_MAXADJ,
107 .max_adj = XSP_MAXADJ,
849 adj = xs->clkdrift % (xs->cst->max_adj+1); in exSID_clkdwrite()
945 adj = xs->clkdrift % (xs->cst->max_adj+1); // see clkdwrite() in exSID_clkdread()
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DGeometry.h36 static constexpr unsigned max_adj = 4; variable
41 using AdjList = ArrayList<Point, max_adj, unsigned short>;
49 using AdjCoordList = ArrayList<CoordPoint, max_adj>;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c237 .max_adj = 62500000,
271 stmmac_ptp_clock_ops.max_adj = priv->plat->ptp_max_adj; in stmmac_ptp_register()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c237 .max_adj = 62500000,
271 stmmac_ptp_clock_ops.max_adj = priv->plat->ptp_max_adj; in stmmac_ptp_register()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c237 .max_adj = 62500000,
271 stmmac_ptp_clock_ops.max_adj = priv->plat->ptp_max_adj; in stmmac_ptp_register()
/dports/cad/openroad/OpenROAD-2.0/src/grt/src/fastroute/src/
H A DFastRoute.cpp786 int max_adj; in run() local
888 updateCongestionHistory(i, upType, stopDEC, max_adj); in run()
893 updateCongestionHistory(i, upType, stopDEC, max_adj); in run()
897 updateCongestionHistory(i, upType, stopDEC, max_adj); in run()
929 = std::max<float>(2.0 / (1 + log(maxOverflow + max_adj)), LOGIS_COF); in run()
975 if (past_cong < 200 && i > 30 && upType == 2 && max_adj <= 20) { in run()
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dptp_clock.h88 int max_adj; /* Maximum frequency adjustment in parts per billon. */ member

1234567