HomeSort by: relevance | last modified time | path
    Searched defs:func3_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/doc/tutorial/
first_program.c 6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
12 func3_t func;
39 func = (func3_t)code;
branch.c 6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
23 func3_t func;
63 func = (func3_t)code;
func_call.c 6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef
29 func3_t func;
66 func = (func3_t)code;
temp_var.c 6 typedef long (*func3_t)(long a, long b, long c); typedef
33 func3_t func;
60 func = (func3_t)code;

Completed in 49 milliseconds