Searched refs:push_stack (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.cpp | 57 push_stack(exec_list *list, void *mem_ctx, bblock_t *block) in push_stack() function 204 push_stack(&if_stack, mem_ctx, cur_if); in cfg_t() 205 push_stack(&else_stack, mem_ctx, cur_else); in cfg_t() 266 push_stack(&do_stack, mem_ctx, cur_do); in cfg_t() 267 push_stack(&while_stack, mem_ctx, cur_while); in cfg_t()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ra_checker.cpp | 76 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()
|
D | sb_pass.h | 482 void push_stack();
|
/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | regalloc.c | 304 static void push_stack(struct regalloc_ctx *ctx, unsigned i) in push_stack() function 348 push_stack(ctx, ctx->worklist[ctx->worklist_start++]); in do_regalloc() 370 push_stack(ctx, best_reg); in do_regalloc()
|
/external/python/cpython3/Lib/idlelib/ |
D | pyparse.py | 387 push_stack = stack.append 408 push_stack(p)
|
/external/libcups/cups/ |
D | raster-interpret.c | 81 static _cups_ps_obj_t *push_stack(_cups_ps_stack_t *st, 730 if (!push_stack(st, st->objs + n)) in copy_stack() 880 return (push_stack(st, st->objs + n)); in index_stack() 932 push_stack(_cups_ps_stack_t *st, /* I - Stack */ in push_stack() function 1377 return (push_stack(st, &obj)); in scan_ps()
|
/external/python/cpython2/Lib/idlelib/ |
D | PyParse.py | 391 push_stack = stack.append 412 push_stack(p)
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 46 static int push_stack(int stack_type, ...); 126 if (push_stack(1, policydbp->global, policydbp->global->branch_list) == in define_policy() 1326 if (push_stack(1, block, decl) == -1) { in begin_optional() 1453 static int push_stack(int stack_type, ...) in push_stack() function
|