Searched refs:byte_location (Results 1 – 1 of 1) sorted by relevance
1749 unsigned byte_location = static_cast<unsigned>(c.size() - 1); in construct_from_container() local1752 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() local1775 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()