Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in24 maximum_length 20; # maximum padding length.
/external/v8/src/wasm/
Dwasm-objects-inl.h83 ACCESSORS(WasmTableObject, maximum_length, Object, kMaximumLengthOffset) in ACCESSORS()
Dwasm-objects.h245 DECL_ACCESSORS(maximum_length, Object)
Dwasm-js.cc1150 int64_t max_size64 = receiver->maximum_length()->Number(); in WebAssemblyTableGrow()
Dmodule-compiler.cc1556 table_instance.table_object->maximum_length()->Number(); in ProcessImports()
/external/ImageMagick/MagickCore/
Ddraw.c1732 maximum_length, in DrawDashPolygon() local
1801 maximum_length=0.0; in DrawDashPolygon()
1807 maximum_length=hypot(dx,dy); in DrawDashPolygon()
1808 if (maximum_length > MaxBezierCoordinates) in DrawDashPolygon()
1818 for (total_length=0.0; (length >= 0.0) && (maximum_length >= (total_length+length)); ) in DrawDashPolygon()
1825 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1827 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1836 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1838 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1851 length-=(maximum_length-total_length); in DrawDashPolygon()
[all …]