Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_lookup.c799 lookupfunc_t *funcptr) in ipf_lookup_res_num() argument
805 return (ipf_lookup_res_name(softc, unit, type, name, funcptr)); in ipf_lookup_res_num()
826 lookupfunc_t *funcptr) in ipf_lookup_res_name() argument
839 if (ptr != NULL && funcptr != NULL) { in ipf_lookup_res_name()
840 *funcptr = (*l)->ipfl_addr_find; in ipf_lookup_res_name()
848 if (funcptr != NULL) in ipf_lookup_res_name()
849 *funcptr = NULL; in ipf_lookup_res_name()
H A Dfil.c5285 ipf_findfunc(ipfunc_t funcptr) in ipf_findfunc() argument
5290 if (ft->ipfu_addr == funcptr) in ipf_findfunc()
5291 return (funcptr); in ipf_findfunc()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.funcs.d39 extern int *(*funcptr)(void);