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

/netbsd-current/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;
39 func = (func3_t)code;
H A Dbranch.c6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
23 func3_t func;
63 func = (func3_t)code;
H A Dfunc_call.c6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
29 func3_t func;
66 func = (func3_t)code;
H A Dtemp_var.c6 typedef long (*func3_t)(long a, long b, long c); typedef
33 func3_t func;
60 func = (func3_t)code;

Completed in 75 milliseconds