Searched refs:oldBytes (Results 1 – 1 of 1) sorted by relevance
589 std::size_t oldBytes{accumulator.ElementBytes()}; in RTNAME() local606 to += newBytes, p += oldBytes, from.IncrementSubscripts(fromAt)) { in RTNAME()607 std::memcpy(to, p, oldBytes); in RTNAME()608 std::memcpy(to + oldBytes, from.Element<char>(fromAt), fromBytes); in RTNAME()