Home
last modified time | relevance | path

Searched refs:check_overflow (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sysstat/sysstat/
H A DCVE-2022-39377.patch45 +void check_overflow(size_t val1, size_t val2, size_t val3)
68 +void check_overflow
85 + check_overflow((size_t) act[i]->msize, (size_t) act[i]->nr_ini,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp120 struct check_overflow : mpl::false_ {}; struct
123 struct check_overflow<T, typename enable_if_c<integer_traits<T>::is_integral>::type> struct
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1028 static __inline__ int check_overflow(u32 value, u32 limit, in check_overflow() function
1122 if (check_overflow(p1, DPLL_P1_MASK, "PLL P1 parameter")) in intelfbhw_mode_to_hw()
1124 if (check_overflow(p2, DPLL_P2_MASK, "PLL P2 parameter")) in intelfbhw_mode_to_hw()
1126 if (check_overflow(m1, FP_DIVISOR_MASK, "PLL M1 parameter")) in intelfbhw_mode_to_hw()
1128 if (check_overflow(m2, FP_DIVISOR_MASK, "PLL M2 parameter")) in intelfbhw_mode_to_hw()
1130 if (check_overflow(n, FP_DIVISOR_MASK, "PLL N parameter")) in intelfbhw_mode_to_hw()
1199 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()
1202 if (check_overflow(hsync_start, HSYNCSTART_MASK, "CRTC hsync_start")) in intelfbhw_mode_to_hw()
1205 if (check_overflow(hsync_end, HSYNCEND_MASK, "CRTC hsync_end")) in intelfbhw_mode_to_hw()
1208 if (check_overflow(htotal, HTOTAL_MASK, "CRTC htotal")) in intelfbhw_mode_to_hw()
[all …]
/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() function
713 inline bool check_overflow(std::complex<T> val, R* result, const char* function, const Policy& pol)… in check_overflow() function
717 bool r = check_overflow<r_type>(val.real(), &re, function, pol); in check_overflow()
718 r = check_overflow<r_type>(val.imag(), &im, function, pol) || r; in check_overflow()
766 inline BOOST_MATH_CONSTEXPR bool check_overflow(T /* val */, R* /* result */, const char* /* functi… in check_overflow() function
769 inline BOOST_MATH_CONSTEXPR bool check_overflow(std::complex<T> /* val */, R* /* result */, const c… in check_overflow() function
796 if(detail::check_overflow<R>(val, &result, function, overflow_type())) in checked_narrowing_cast()
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c748 static int check_overflow(fsdata *mydata, __u32 clustnum, loff_t size) in check_overflow() function
994 ret = check_overflow(mydata, start_cluster, in do_fat_write()
1017 ret = check_overflow(mydata, start_cluster, size); in do_fat_write()
1037 ret = check_overflow(mydata, start_cluster, size); in do_fat_write()
H A Dfat_write.su
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_type.h370 bool check_overflow; member
532 bool check_overflow; member
1192 bool check_overflow; member
H A Di40iw_ctrl.c2089 bool check_overflow, in i40iw_sc_ccq_create() argument
2116 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) | in i40iw_sc_ccq_create()
2247 bool check_overflow, in i40iw_sc_cq_create() argument
2281 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) | in i40iw_sc_cq_create()
2360 bool virtual_map, ceq_id_valid, check_overflow; in i40iw_sc_cq_modify() local
2396 check_overflow = info->check_overflow_change ? info->check_overflow : in i40iw_sc_cq_modify()
2397 cq->check_overflow; in i40iw_sc_cq_modify()
2404 cq->check_overflow = check_overflow; in i40iw_sc_cq_modify()
2420 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) | in i40iw_sc_cq_modify()
4214 pcmdinfo->in.u.cq_create.check_overflow, in i40iw_exec_cqp_cmd()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp244 && traits::check_overflow<T>::value in call()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map