Home
last modified time | relevance | path

Searched refs:maximum_length (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in24 maximum_length 20; # maximum padding length.
/external/ImageMagick/MagickCore/
Ddraw.c1485 maximum_length, in DrawDashPolygon() local
1549 maximum_length=0.0; in DrawDashPolygon()
1555 maximum_length=hypot((double) dx,dy); in DrawDashPolygon()
1563 for (total_length=0.0; (length >= 0.0) && (maximum_length >= (total_length+length)); ) in DrawDashPolygon()
1570 total_length/maximum_length); in DrawDashPolygon()
1572 total_length/maximum_length); in DrawDashPolygon()
1581 total_length/maximum_length); in DrawDashPolygon()
1583 total_length/maximum_length); in DrawDashPolygon()
1595 length-=(maximum_length-total_length); in DrawDashPolygon()
1602 if ((total_length <= maximum_length) && ((n & 0x01) == 0) && (j > 1)) in DrawDashPolygon()