HomeSort by relevance Sort by last modified time
    Searched refs:numExecs (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libpopt/
poptint.h 80 int numExecs;
popt.c 196 con->numExecs = 0;
266 /*@uses con->execs, con->numExecs, con->flags, con->doExec,
273 if (con->execs == NULL || con->numExecs <= 0) /* XXX can't happen */
276 for (i = con->numExecs - 1; i >= 0; i--) {
1084 for (i = 0; i < con->numExecs; i++) {
1133 nitems = &con->numExecs;
    [all...]
popthelp.c 511 itemHelp(fp, con->execs, con->numExecs, left, NULL);
804 cursor = itemUsage(fp, cursor, con->execs, con->numExecs, NULL);

Completed in 451 milliseconds