Home
last modified time | relevance | path

Searched refs:eq1 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp153 bool& eq1, in apply()
174 eq1 = eq1_strict // lon strictly equal to s1 in apply()
185 eq1 = eq2 = eq1 || eq2; in apply()
190 eq1 = eq2 = true; in apply()
196 if (eq1 && eq2) in apply()
228 bool& eq1, in apply()
235 eq1 = math::equals(s1x, px); in apply()
240 if (eq1 && eq2) in apply()
274 bool eq1, bool eq2) in apply()
285 eq1 ? (greater(s2, p) ? 1 : -1) // Point on level s1, E/W depending on s2 in apply()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm9081.c1112 int eq1; in wm9081_hw_params() local
1130 eq1 = snd_soc_component_read(component, WM9081_EQ_1) & WM9081_EQ_ENA; in wm9081_hw_params()
1131 if (eq1 & WM9081_EQ_ENA) in wm9081_hw_params()
1138 eq1 |= (s->config[0] & ~WM9081_EQ_ENA); in wm9081_hw_params()
1139 snd_soc_component_write(component, WM9081_EQ_1, eq1); in wm9081_hw_params()
H A Dwm8978.c122 static SOC_ENUM_SINGLE_DECL(eq1, WM8978_EQ1, 5, wm8978_eq1);
163 SOC_ENUM("EQ1 Cut Off", eq1),
H A Dwm8993.c1302 u16 eq1 = snd_soc_component_read(component, WM8993_EQ1); in wm8993_hw_params() local
1327 snd_soc_component_update_bits(component, WM8993_EQ1, WM8993_EQ_ENA, eq1); in wm8993_hw_params()