Searched refs:sourceAt (Results 1 – 2 of 2) sorted by relevance
164 SubscriptValue sourceAt[maxRank]; in RTNAME() local195 if (sourceAt < lb) { in RTNAME()196 sourceAt += extent; in RTNAME()261 SubscriptValue sourceAt[maxRank]; in RTNAME() local306 if (sourceAt >= lb && sourceAt < lb + extent) { in RTNAME()357 source.GetLowerBounds(sourceAt); in RTNAME()363 source.IncrementSubscripts(sourceAt); in RTNAME()374 source.IncrementSubscripts(sourceAt); in RTNAME()518 SubscriptValue sourceAt[maxRank]; in RTNAME() local519 source.GetLowerBounds(sourceAt); in RTNAME()[all …]
39 SubscriptValue sourceAt[maxRank]; in TransferImpl() local40 source.GetLowerBounds(sourceAt); in TransferImpl()43 std::memcpy(to, source.Element<char>(sourceAt), toMove); in TransferImpl()47 source.IncrementSubscripts(sourceAt); in TransferImpl()