Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit04.c33 #define STACK_LIMIT (512 * 1024) macro
41 rlim.rlim_cur = STACK_LIMIT; in test_setrlimit()
42 rlim.rlim_max = STACK_LIMIT; in test_setrlimit()
/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.c551 #define STACK_LIMIT SLJIT_S2 macro
2670 add_stub(common, CMP(SLJIT_LESS, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack()
6143 lcc_table = STACK_LIMIT; in do_caselesscmp()
12252 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(struct sljit_stack, start)); in jit_compile()
12486 OP2(SLJIT_SUB, SLJIT_R1, 0, STACK_LIMIT, 0, SLJIT_IMM, STACK_GROWTH_RATE); in jit_compile()
12488 OP1(SLJIT_MOV, STACK_LIMIT, 0, TMP2, 0); in jit_compile()
12493 OP1(SLJIT_MOV, TMP2, 0, STACK_LIMIT, 0); in jit_compile()
12494 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_RETURN_REG, 0); in jit_compile()