Home
last modified time | relevance | path

Searched defs:unchecked (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/multiprecision/cpp_int/
H A Dchecked.hpp65 inline A checked_add(A a, A b, const mpl::int_<unchecked>&) in checked_add()
98 inline A checked_subtract(A a, A b, const mpl::int_<unchecked>&) in checked_subtract()
112 inline A checked_multiply(A a, A b, const mpl::int_<unchecked>&) in checked_multiply()
125 inline A checked_divide(A a, A b, const mpl::int_<unchecked>&) in checked_divide()
141 inline A checked_left_shift(A a, boost::ulong_long_type shift, const mpl::int_<unchecked>&) in checked_left_shift()
H A Dcpp_int_config.hpp149 unchecked = 0 enumerator
H A Dmisc.hpp41 inline void check_in_range(const CppInt& /*val*/, const mpl::int_<unchecked>&) BOOST_NOEXCEPT {} in check_in_range()
539 inline void conversion_overflow(const mpl::int_<unchecked>&){} in conversion_overflow()
H A Dbitwise.hpp30 …_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>& , const mpl::int_<unchecked>&){} in is_valid_bitwise_op()
46 …p_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>&, const mpl::int_<unchecked>&){} in is_valid_bitwise_op()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Ddebug.c164 erasing = 0, bad = 0, unchecked = 0; in __jffs2_dbg_superblock_counts() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp153 …e void verify_new_size(unsigned /*new_size*/, unsigned /*min_size*/, const mpl::int_<unchecked>&){} in verify_new_size()
163 inline void verify_limb_mask(bool /*b*/, U /*limb*/, U /*mask*/, const mpl::int_<unchecked>&){} in verify_limb_mask()