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

/external/libcups/filter/
H A Dinterpret.c67 int num_objs, /* Number of objects on stack */ member in struct:__anon10357
549 DEBUG_printf(("_cupsRasterExecPS: Stack (%d objects)", st->num_objs));
671 if (st->num_objs > 0)
729 if ((n = st->num_objs - c) < 0)
866 for (obj = st->objs, c = st->num_objs; c > 0; c --, obj ++)
881 if (n < 0 || (n = st->num_objs - n - 1) < 0)
920 if (st->num_objs > 0)
922 st->num_objs --;
924 return (st->objs + st->num_objs);
942 if (st->num_objs >
[all...]

Completed in 438 milliseconds