Home | Sort by: relevance | last modified time | path |
/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; |
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; |