Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mincore/
Dmincore01.c49 static rlim_t STACK_LIMIT = 10485760; variable
120 limit.rlim_cur = STACK_LIMIT; in setup2()
121 limit.rlim_max = STACK_LIMIT; in setup2()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c511 #define STACK_LIMIT SLJIT_S2 macro
2358 add_stub(common, CMP(SLJIT_GREATER, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack()
5218 #define LCC_TABLE STACK_LIMIT
11062 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(struct sljit_stack, limit)); in jit_compile()
11288 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(struct sljit_stack, limit)); in jit_compile()