Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dfirst_program.c6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
12 func3_t func; in add3()
39 func = (func3_t)code; in add3()
H A Dbranch.c6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
23 func3_t func; in branch()
63 func = (func3_t)code; in branch()
H A Dtemp_var.c6 typedef long (*func3_t)(long a, long b, long c); typedef
33 func3_t func; in temp_var()
60 func = (func3_t)code; in temp_var()
H A Dfunc_call.c6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
29 func3_t func; in func_call()
66 func = (func3_t)code; in func_call()