Searched refs:endS (Results 1 – 1 of 1) sorted by relevance
1602 int32_t endS = offS + typeSizeof(st->dType); in replaceStFromSt() local1605 rec->size = MAX2(endS, endR) - MIN2(offS, offR); in replaceStFromSt()1621 for (s = n; offR < endS; offR += ri->getSrc(s)->reg.size, ++s); in replaceStFromSt()1630 if (endR > endS) { in replaceStFromSt()1632 for (j = 1; offR < endS; offR += ri->getSrc(j++)->reg.size); in replaceStFromSt()1633 for (s = 1; offS < endS; offS += st->getSrc(s++)->reg.size); in replaceStFromSt()