Home
last modified time | relevance | path

Searched defs:check_overflow (Results 1 – 6 of 6) sorted by relevance

/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/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
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
/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
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_ctrl.c2089 bool check_overflow, in i40iw_sc_ccq_create()
2247 bool check_overflow, in i40iw_sc_cq_create()
2360 bool virtual_map, ceq_id_valid, check_overflow; in i40iw_sc_cq_modify() local
H A Di40iw_type.h370 bool check_overflow; member
532 bool check_overflow; member
1192 bool check_overflow; member
/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