Home
last modified time | relevance | path

Searched refs:sljit_allocate_stack (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitUtils.c249 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_… in sljit_allocate_stack() function
DsljitLir.h1274 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_…
/netbsd/src/sys/external/bsd/sljit/dist/
DAPI_CHANGES34 The sljit_create_compiler, sljit_allocate_stack, and
/netbsd/src/sys/external/bsd/sljit/dist/test_src/
DsljitTest.c3478 … sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_allocate_stack)); in test38()