Searched refs:chars_per_limb (Results 1 – 1 of 1) sorted by relevance
50 static constexpr unsigned chars_per_limb = sizeof(limb_type) * CHAR_BIT / 4; member51 static constexpr unsigned shift = ((sizeof...(CHARS)) % chars_per_limb) * 4;