Searched refs:STACK_LIMIT (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit04.c | 23 #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 D | mincore01.c | 49 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 D | pcre2_jit_compile.c | 568 #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 18 milliseconds