Lines Matching refs:ElementBytes
101 std::size_t xChars{x.ElementBytes() >> shift<CHAR>}; in Compare()
102 std::size_t yChars{y.ElementBytes() >> shift<char>}; in Compare()
147 std::size_t elementBytes{string.ElementBytes()}; in AdjustLRHelper()
203 std::size_t stringElementChars{string.ElementBytes() >> shift<CHAR>}; in LenTrim()
264 std::size_t accumChars{accumulator.ElementBytes() >> shift<CHAR>}; in MaxMinHelper()
265 std::size_t xChars{x.ElementBytes() >> shift<CHAR>}; in MaxMinHelper()
364 std::size_t oldBytes{accumulator.ElementBytes()}; in RTNAME()
367 std::size_t fromBytes{from.ElementBytes()}; in RTNAME()
369 std::size_t newBytes{accumulator.ElementBytes()}; in RTNAME()
390 std::size_t oldLen{accumulator.ElementBytes()}; in RTNAME()
405 std::size_t lhsBytes{lhs.ElementBytes()}; in RTNAME()
406 std::size_t rhsBytes{rhs.ElementBytes()}; in RTNAME()
547 x.ElementBytes(), y.ElementBytes()); in RTNAME()
550 x.ElementBytes() >> 1, y.ElementBytes() >> 1); in RTNAME()
553 x.ElementBytes() >> 2, y.ElementBytes() >> 2); in RTNAME()
655 std::size_t origBytes{string.ElementBytes()}; in RTNAME()
673 LenTrim(string.OffsetElement<const char>(), string.ElementBytes()); in RTNAME()
677 string.ElementBytes() >> 1) in RTNAME()
682 string.ElementBytes() >> 2) in RTNAME()