Home
last modified time | relevance | path

Searched refs:lhsBytes (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/runtime/
Dcharacter.cpp405 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()
[all …]
Dcharacter.h72 std::size_t RTNAME(CharacterAppend1)(char *lhs, std::size_t lhsBytes,