Searched refs:sEnd (Results 1 – 4 of 4) sorted by relevance
665 const char *sEnd = s + len; in Set_UTF8() local676 while (s < sEnd) in Set_UTF8()679 uint32 aChar = DecodeUTF8 (s, (uint32) (sEnd - s)); in Set_UTF8()1051 const char *sEnd = s + len; in IsUTF8() local1053 while (s < sEnd) in IsUTF8()1058 (void) DecodeUTF8 (s, (uint32) (sEnd - s), &isValid); in IsUTF8()1210 const uint16 *sEnd = s + length16; in Set_UTF16() local1219 while (s < sEnd) in Set_UTF16()1229 if ((aChar >= 0x0000D800) && (aChar <= 0x0000DBFF) && (s < sEnd)) in Set_UTF16()
339 struct rusage sEnd; in endTimer() local340 getrusage(RUSAGE_SELF, &sEnd); in endTimer()343 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer()344 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer()
10526 sEnd = BB->succ_end(); in checkAndUpdateCPSRKill() local10527 sItr != sEnd; ++sItr) { in checkAndUpdateCPSRKill()
30668 sEnd = BB->succ_end(); in checkAndUpdateEFLAGSKill() local30669 sItr != sEnd; ++sItr) { in checkAndUpdateEFLAGSKill()