Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c402 stk_end = stk_base + msa->stack_n;\
410 stk_end = stk_base + (stack_num);\
417 msa->stack_n = (int)(stk_end - stk_base);\
441 OnigStackType *x, *stk_base, *stk_end, *stk; in stack_double() local
444 stk_end = *arg_stk_end; in stack_double()
447 n = (unsigned int)(stk_end - stk_base); in stack_double()
460 if ((unsigned int )(stk_end - stk_base) == MatchStackLimitSize) in stack_double()
465 …Type* )xrealloc(stk_base, sizeof(OnigStackType) * n, sizeof(OnigStackType) * (stk_end - stk_base)); in stack_double()
478 if (stk_end - stk < (n)) {\
479 int r = stack_double(&stk_base, &stk_end, &stk, stk_alloc, msa);\
[all …]