Home
last modified time | relevance | path

Searched defs:func (Results 176 – 200 of 111439) sorted by path

12345678910>>...4458

/dports/archivers/xmill/xmill/bzlib/
H A Dbzlib.h118 # define BZ_API(func) WINAPI func argument
122 # define BZ_API(func) (WINAPI * func) argument
126 # define BZ_API(func) func argument
/dports/archivers/xmill/xmill/zlib/
H A Ddeflate.c123 compress_func func; member
368 compress_func func; local
/dports/archivers/zchunk/zchunk-1.1.16/src/lib/dl/
H A Ddl.c336 bool PUBLIC zck_dl_set_header_cb(zckDL *dl, zck_wcb func) { in zck_dl_set_header_cb()
350 bool PUBLIC zck_dl_set_write_cb(zckDL *dl, zck_wcb func) { in zck_dl_set_write_cb()
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/multiroots/
H A Dhybrid.c343 hybrid_set (void *vstate, gsl_multiroot_function * func, gsl_vector * x, in hybrid_set()
351 hybrids_set (void *vstate, gsl_multiroot_function * func, gsl_vector * x, in hybrids_set()
359 hybrid_set_impl (void *vstate, gsl_multiroot_function * func, gsl_vector * x, in hybrid_set_impl()
421 hybrid_iterate (void *vstate, gsl_multiroot_function * func, gsl_vector * x, in hybrid_iterate()
429 hybrids_iterate (void *vstate, gsl_multiroot_function * func, gsl_vector * x, in hybrids_iterate()
437 hybrid_iterate_impl (void *vstate, gsl_multiroot_function * func, in hybrid_iterate_impl()
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Derrors.h27 char* func; member
H A Dioutils.h28 #define QSORT_COMPARISON_FUNCTION(func, thunk, v1, v2) func(thunk, v1, v2) argument
/dports/astro/astrometry/astrometry.net-0.85/libkd/
H A Dkdint_ddd.c13 #define POINT_ED(kd, d, r, func) (r) argument
14 #define POINT_DT(kd, d, r, func) (r) argument
15 #define POINT_ET(kd, d, r, func) (r) argument
21 #define DIST_ED(kd, dist, func) (dist) argument
22 #define DIST_DT(kd, dist, func) (dist) argument
23 #define DIST_ET(kd, dist, func) (dist) argument
29 #define DIST2_ED(kd, dist2, func) (dist2) argument
30 #define DIST2_DT(kd, dist2, func) (dist2) argument
31 #define DIST2_ET(kd, dist2, func) (dist2) argument
H A Dkdint_dds.c13 #define POINT_ED(kd, d, r, func) (r) argument
14 #define POINT_DT(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
15 #define POINT_ET(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
21 #define DIST_ED(kd, dist, func) (dist) argument
22 #define DIST_DT(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
23 #define DIST_ET(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
29 #define DIST2_ED(kd, dist2, func) (dist2) argument
30 #define DIST2_DT(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
31 #define DIST2_ET(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
H A Dkdint_ddu.c13 #define POINT_ED(kd, d, r, func) (r) argument
14 #define POINT_DT(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
15 #define POINT_ET(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
21 #define DIST_ED(kd, dist, func) (dist) argument
22 #define DIST_DT(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
23 #define DIST_ET(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
29 #define DIST2_ED(kd, dist2, func) (dist2) argument
30 #define DIST2_DT(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
31 #define DIST2_ET(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
H A Dkdint_dss.c13 #define POINT_ED(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
14 #define POINT_DT(kd, d, r, func) (r) argument
15 #define POINT_ET(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
21 #define DIST_ED(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
22 #define DIST_DT(kd, dist, func) (dist) argument
23 #define DIST_ET(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
29 #define DIST2_ED(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
30 #define DIST2_DT(kd, dist2, func) (dist2) argument
31 #define DIST2_ET(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
H A Dkdint_duu.c13 #define POINT_ED(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
14 #define POINT_DT(kd, d, r, func) (r) argument
15 #define POINT_ET(kd, d, r, func) (func(POINT_SCALE(kd, d, r))) argument
21 #define DIST_ED(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
22 #define DIST_DT(kd, dist, func) (dist) argument
23 #define DIST_ET(kd, dist, func) (func(DIST_SCALE(kd, dist))) argument
29 #define DIST2_ED(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
30 #define DIST2_DT(kd, dist2, func) (dist2) argument
31 #define DIST2_ET(kd, dist2, func) (func(DIST2_SCALE(kd, dist2))) argument
H A Dkdint_fff.c13 #define POINT_ED(kd, d, r, func) (r) argument
14 #define POINT_DT(kd, d, r, func) (r) argument
15 #define POINT_ET(kd, d, r, func) (r) argument
21 #define DIST_ED(kd, dist, func) (dist) argument
22 #define DIST_DT(kd, dist, func) (dist) argument
23 #define DIST_ET(kd, dist, func) (dist) argument
29 #define DIST2_ED(kd, dist2, func) (dist2) argument
30 #define DIST2_DT(kd, dist2, func) (dist2) argument
31 #define DIST2_ET(kd, dist2, func) (dist2) argument
H A Dkdtree_internal.h13 #define KDMANGLE(func, e, d, t) GLUE3(func, e, d, t) argument
16 #define KD_DECLARE(func, rtn, args) \ argument
25 #define KD_DISPATCH(func, tt, rtn, args) \ argument
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplotstuff_wrap.c20316 SWIGINTERN PyObject *SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func) { in SWIG_PyInstanceMethod_New()
20335 SWIGINTERN PyObject *SWIG_PyStaticMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func) { in SWIG_PyStaticMethod_New()
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Danwcs.c51 #define ANWCS_DISPATCH(anwcs, action, defaction, func, ...) \ argument
81 #define ANWCS_DISPATCH(anwcs, action, defaction, func, ...) \ argument
105 #define ANWCS_DISPATCH(anwcs, action, defaction, func, ...) \ argument
130 #define ANWCS_DISPATCH(anwcs, action, defaction, func, ...) \ argument
H A Dc.py1940 def broadcast_2to2ok(func, baton, in1, in2): argument
1943 def broadcast_2to2(func, baton, in1, in2): argument
1946 def broadcast_2to2i(func, baton, in1, in2): argument
H A Derrors.c71 void errors_use_function(errfunc_t* func, void* baton) { in errors_use_function()
167 void error_report(err_t* e, const char* module, int line, const char* func, in error_report()
176 const char* func, const char* fmt, va_list va) { in error_reportv()
229 void error_stack_add_entryv(err_t* e, const char* file, int line, const char* func, const char* for… in error_stack_add_entryv()
239 void error_stack_add_entry(err_t* e, const char* file, int line, const char* func, const char* str)… in error_stack_add_entry()
H A Dlog.c70 void log_use_function(logfunc_t func, void* baton) { in log_use_function()
89 const char* file, int line, const char* func, in loglvl()
108 const char* file, int line, const char* func, in log_loglevel()
H A Dmultiproc.py20 def __init__(self, func): argument
92 def map_async(self, func, iterable, wrap=False): argument
99 def imap_unordered(self, func, iterable, chunksize=None, wrap=False): argument
H A Dresample.c48 #define MANGLE(func) MANGLEGLUE(func, numbername) argument
H A Dtest_errors.c12 static void errfunc(void* baton, err_t* errstate, const char* file, int line, const char* func, con… in errfunc()
H A Dtest_log.c46 …unc(void* baton, enum log_level loglvl, const char* file, int line, const char* func, const char* … in logfunc()
H A Dtimingpool.py303 def __init__(self, func): argument
H A Dutil.py1940 def broadcast_2to2ok(func, baton, in1, in2): argument
1943 def broadcast_2to2(func, baton, in1, in2): argument
1946 def broadcast_2to2i(func, baton, in1, in2): argument
H A Dutil_wrap.c4606 f_2to2ok func, in broadcast_2to2ok()
4768 f_2to2i func, in broadcast_2to2i()
4912 f_2to2 func, in broadcast_2to2()
34770 SWIGINTERN PyObject *SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func) { in SWIG_PyInstanceMethod_New()
34789 SWIGINTERN PyObject *SWIG_PyStaticMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func) { in SWIG_PyStaticMethod_New()

12345678910>>...4458