Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp1749 unsigned byte_location = static_cast<unsigned>(c.size() - 1); in construct_from_container() local
1752 unsigned limb = byte_location / sizeof(limb_type); in construct_from_container()
1753 unsigned shift = (byte_location % sizeof(limb_type)) * CHAR_BIT; in construct_from_container()
1757 --byte_location; in construct_from_container()
1772 unsigned byte_location = static_cast<unsigned>(c.size() - 1); in construct_from_container() local
1775 unsigned limb = byte_location / sizeof(local_limb_type); in construct_from_container()
1776 unsigned shift = (byte_location % sizeof(local_limb_type)) * CHAR_BIT; in construct_from_container()
1780 --byte_location; in construct_from_container()