HomeSort by: relevance | last modified time | path
    Searched defs:func3_t (Results 1 - 8 of 8) 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 in typeref:typename:long SLJIT_CALL (*)(long a,long b,long c)
12 func3_t func;
39 func = (func3_t)code;
first_program.c 6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef in typeref:typename:long SLJIT_CALL (*)(long a,long b,long c)
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 in typeref:typename:long SLJIT_CALL (*)(long a,long b,long c)
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 in typeref:typename:long SLJIT_CALL (*)(long a,long b,long c)
29 func3_t func;
66 func = (func3_t)code;
temp_var.c 6 typedef long (*func3_t)(long a, long b, long c); typedef in typeref:typename:long (*)(long a,long b,long c)
33 func3_t func;
60 func = (func3_t)code;
branch.c 6 typedef long SLJIT_CALL (*func3_t)(long a, long b, long c); typedef in typeref:typename:long SLJIT_CALL (*)(long a,long b,long c)
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 in typeref:typename:long SLJIT_CALL (*)(long a,long b,long c)
29 func3_t func;
66 func = (func3_t)code;
temp_var.c 6 typedef long (*func3_t)(long a, long b, long c); typedef in typeref:typename:long (*)(long a,long b,long c)
33 func3_t func;
60 func = (func3_t)code;

Completed in 75 milliseconds