Searched refs:funcptr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 496 {"sin", (funcptr)mpfr_sin, args1, {NULL}, 498 {"sinf", (funcptr)mpfr_sin, args1f, {NULL}, 500 {"cos", (funcptr)mpfr_cos, args1, {NULL}, 502 {"cosf", (funcptr)mpfr_cos, args1f, {NULL}, 504 {"tan", (funcptr)mpfr_tan, args1, {NULL}, 506 {"tanf", (funcptr)mpfr_tan, args1f, {NULL}, 508 {"sincosf_sinf", (funcptr)mpfr_sin, args1f, {NULL}, 510 {"sincosf_cosf", (funcptr)mpfr_cos, args1f, {NULL}, 512 {"sinpi", (funcptr)mpfr_sinpi, args1, {NULL}, 514 {"sinpif", (funcptr)mpfr_sinpi, args1f, {NULL}, [all …]
|
H A D | intern.h | 18 typedef void (*funcptr)(void); typedef 77 funcptr func;
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_lookup.c | 796 lookupfunc_t *funcptr) in ipf_lookup_res_num() argument 802 return (ipf_lookup_res_name(softc, unit, type, name, funcptr)); in ipf_lookup_res_num() 823 lookupfunc_t *funcptr) in ipf_lookup_res_name() argument 836 if (ptr != NULL && funcptr != NULL) { in ipf_lookup_res_name() 837 *funcptr = (*l)->ipfl_addr_find; in ipf_lookup_res_name() 845 if (funcptr != NULL) in ipf_lookup_res_name() 846 *funcptr = NULL; in ipf_lookup_res_name()
|
H A D | fil.c | 5281 ipf_findfunc(ipfunc_t funcptr) in ipf_findfunc() argument 5286 if (ft->ipfu_addr == funcptr) in ipf_findfunc() 5287 return (funcptr); in ipf_findfunc()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/ |
H A D | tst.funcs.d | 39 extern int *(*funcptr)(void);
|