Home
last modified time | relevance | path

Searched defs:pol (Results 1 – 25 of 91) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dlog1p.hpp76 T log1p_imp(T const & x, const Policy& pol, const mpl::int_<0>&) in log1p_imp()
110 T log1p_imp(T const& x, const Policy& pol, const mpl::int_<53>&) in log1p_imp()
163 T log1p_imp(T const& x, const Policy& pol, const mpl::int_<64>&) in log1p_imp()
218 T log1p_imp(T const& x, const Policy& pol, const mpl::int_<24>&) in log1p_imp()
354 inline float log1p(float x, const Policy& pol) in log1p()
366 inline long double log1p(long double x, const Policy& pol) in log1p()
379 inline float log1p(float x, const Policy& pol) in log1p()
391 inline double log1p(double x, const Policy& pol) in log1p()
408 inline double log1p(double x, const Policy& pol) in log1p()
423 inline float log1p(float x, const Policy& pol) in log1p()
[all …]
H A Dnext.hpp172 T float_next_imp(const T& val, const mpl::true_&, const Policy& pol) in float_next_imp()
216 T float_next_imp(const T& val, const mpl::false_&, const Policy& pol) in float_next_imp()
264 inline typename tools::promote_args<T>::type float_next(const T& val, const Policy& pol) in float_next()
302 T float_prior_imp(const T& val, const mpl::true_&, const Policy& pol) in float_prior_imp()
347 T float_prior_imp(const T& val, const mpl::false_&, const Policy& pol) in float_prior_imp()
396 inline typename tools::promote_args<T>::type float_prior(const T& val, const Policy& pol) in float_prior()
432 …name tools::promote_args<T, U>::type nextafter(const T& val, const U& direction, const Policy& pol) in nextafter()
447 T float_distance_imp(const T& a, const T& b, const mpl::true_&, const Policy& pol) in float_distance_imp()
552 T float_distance_imp(const T& a, const T& b, const mpl::false_&, const Policy& pol) in float_distance_imp()
659 … typename tools::promote_args<T, U>::type float_distance(const T& a, const U& b, const Policy& pol) in float_distance()
[all …]
H A Dtrunc.hpp21 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol, const mpl::false_… in trunc()
39 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol) in trunc()
58 inline int itrunc(const T& v, const Policy& pol) in itrunc()
74 inline long ltrunc(const T& v, const Policy& pol) in ltrunc()
92 inline boost::long_long_type lltrunc(const T& v, const Policy& pol) in lltrunc()
H A Dhypot.hpp27 T hypot_imp(T x, T y, const Policy& pol) in hypot_imp()
73 hypot(T1 x, T2 y, const Policy& pol) in hypot()
H A Datanh.hpp37 inline T atanh_imp(const T x, const Policy& pol) in atanh_imp()
/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c62 const struct blkcg_policy *pol) in blkcg_policy_enabled()
181 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local
276 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local
290 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local
391 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy() local
465 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats() local
506 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs()
548 const struct blkcg_policy *pol, in blkg_lookup_check()
609 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep()
924 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_print_stat() local
[all …]
H A Dblk-cgroup-rwstat.c103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
/OK3568_Linux_fs/kernel/security/safesetid/
H A Dsecurityfs.c72 struct setid_ruleset *pol = in __release_ruleset() local
84 static void release_ruleset(struct setid_ruleset *pol){ in release_ruleset()
88 static void insert_rule(struct setid_ruleset *pol, struct setid_rule *rule) in insert_rule()
98 static int verify_ruleset(struct setid_ruleset *pol) in verify_ruleset()
142 struct setid_ruleset *pol; in handle_policy_update() local
267 struct setid_ruleset *pol; in safesetid_file_read() local
H A Dlsm.c69 struct setid_ruleset *pol; in setid_policy_lookup() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dmempolicy.h66 static inline void mpol_put(struct mempolicy *pol) in mpol_put()
76 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref()
81 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put()
88 static inline struct mempolicy *mpol_dup(struct mempolicy *pol) in mpol_dup()
97 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
203 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put()
207 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
H A Dblk-cgroup.h379 struct blkcg_policy *pol) in blkg_to_pd()
385 struct blkcg_policy *pol) in blkcg_to_cpd()
655 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register()
656 static inline void blkcg_policy_unregister(struct blkcg_policy *pol) { } in blkcg_policy_unregister()
658 const struct blkcg_policy *pol) { return 0; } in blkcg_activate_policy()
660 const struct blkcg_policy *pol) { } in blkcg_deactivate_policy()
666 struct blkcg_policy *pol) { return NULL; } in blkg_to_pd()
/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c158 struct mempolicy *pol = p->mempolicy; in get_task_policy() local
180 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) in mpol_store_user_nodemask()
193 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave()
201 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred()
212 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind()
229 static int mpol_set_nodemask(struct mempolicy *pol, in mpol_set_nodemask()
320 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_default()
324 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_nodemask()
344 static void mpol_rebind_preferred(struct mempolicy *pol, in mpol_rebind_preferred()
375 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy()
[all …]
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c531 struct xfrm_policy *pol; in xfrm_dst_hash_transfer() local
566 struct xfrm_policy *pol; in xfrm_idx_hash_transfer() local
701 xfrm_policy_inexact_alloc_bin(const struct xfrm_policy *pol, u8 dir) in xfrm_policy_inexact_alloc_bin()
1231 struct xfrm_policy *pol; in xfrm_hash_rebuild() local
1453 struct xfrm_policy *pol) in xfrm_policy_mark_match()
1510 struct xfrm_policy *pol, *delpol = NULL; in xfrm_policy_insert_inexact_list() local
1547 struct xfrm_policy *pol, *newpos = NULL, *delpol = NULL; in xfrm_policy_insert_list() local
1629 struct xfrm_policy *pol; in __xfrm_policy_bysel_ctx() local
1652 struct xfrm_policy *pol, *ret = NULL; in xfrm_policy_bysel_ctx() local
1720 struct xfrm_policy *pol, *ret; in xfrm_policy_byid() local
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm8350-gpio.c162 static int gpio_set_polarity(struct wm8350 *wm8350, int gpio, int pol) in gpio_set_polarity()
184 int pol, int pull, int invert, int debounce) in wm8350_gpio_config()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpowernow-k8.c923 struct cpufreq_policy *pol; member
930 struct cpufreq_policy *pol = pta->pol; in powernowk8_target_fn() local
984 static int powernowk8_target(struct cpufreq_policy *pol, unsigned index) in powernowk8_target()
1022 static int powernowk8_cpu_init(struct cpufreq_policy *pol) in powernowk8_cpu_init()
1092 static int powernowk8_cpu_exit(struct cpufreq_policy *pol) in powernowk8_cpu_exit()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Derror_handling.hpp701 inline bool check_overflow(T val, R* result, const char* function, const Policy& pol) BOOST_NOEXCEP… in check_overflow()
713 inline bool check_overflow(std::complex<T> val, R* result, const char* function, const Policy& pol)… in check_overflow()
723 inline bool check_underflow(T val, R* result, const char* function, const Policy& pol) BOOST_NOEXCE… in check_underflow()
733 inline bool check_underflow(std::complex<T> val, R* result, const char* function, const Policy& pol in check_underflow()
743 inline bool check_denorm(T val, R* result, const char* function, const Policy& pol) BOOST_NOEXCEPT_… in check_denorm()
754 inline bool check_denorm(std::complex<T> val, R* result, const char* function, const Policy& pol) B… in check_denorm()
807 …_series_iterations(const char* function, boost::uintmax_t max_iter, const Policy& pol) BOOST_NOEXC… in check_series_iterations()
816 …ck_root_iterations(const char* function, boost::uintmax_t max_iter, const Policy& pol) BOOST_NOEXC… in check_root_iterations()
/OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.h25 #define CSI_CFG_VREF_POL(pol) ((pol) << 2) argument
26 #define CSI_CFG_HREF_POL(pol) ((pol) << 1) argument
27 #define CSI_CFG_PCLK_POL(pol) ((pol) << 0) argument
/OK3568_Linux_fs/u-boot/lib/
H A Dcrc32c.c25 void crc32c_init(uint32_t *crc32c_table, uint32_t pol) in crc32c_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dtxx9pio.h20 __u32 pol; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_phy.c37 u8 lane, pol; in hdmi_phy_parse_lanes() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwm97xx-core.c228 enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, in wm97xx_config_gpio()
303 u16 status, pol; in wm97xx_pen_irq_worker() local
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dam335x-fb.h57 unsigned int pol; /* polarity of sync, clock signals */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_police.c158 struct ocelot_policer *pol) in ocelot_port_policer_add()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-tb10x.c45 uint32_t im, mod, pol; in tb10x_irq_set_type() local
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dsmsc_sio1007.c68 void sio1007_gpio_config(int port, int gpio, int dir, int pol, int type) in sio1007_gpio_config()

1234