Home
last modified time | relevance | path

Searched refs:maxboxes (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dpartitiontest.c58 l_int32 w, h, type, maxboxes; in main() local
95 maxboxes = atoi(argv[3]); in main()
98 maxboxes = 100; in main()
115 boxad = boxaGetWhiteblocks(boxat, box, type, maxboxes, ovlap, in main()
/dports/math/grace/grace-5.1.25/src/
H A Dobjutils.c48 static int maxboxes = 0; variable
60 return maxboxes; in number_of_boxes()
80 return (box >= 0 && box < maxboxes); in is_valid_box()
249 for (i = 0; i < maxboxes; i++) { in next_box()
256 maxold = maxboxes; in next_box()
257 if (realloc_boxes(maxboxes + OBJECT_BUFNUM) == RETURN_SUCCESS) { in next_box()
548 for (i = 0; i < maxboxes; i++) { in do_clear_boxes()
598 if (n > maxboxes) { in realloc_boxes()
602 for (i = maxboxes; i < n; i++) { in realloc_boxes()
605 maxboxes = n; in realloc_boxes()
/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dbox_algebra.c49 HYPRE_Int d, size, maxboxes, ndim = hypre_BoxNDim(box1); in hypre_SubtractBoxes() local
58 maxboxes = 2*ndim; in hypre_SubtractBoxes()
61 hypre_BoxArraySetSize(box_array, (size + maxboxes + 1)); in hypre_SubtractBoxes()
67 rembox = hypre_BoxArrayBox(box_array, (size + maxboxes)); in hypre_SubtractBoxes()
76 size = hypre_BoxArraySize(box_array) - maxboxes - 1; in hypre_SubtractBoxes()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dpartition.c171 l_int32 maxboxes, in boxaGetWhiteblocks() argument
192 if (maxboxes < 1) { in boxaGetWhiteblocks()
193 maxboxes = 1; in boxaGetWhiteblocks()
237 if (boxaGetCount(boxad) >= maxboxes) /* we're done */ in boxaGetWhiteblocks()
H A Dleptprotos.h888 …* boxaGetWhiteblocks ( BOXA *boxas, BOX *box, l_int32 sortflag, l_int32 maxboxes, l_float32 maxove…
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dpartition.c192 l_int32 maxboxes, in boxaGetWhiteblocks() argument
213 if (maxboxes < 1) { in boxaGetWhiteblocks()
214 maxboxes = 1; in boxaGetWhiteblocks()
260 if (boxaGetCount(boxad) >= maxboxes) /* we're done */ in boxaGetWhiteblocks()
H A Dallheaders.h1380 …* boxaGetWhiteblocks ( BOXA *boxas, BOX *box, l_int32 sortflag, l_int32 maxboxes, l_float32 maxove…
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm114_structs.h376 int maxboxes; member
/dports/math/grace/grace-5.1.25/grconvert/
H A Dgrconvert.h532 int maxboxes = MAXBOXES; variable
564 extern int maxboxes;
H A Ddefaults.c353 boxes = (boxtype *) malloc(maxboxes * sizeof(boxtype)); in set_default_annotation()
357 for (i = 0; i < maxboxes; i++) { in set_default_annotation()
H A Dwriteasc.c589 for (i = 0; i < maxboxes; i++) { in put_annotation()
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/mlmodel/include/
H A DNeuralNetwork.pb-c.h6950 uint64_t maxboxes; member
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/mlmodel/src/
H A DNeuralNetwork.pb-c.c21783 offsetof(CoreML__Specification__NonMaximumSuppressionLayerParams, maxboxes),
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dallheaders.h1359 …* boxaGetWhiteblocks ( BOXA *boxas, BOX *box, l_int32 sortflag, l_int32 maxboxes, l_float32 maxove…