Lines Matching refs:lhsBytes
405 std::size_t lhsBytes{lhs.ElementBytes()}; in RTNAME() local
408 (lhs.raw().base_addr == nullptr || lhsBytes != rhsBytes)}; in RTNAME()
435 lhs.raw().elem_len = lhsBytes = rhsBytes; in RTNAME()
451 CopyAndPad(lhs.Element<char>(lhsAt), rhs.Element<char>(rhsAt), lhsBytes, in RTNAME()
459 lhsBytes, rhsBytes >> 1); in RTNAME()
466 lhsBytes, rhsBytes >> 2); in RTNAME()
480 lhsBytes >> 1, rhsBytes); in RTNAME()
487 lhsBytes >> 1, rhsBytes >> 1); in RTNAME()
494 lhsBytes >> 1, rhsBytes >> 2); in RTNAME()
508 lhsBytes >> 2, rhsBytes); in RTNAME()
515 lhsBytes >> 2, rhsBytes >> 1); in RTNAME()
522 lhsBytes >> 2, rhsBytes >> 2); in RTNAME()
596 std::size_t RTNAME(CharacterAppend1)(char *lhs, std::size_t lhsBytes, in RTNAME()
598 if (auto n{std::min(lhsBytes - offset, rhsBytes)}) { in RTNAME()