Home
last modified time | relevance | path

Searched refs:stack_init (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlstate.c214 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() function
273 stack_init(L, L); /* init stack */ in f_luaopen()
347 stack_init(L1, L); /* init stack */ in lua_newthread()
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A Dbootblock_asm.S23 stack_init stack_top=_estack stack_bottom=_stack seed=1 func=tegra210_main
H A Dromstage_asm.S9 stack_init stack_top=_estack stack_bottom=_stack seed=0 func=romstage
H A Dstack.S10 .macro stack_init stack_top, stack_bottom, seed, func macro
/aosp_15_r20/external/selinux/libsepol/src/
H A Dmodule_to_cil.c414 static int stack_init(struct stack **stack) in stack_init() function
1297 rc = stack_init(&stack); in cond_expr_to_cil()
1758 rc = stack_init(&stack); in constraint_expr_to_string()
3850 rc = stack_init(&stack); in blocks_to_cil()
3918 rc = stack_init(&stack); in linked_blocks_to_cil()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.h1286 static INLINE void stack_init(int *stack, int length) { in stack_init() function
H A Dvp9_tpl_model.c253 stack_init(arf_index_stack, MAX_ARF_LAYERS); in init_gop_frames()
H A Dvp9_encoder.c6435 stack_init(cpi->twopass.gf_group.arf_index_stack, MAX_LAG_BUFFERS * 2);
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv115518[email protected],libsepol: do not dereference a NULL pointer when stack_init() fails