/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitUtils.c | 296 if (sljit_stack_resize(stack, stack->base - limit)) { 349 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL
|
sljitUtils.c | 296 if (sljit_stack_resize(stack, stack->base - limit)) { 349 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL
|
sljitUtils.c | 296 if (sljit_stack_resize(stack, stack->base - limit)) { 349 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL
|
sljitLir.h | 1243 and base (exclusive). The sljit_stack_resize can be used to 1280 since the growth ratio can be added to the current limit, and sljit_stack_resize 1282 sljit_stack_resize fails. */ 1283 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit);
|
sljitLir.h | 1243 and base (exclusive). The sljit_stack_resize can be used to 1280 since the growth ratio can be added to the current limit, and sljit_stack_resize 1282 sljit_stack_resize fails. */ 1283 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit);
|
sljitLir.h | 1243 and base (exclusive). The sljit_stack_resize can be used to 1280 since the growth ratio can be added to the current limit, and sljit_stack_resize 1282 sljit_stack_resize fails. */ 1283 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit);
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 3493 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize)); 3509 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize));
|
sljitTest.c | 3493 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize)); 3509 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize));
|
sljitTest.c | 3493 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize)); 3509 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize));
|