Searched defs:BITWIDTH (Results 1 – 2 of 2) sorted by relevance
39 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in DecodeUnsigned() local103 constexpr size_t BITWIDTH = std::numeric_limits<unsigned_type>::digits; in DecodeSigned() local
66 constexpr size_t BITWIDTH = BYTE_WIDTH * width; in Read() local