Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c399 stk_alloc = (OnigStackType* )(msa->stack_p);\
400 stk_base = stk_alloc;\
407 stk_alloc = (OnigStackType* )(alloc_addr + sizeof(char*) * (ptr_num));\
408 stk_base = stk_alloc;\
415 if (stk_base != stk_alloc) {\
438 OnigStackType** arg_stk, OnigStackType* stk_alloc, OnigMatchArg* msa) in stack_double() argument
448 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) { in stack_double()
479 int r = stack_double(&stk_base, &stk_end, &stk, stk_alloc, msa);\
1265 OnigStackType *stk_alloc, *stk_base, *stk, *stk_end; in match_at() local