Searched refs:nrecs (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c652 int nrecs = 1 + (hptr->overflow * 2);
671 for (j = 0; j < nrecs; j++) {
705 int nrecs;
721 nrecs = 1 + (pptr->overflow * 2);
723 for (j = 0; j < nrecs; j++) {
752 nrecs = 1 + (gptr->prof.overflow * 2);
754 for (j = 0; j < nrecs; j++) {
645 int nrecs = 1 + (hptr->overflow * 2); local
697 int nrecs; local
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c17377 int nrecs;
17398 nrecs = epdesc.dtepd_nrecs;
17426 if (nrecs-- == 0)
17449 int nrecs;
17468 nrecs = aggdesc.dtagd_nrecs;
17525 if (nrecs-- == 0)
18283 int nrecs;
18304 nrecs = epdesc.dtepd_nrecs;
18332 if (nrecs-- == 0)
18355 int nrecs;
[all...]

Completed in 89 milliseconds