Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c401 stk = stk_base;\
409 stk = stk_base;\
441 OnigStackType *x, *stk_base, *stk_end, *stk; in stack_double() local
445 stk = *arg_stk; in stack_double()
471 *arg_stk = x + (stk - stk_base); in stack_double()
478 if (stk_end - stk < (n)) {\
479 int r = stack_double(&stk_base, &stk_end, &stk, stk_alloc, msa);\
485 #define GET_STACK_INDEX(stk) ((OnigStackIndex)((stk) - stk_base)) argument
489 stk->type = (stack_type);\
493 #define IS_TO_VOID_TARGET(stk) (((stk)->type & STK_MASK_TO_VOID_TARGET) != 0) argument
[all …]