Searched refs:pcount (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c66 dl_unwind_find_exidx(const void *pc, int *pcount) argument
76 *pcount = hdr->p_memsz / sizeof(exidx_entry);
94 dl_unwind_find_exidx(const void *pc, int *pcount) argument
99 *pcount = (int)(&__exidx_end - &__exidx_start);
/barrelfish-master/tools/harness/
H A Dscalebench.py359 pcount = len([ t for t in testcases if self.testcase_passed(t) ])
360 debug.log('\n%d/%d tests passed' % (pcount, len(testcases)))
361 if pcount < len(testcases):
/barrelfish-master/lib/cxx/cxx/
H A Dstrstream.cpp147 strstreambuf::pcount() const function in class:strstreambuf

Completed in 30 milliseconds