Searched refs:retcount (Results 1 – 2 of 2) sorted by relevance
591 int retcount; in VASNPRINTF() local595 retcount = 0; in VASNPRINTF()602 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()606 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()610 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()764 if (retcount > count) in VASNPRINTF()765 count = retcount; in VASNPRINTF()781 if (retcount < 0) in VASNPRINTF()794 count = retcount; in VASNPRINTF()
298 int retcount = 0; in lastExecutionJSR() local304 retcount++; in lastExecutionJSR()307 retcount--; in lastExecutionJSR()308 if (retcount == -1) { in lastExecutionJSR()