OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextLeftover
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpopt/
poptint.h
68
int
nextLeftover
;
popt.c
243
con->
nextLeftover
= 0;
1033
if (con && con->leftovers != NULL && con->
nextLeftover
< con->numLeftovers)
1034
ret = con->leftovers[con->
nextLeftover
++];
1041
if (con && con->leftovers != NULL && con->
nextLeftover
< con->numLeftovers)
1042
ret = con->leftovers[con->
nextLeftover
];
1050
con->leftovers == NULL || con->numLeftovers == con->
nextLeftover
)
1057
return (con->leftovers + con->
nextLeftover
);
[
all
...]
Completed in 150 milliseconds