HomeSort by relevance Sort by last modified time
    Searched defs:stack_init (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.c 133 static void stack_init (lua_State *L1, lua_State *L) { function
186 stack_init(L, L); /* init stack */
250 stack_init(L1, L); /* init stack */
  /external/syslinux/com32/lua/src/
lstate.c 138 static void stack_init (lua_State *L1, lua_State *L) { function
191 stack_init(L, L); /* init stack */
255 stack_init(L1, L); /* init stack */
  /external/selinux/libsepol/src/
kernel_to_common.c 397 int stack_init(struct strs **stack) function
module_to_cil.c 411 static int stack_init(struct stack **stack) function
1261 rc = stack_init(&stack);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.c 76 stack_init (unsigned long chunk_size,
1220 block_stack = stack_init (512, sizeof (symbolS*));
75 stack_init (unsigned long chunk_size, function
    [all...]

Completed in 344 milliseconds