Searched refs:stack_init (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/lua/src/ |
H A D | lstate.c | 214 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 D | bootblock_asm.S | 23 stack_init stack_top=_estack stack_bottom=_stack seed=1 func=tegra210_main
|
H A D | romstage_asm.S | 9 stack_init stack_top=_estack stack_bottom=_stack seed=0 func=romstage
|
H A D | stack.S | 10 .macro stack_init stack_top, stack_bottom, seed, func macro
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | module_to_cil.c | 414 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 D | vp9_encoder.h | 1286 static INLINE void stack_init(int *stack, int length) { in stack_init() function
|
H A D | vp9_tpl_model.c | 253 stack_init(arf_index_stack, MAX_ARF_LAYERS); in init_gop_frames()
|
H A D | vp9_encoder.c | 6435 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 D | commit.csv | 115518 …[email protected],libsepol: do not dereference a NULL pointer when stack_init() fails
|