Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c7169 #define CALLOUT_ARG_SIZE \ macro
7173 (-CALLOUT_ARG_SIZE + SLJIT_OFFSETOF(pcre2_callout_block, arg))
7188 allocate_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw)); in compile_callout_matchingpath()
7228 OP2(SLJIT_SUB, SLJIT_R1, 0, STACK_TOP, 0, SLJIT_IMM, CALLOUT_ARG_SIZE); in compile_callout_matchingpath()
7233 free_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw)); in compile_callout_matchingpath()
7245 #undef CALLOUT_ARG_SIZE