Home
last modified time | relevance | path

Searched refs:push_stack (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_checker.cpp76 void ra_checker::push_stack() { in push_stack() function in r600_sb::ra_checker
231 push_stack(); in run_on()
235 push_stack(); in run_on()
Dsb_pass.h482 void push_stack();
/external/libcups/filter/
Dinterpret.c85 static _cups_ps_obj_t *push_stack(_cups_ps_stack_t *st,
734 if (!push_stack(st, st->objs + n)) in copy_stack()
884 return (push_stack(st, st->objs + n)); in index_stack()
936 push_stack(_cups_ps_stack_t *st, /* I - Stack */ in push_stack() function
1381 return (push_stack(st, &obj)); in scan_ps()
/external/python/cpython3/Lib/idlelib/
Dpyparse.py396 push_stack = stack.append
417 push_stack(p)
/external/python/cpython2/Lib/idlelib/
DPyParse.py391 push_stack = stack.append
412 push_stack(p)
/external/selinux/checkpolicy/
Dmodule_compiler.c46 static int push_stack(int stack_type, ...);
125 if (push_stack(1, policydbp->global, policydbp->global->branch_list) == in define_policy()
1317 if (push_stack(1, block, decl) == -1) { in begin_optional()
1444 static int push_stack(int stack_type, ...) in push_stack() function