Home
last modified time | relevance | path

Searched refs:sljit_create_compiler (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/test_src/
DsljitTest.c159 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test1()
188 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test2()
250 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test3()
291 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test4()
328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test5()
395 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test6()
471 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test7()
530 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test8()
619 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test9()
746 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test10()
[all …]
DsljitMain.c53 struct sljit_compiler *compiler = sljit_create_compiler(NULL);
/netbsd/src/sys/external/bsd/sljit/dist/
DAPI_CHANGES34 The sljit_create_compiler, sljit_allocate_stack, and
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitLir.h424 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data);
DsljitLir.c356 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler() function
1822 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler() function
/netbsd/src/sys/net/
Dbpfjit.c2193 compiler = sljit_create_compiler(NULL); in bpfjit_generate_code()
/netbsd/src/sys/external/bsd/sljit/dist/regex_src/
DregexJIT.c1913 compiler_common.compiler = sljit_create_compiler(NULL); in regex_compile()