Home
last modified time | relevance | path

Searched refs:funcptr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c466 {"sin", (funcptr)mpfr_sin, args1, {NULL},
468 {"sinf", (funcptr)mpfr_sin, args1f, {NULL},
470 {"cos", (funcptr)mpfr_cos, args1, {NULL},
472 {"cosf", (funcptr)mpfr_cos, args1f, {NULL},
474 {"tan", (funcptr)mpfr_tan, args1, {NULL},
476 {"tanf", (funcptr)mpfr_tan, args1f, {NULL},
486 {"asin", (funcptr)mpfr_asin, args1, {NULL},
490 {"acos", (funcptr)mpfr_acos, args1, {NULL},
499 {"atan", (funcptr)mpfr_atan, args1, {NULL},
515 {"exp", (funcptr)mpfr_exp, args1, {NULL},
[all …]
H A Dintern.h18 typedef void (*funcptr)(void); typedef
77 funcptr func;
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_lookup.c796 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 Dfil.c5281 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 Dtst.funcs.d39 extern int *(*funcptr)(void);