Home
last modified time | relevance | path

Searched refs:objstruct (Results 1 – 25 of 73) sorted by relevance

123

/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dphotom.h36 extern void computeaperflux(picstruct *, picstruct *, objstruct *, int),
38 picstruct *, objstruct *),
39 computeisocorflux(picstruct *, objstruct *),
40 computemags(picstruct *, objstruct *),
42 picstruct *, objstruct *);
H A Dastrom.h61 extern void astrom_errparam(picstruct *, objstruct *),
62 astrom_winerrparam(picstruct *, objstruct *),
63 astrom_shapeparam(picstruct *, objstruct *),
64 astrom_winshapeparam(picstruct *, objstruct *),
65 computeastrom(picstruct *, objstruct *),
H A Dmanobjlist.c36 objstruct *cobj = &(coreobjlist->obj[corenb]), in belong()
57 objstruct *objl2obj; in addobj()
67 if (!(objl2obj = (objstruct *)realloc(objl2->obj, in addobj()
68 (++objl2->nobj) * sizeof(objstruct)))) in addobj()
72 if (!(objl2obj = (objstruct *)malloc((++objl2->nobj)*sizeof(objstruct)))) in addobj()
H A Dextract.c91 int lutz(objliststruct *objlistroot, int nroot, objstruct *objparent, in lutz()
96 objstruct *obj, *objroot; in lutz()
131 if (!(obj=objlist->obj=(objstruct *)malloc(nobjm*sizeof(objstruct)))) in lutz()
256 if (!(obj = objlist->obj = (objstruct *) in lutz()
257 realloc(obj, (nobjm+=nobjm/2)* sizeof(objstruct)))) in lutz()
308 if (!(objlist->obj=(objstruct *)realloc(obj, in lutz()
309 objlist->nobj*sizeof(objstruct)))) in lutz()
340 objstruct *obj = objlist->obj+objlist->nobj; in lutzsort()
342 memset(obj, 0, (size_t)sizeof(objstruct)); in lutzsort()
H A Dclean.c92 objstruct *objin, *obj; in clean()
187 void addcleanobj(objstruct *objin) in addcleanobj()
196 if (!(cleanobjlist->obj = (objstruct *)realloc(cleanobjlist->obj, in addcleanobj()
197 (++cleanobjlist->nobj) * sizeof(objstruct)))) in addcleanobj()
202 if (!(cleanobjlist->obj = (objstruct *)malloc((++cleanobjlist->nobj) in addcleanobj()
203 * sizeof(objstruct)))) in addcleanobj()
232 void mergeobject(objstruct *objslave,objstruct *objmaster) in mergeobject()
313 if (!(cleanobjlist->obj = (objstruct *)realloc(cleanobjlist->obj, in subcleanobj()
314 cleanobjlist->nobj * sizeof(objstruct)))) in subcleanobj()
H A Dflag.h23 void getflags(objstruct *obj, pliststruct *pixel),
24 mergeflags(objstruct *objmaster, objstruct *objslave);
H A Dglobals.h23 EXTERN objstruct flagobj;
40 examineiso(picstruct *, picstruct *, objstruct *,
49 mergeobject(objstruct *, objstruct *),
H A Dflag.c41 void getflags(objstruct *obj, pliststruct *pixel) in getflags()
176 void mergeflags(objstruct *objmaster, objstruct *objslave) in mergeflags()
H A Dpsf.h124 picstruct *wfield, objstruct *obj,
127 objstruct *obj),
H A Dwinpos.h33 objstruct *obj);
H A Dgrowth.h35 objstruct *obj);
H A Dclean.h29 extern void addcleanobj(objstruct *),
H A Dplist.c43 objstruct *obj; in createblank()
105 objstruct *obj; in createsubmap()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/sep/
H A Dlutz.c94 objstruct *objparent, objliststruct *objlist, int minarea) in lutz()
97 objstruct *obj; in lutz()
132 if (!(obj=objlist->obj=(objstruct *)malloc(nobjm*sizeof(objstruct)))) in lutz()
256 if (!(obj = objlist->obj = (objstruct *) in lutz()
258 sizeof(objstruct)))) in lutz()
308 (objstruct *)realloc(obj, objlist->nobj*sizeof(objstruct)))) in lutz()
337 objstruct *obj = objlist->obj+objlist->nobj; in lutzsort()
339 memset(obj, 0, (size_t)sizeof(objstruct)); in lutzsort()
H A Dextract.h111 } objstruct; typedef
116 objstruct *obj; /* pointer to the object array */
132 objstruct *objparent, objliststruct *objlist, int minarea);
H A Dextract.c744 static objstruct obj; in sortit()
756 memset(&obj, 0, (size_t)sizeof(objstruct)); in sortit()
811 objstruct *objl2obj; in addobjdeep()
821 objl2obj = (objstruct *)realloc(objl2->obj, in addobjdeep()
822 (++objl2->nobj)*sizeof(objstruct)); in addobjdeep()
824 objl2obj = (objstruct *)malloc((++objl2->nobj)*sizeof(objstruct)); in addobjdeep()
919 objstruct *obj1, *obj2; in clean()
1043 objstruct *obj; in convert_to_catalog()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/sep/
H A Dlutz.cpp114 objstruct *objparent, objliststruct *objlist, int minarea) in lutz()
116 objstruct *obj; in lutz()
151 if (!(obj = objlist->obj = (objstruct *)malloc(nobjm * sizeof(objstruct)))) in lutz()
275 if (!(obj = objlist->obj = (objstruct *) in lutz()
277 sizeof(objstruct)))) in lutz()
327 (objstruct *)realloc(obj, objlist->nobj * sizeof(objstruct)))) in lutz()
356 objstruct *obj = objlist->obj + objlist->nobj; in lutzsort()
358 memset(obj, 0, (size_t)sizeof(objstruct)); in lutzsort()
H A Dutil.cpp354 objstruct *objl2obj; in addobjdeep()
364 objl2obj = (objstruct *)realloc(objl2->obj, in addobjdeep()
365 (++objl2->nobj) * sizeof(objstruct)); in addobjdeep()
367 objl2obj = (objstruct *)malloc((++objl2->nobj) * sizeof(objstruct)); in addobjdeep()
H A Dsepcore.h186 } objstruct; typedef
191 objstruct *obj; /* pointer to the object array */
H A Dextract.c756 static objstruct obj; in sortit()
768 memset(&obj, 0, (size_t)sizeof(objstruct)); in sortit()
823 objstruct *objl2obj; in addobjdeep()
833 objl2obj = (objstruct *)realloc(objl2->obj, in addobjdeep()
834 (++objl2->nobj)*sizeof(objstruct)); in addobjdeep()
836 objl2obj = (objstruct *)malloc((++objl2->nobj)*sizeof(objstruct)); in addobjdeep()
931 objstruct *obj1, *obj2; in clean()
1055 objstruct *obj; in convert_to_catalog()
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcythonscope.pyx55 cdef __pyx_TestClass_obj *objstruct
58 objstruct = <__pyx_TestClass_obj *> obj
59 print objstruct.value
62 objstruct = <__pyx_TestClass_obj *> obj
63 print objstruct.value
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcythonscope.pyx55 cdef __pyx_TestClass_obj *objstruct
58 objstruct = <__pyx_TestClass_obj *> obj
59 print objstruct.value
62 objstruct = <__pyx_TestClass_obj *> obj
63 print objstruct.value
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dobject.c100 if(dtzo->callback != NULL) dtzo->callback(dtzo->objstruct); in DelObjectInternal()
101 if(dtzo->objstruct && free_obj) free(dtzo->objstruct); in DelObjectInternal()
H A Dfont_cache.c99 fnode = node->objstruct; in ami_font_cache_cleanup()
147 if(node) nodedata = node->objstruct; in ami_font_cache_locate()
181 node->objstruct = nodedata; in ami_font_cache_insert()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_actor.h226 typedef struct objstruct struct
256 struct objstruct *next, *prev; argument
257 struct objstruct *nextactive, *prevactive; argument
258 struct objstruct *nextinarea, *previnarea; argument

123