OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 73 milliseconds