Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A 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 …]
H A DsljitMain.c53 struct sljit_compiler *compiler = sljit_create_compiler(NULL);
/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dfirst_program.c15 struct sljit_compiler *C = sljit_create_compiler(); in add3()
H A Dbranch.c29 struct sljit_compiler *C = sljit_create_compiler(); in branch()
H A Dloop.c32 struct sljit_compiler *C = sljit_create_compiler(); in loop()
H A Dtemp_var.c36 struct sljit_compiler *C = sljit_create_compiler(); in temp_var()
H A Darray_access.c34 struct sljit_compiler *C = sljit_create_compiler(); in array_access()
H A Dfunc_call.c35 struct sljit_compiler *C = sljit_create_compiler(); in func_call()
H A Dstruct_access.c46 struct sljit_compiler *C = sljit_create_compiler(); in struct_access()
H A Dbrainfuck.c143 struct sljit_compiler *C = sljit_create_compiler(); in compile()
/netbsd-src/sys/external/bsd/sljit/dist/
H A DAPI_CHANGES34 The sljit_create_compiler, sljit_allocate_stack, and
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h424 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data);
H A 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/
H A Dbpfjit.c2193 compiler = sljit_create_compiler(NULL); in bpfjit_generate_code()
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c1913 compiler_common.compiler = sljit_create_compiler(NULL); in regex_compile()