Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit04.c23 #define STACK_LIMIT (512 * 1024) macro
31 rlim.rlim_cur = STACK_LIMIT; in test_setrlimit()
32 rlim.rlim_max = STACK_LIMIT; in test_setrlimit()
/third_party/ltp/testcases/kernel/syscalls/mincore/
H A 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()
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c568 #define STACK_LIMIT SLJIT_S2 macro
3155 add_stub(common, CMP(SLJIT_LESS, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack()
7227 lcc_table = STACK_LIMIT; in do_caselesscmp()
9275 int char1_reg = STACK_LIMIT; in compile_ref_matchingpath()
13940 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(struct sljit_stack, start)); in jit_compile()
14196 OP2(SLJIT_SUB, SLJIT_R1, 0, STACK_LIMIT, 0, SLJIT_IMM, STACK_GROWTH_RATE); in jit_compile()
14198 OP1(SLJIT_MOV, STACK_LIMIT, 0, TMP2, 0); in jit_compile()
14203 OP1(SLJIT_MOV, TMP2, 0, STACK_LIMIT, 0); in jit_compile()
14204 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_RETURN_REG, 0); in jit_compile()

Completed in 16 milliseconds