Home
last modified time | relevance | path

Searched refs:tol (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Domap-cpufreq.c46 unsigned long freq, volt = 0, volt_old = 0, tol = 0; in omap_target() local
71 tol = volt * OPP_TOLERANCE / 100; in omap_target()
81 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target()
93 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp39 T tol; in hyp0F1() local
40 tol = ui_type(1); in hyp0F1()
41 eval_ldexp(tol, tol, 1 - boost::multiprecision::detail::digits2<number<T, et_on> >::value()); in hyp0F1()
42 eval_multiply(tol, result); in hyp0F1()
43 if(eval_get_sign(tol) < 0) in hyp0F1()
44 tol.negate(); in hyp0F1()
64 if(term.compare(tol) <= 0) in hyp0F1()
H A Dpow.hpp106 long tol = boost::multiprecision::detail::digits2<number<T, et_on> >::value(); in hyp0F0() local
114 eval_ldexp(lim, H0F0, 1 - tol); in hyp0F0()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D03-threads.patch5 Author: Daniel Rus Morales <danirus@tol-project.org>
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap3-devkit8000-lcd-common.dtsi66 ti,debounce-tol = /bits/ 16 <5>;
H A Dimx7d-pico-hobbit.dts77 ti,debounce-tol = /bits/ 16 <3>;
H A Dat91sam9261ek.dts170 ti,debounce-tol = /bits/ 16 <65535>;
H A Domap3-cm-t3x.dtsi241 ti,debounce-tol = /bits/ 16 <10>;
H A Dam57xx-cl-som-am57x.dts542 ti,debounce-tol = /bits/ 16 <10>;
H A Domap5-cm-t54.dts369 ti,debounce-tol = /bits/ 16 <10>;
/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.h122 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
H A Dlink.c2569 u32 tol; in tipc_nl_parse_link_prop() local
2571 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_parse_link_prop()
2572 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) in tipc_nl_parse_link_prop()
2846 void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, in tipc_link_set_tolerance() argument
2849 l->tolerance = tol; in tipc_link_set_tolerance()
2851 l->bc_rcvlink->tolerance = tol; in tipc_link_set_tolerance()
2853 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq); in tipc_link_set_tolerance()
H A Dnode.c601 unsigned long tol = tipc_link_tolerance(l); in tipc_node_calculate_timer() local
602 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer()
609 tipc_link_set_abort_limit(l, tol / n->keepalive_intv); in tipc_node_calculate_timer()
2420 u32 tol; in tipc_nl_node_set_link() local
2422 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); in tipc_nl_node_set_link()
2423 tipc_link_set_tolerance(link, tol, &xmitq); in tipc_nl_node_set_link()
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/ca.lproj/
H A DLocalizable.strings38 …tres mostrades per les aplicacions d’X11 pot ser que no tinguin barra de títol o que presentin un …
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dat91sam9261ek.dts140 ti,debounce-tol = /bits/ 16 <65535>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_details.qml631 function fuzzy_compare(val, ref, tol) {
633 if (tol !== undefined)
634 tolerance = tol
H A Dtst_map_item_fit_viewport.qml668 function fuzzy_compare(val, ref, tol) {
670 if (tol !== undefined)
671 tolerance = tol
H A Dtst_map_item.qml596 function fuzzy_compare(val, ref, tol) {
598 if (tol !== undefined)
599 tolerance = tol
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mcc.c3028 u16 bcns_offset = 0, diff = 0, tol = 0;/*tolerance*/ in _mcc_2_clients_tracking() local
3055 tol = CLIENTS_TRACKING_COURTESY_TH; in _mcc_2_clients_tracking()
3059 tol = CLIENTS_TRACKING_WORSECASE_TH; in _mcc_2_clients_tracking()
3064 tol = CLIENTS_TRACKING_CRITICAL_POINT_TH; in _mcc_2_clients_tracking()
3066 tol = m_pattern->tob_a - ((3 * EARLY_RX_BCN_T) / 2); in _mcc_2_clients_tracking()
3068 tol = CLIENTS_TRACKING_TH; in _mcc_2_clients_tracking()
3072 tol = CLIENTS_TRACKING_CRITICAL_POINT_TH; in _mcc_2_clients_tracking()
3074 tol = m_pattern->toa_a - ((3 * MIN_RX_BCN_T) / 2); in _mcc_2_clients_tracking()
3076 tol = CLIENTS_TRACKING_TH; in _mcc_2_clients_tracking()
3080 if (diff < tol) in _mcc_2_clients_tracking()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mcc.c3028 u16 bcns_offset = 0, diff = 0, tol = 0;/*tolerance*/ in _mcc_2_clients_tracking() local
3055 tol = CLIENTS_TRACKING_COURTESY_TH; in _mcc_2_clients_tracking()
3059 tol = CLIENTS_TRACKING_WORSECASE_TH; in _mcc_2_clients_tracking()
3064 tol = CLIENTS_TRACKING_CRITICAL_POINT_TH; in _mcc_2_clients_tracking()
3066 tol = m_pattern->tob_a - ((3 * EARLY_RX_BCN_T) / 2); in _mcc_2_clients_tracking()
3068 tol = CLIENTS_TRACKING_TH; in _mcc_2_clients_tracking()
3072 tol = CLIENTS_TRACKING_CRITICAL_POINT_TH; in _mcc_2_clients_tracking()
3074 tol = m_pattern->toa_a - ((3 * MIN_RX_BCN_T) / 2); in _mcc_2_clients_tracking()
3076 tol = CLIENTS_TRACKING_TH; in _mcc_2_clients_tracking()
3080 if (diff < tol) in _mcc_2_clients_tracking()
[all …]
/OK3568_Linux_fs/kernel/drivers/opp/
H A Dcore.c1557 unsigned long tol; in _opp_add_v1() local
1566 tol = u_volt * opp_table->voltage_tolerance_v1 / 100; in _opp_add_v1()
1568 new_opp->supplies[0].u_volt_min = u_volt - tol; in _opp_add_v1()
1569 new_opp->supplies[0].u_volt_max = u_volt + tol; in _opp_add_v1()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dads7846.txt53 ti,debounce-tol Tolerance used for filtering (u16).
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhorizon.c679 static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol, in make_rate_with_tolerance() argument
684 c, (r == round_up) ? "up" : (r == round_down) ? "down" : "nearest", tol); in make_rate_with_tolerance()
694 if (c - tol <= *actual && *actual <= c + tol) in make_rate_with_tolerance()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mn-var-som.dtsi79 ti,debounce-tol = /bits/ 16 <3>;
H A Dimx8mm-var-som.dtsi98 ti,debounce-tol = /bits/ 16 <3>;

12