Lines Matching refs:rhsBytes
406 std::size_t rhsBytes{rhs.ElementBytes()}; in RTNAME() local
408 (lhs.raw().base_addr == nullptr || lhsBytes != rhsBytes)}; in RTNAME()
435 lhs.raw().elem_len = lhsBytes = rhsBytes; in RTNAME()
452 rhsBytes); 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()
597 std::size_t offset, const char *rhs, std::size_t rhsBytes) { in RTNAME()
598 if (auto n{std::min(lhsBytes - offset, rhsBytes)}) { in RTNAME()