Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 218) sorted by relevance

123456789

/external/bluetooth/glib/gobject/
Dgparamspecs.c65 cspec->maximum = 0x80; in param_char_init()
83 value->data[0].v_int = CLAMP (value->data[0].v_int, cspec->minimum, cspec->maximum); in param_char_validate()
94 uspec->maximum = 0xff; in param_uchar_init()
112 value->data[0].v_uint = CLAMP (value->data[0].v_uint, uspec->minimum, uspec->maximum); in param_uchar_validate()
141 ispec->maximum = 0x80000000; in param_int_init()
159 value->data[0].v_int = CLAMP (value->data[0].v_int, ispec->minimum, ispec->maximum); in param_int_validate()
181 uspec->maximum = 0xffffffff; in param_uint_init()
199 value->data[0].v_uint = CLAMP (value->data[0].v_uint, uspec->minimum, uspec->maximum); in param_uint_validate()
222 lspec->maximum = 0x80000000; in param_long_init()
225 lspec->maximum = 0x8000000000000000; in param_long_init()
[all …]
Dgparamspecs.h591 gint8 maximum; member
608 guint8 maximum; member
638 gint maximum; member
655 guint maximum; member
672 glong maximum; member
689 gulong maximum; member
706 gint64 maximum; member
723 guint64 maximum; member
787 gfloat maximum; member
807 gdouble maximum; member
[all …]
Dgenums.c339 class->maximum = 0; in g_enum_class_init()
348 class->maximum = class->values->value; in g_enum_class_init()
352 class->maximum = MAX (class->maximum, values->value); in g_enum_class_init()
Dgenums.h163 gint maximum; member
/external/webkit/WebCore/rendering/
DRenderSlider.cpp57 double maximum; member
65 if (minimum == maximum) in proportionFromValue()
68 return (value - minimum) / (maximum - minimum); in proportionFromValue()
74 return minimum + proportion * (maximum - minimum); in valueFromProportion()
89 maximum = maxString.isNull() ? 100.0 : maxString.toDouble(); in SliderRange()
92 minimum = min(element->getAttribute(minAttr).toDouble(), maximum); in SliderRange()
97 double clampedValue = max(minimum, min(value, maximum)); in clampValue()
104 double oldValue = valueString.isNull() ? (minimum + maximum) / 2 : valueString.toDouble(); in valueFromElement()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in24 maximum_length 20; # maximum padding length.
44 counter 5; # maximum trying count to send.
45 interval 20 sec; # maximum interval to resend.
48 # maximum time to wait for completing each phase.
/external/freetype/include/freetype/
Dftmm.h77 FT_Long maximum; member
146 FT_Fixed maximum; member
/external/webkit/WebKit/win/Interfaces/
DIWebBackForwardList.idl58 the size of the list within the maximum size.
129 @abstract Returns the list's maximum size.
130 @result The list's maximum size.
137 @abstract Sets the list's maximum size.
138 @param size The new maximum size for the list.
DIWebHistory.idl158 @param limit The maximum number of items that will be stored by the WebHistory.
165 @result The maximum number of items that will be stored by the WebHistory.
172 @discussion setHistoryAgeInDaysLimit: sets the maximum number of days to be read from
174 @param limit The maximum number of days to be read from stored history.
181 @return Returns the maximum number of days to be read from stored history.
/external/webkit/WebCore/platform/qt/
DScrollbarThemeQt.cpp120 opt.maximum = qMax(0, scrollbar->maximum()); in styleOptionSlider()
205 …crollbar->currentPos() * (trackLength(scrollbar) - thumbLength(scrollbar)) / scrollbar->maximum()); in thumbPosition()
DScrollbarQt.cpp83 setValue(maximum()); in contextMenu()
/external/qemu/distrib/sdl-1.2.12/src/main/macos/
DSIZE.r22 5242880 // 5 megs maximum
/external/opencore/oscl/oscl/osclbase/src/
Doscl_tree.h77 static base_link_type maximum(base_link_type x) in maximum() function
378 rightmost() = maximum(root()); in Oscl_Rb_Tree()
408 rightmost() = maximum(root());
753 static link_type maximum(link_type x) in maximum() function
755 return (link_type) Oscl_Rb_Tree_Node_Base::maximum(x); in maximum()
/external/iptables/extensions/
Dlibipt_tcpmss.man1 This matches the TCP MSS (maximum segment size) field of the TCP header. You can only use this on …
Dlibipt_TCPMSS.man2 the maximum size for that connection (usually limiting it to your
Dlibip6t_TCPMSS.man2 the maximum size for that connection (usually limiting it to your
/external/webkit/WebCore/platform/
DScrollbarThemeComposite.cpp104 float value = scrollbar->currentPos() / static_cast<float>(scrollbar->maximum()); in paint()
259 …scrollbar->currentPos() * (trackLength(scrollbar) - thumbLength(scrollbar)) / scrollbar->maximum(); in thumbPosition()
DScrollbar.h68 int maximum() const { return m_totalSize - m_visibleSize; } in maximum() function
DScrollbar.cpp214 if (m_currentPos == maximum()) in startTimerIfNeeded()
260 setCurrentPos(static_cast<float>(thumbPos + delta) * maximum() / (trackLen - thumbLen)); in moveThumb()
/external/libxml2/
DparserInternals.c1850 seq->maximum = 0; in xmlInitNodeInfoSeq()
1941 if (ctxt->node_seq.length + 1 > ctxt->node_seq.maximum) { in xmlParserAddNodeInfo()
1945 if (ctxt->node_seq.maximum == 0) in xmlParserAddNodeInfo()
1946 ctxt->node_seq.maximum = 2; in xmlParserAddNodeInfo()
1948 (2 * ctxt->node_seq.maximum)); in xmlParserAddNodeInfo()
1962 ctxt->node_seq.maximum *= 2; in xmlParserAddNodeInfo()
/external/zlib/contrib/iostream3/
DREADME23 - gzipped output file opened with default compression level instead of maximum level
/external/freetype/src/truetype/
Dttgxvar.c747 a->maximum = axis_rec.maxValue; /* A Fixed */ in TT_Get_MM_Var()
1023 if ( coords[i] > a->maximum || coords[i] < a->minimum ) in TT_Set_Var_Design()
1035 else if ( a->maximum == a->def ) in TT_Set_Var_Design()
1041 a->maximum - a->def ); in TT_Set_Var_Design()
/external/icu4c/config/
Dmh-darwin12 # Pad out the paths to the maximum possible length
/external/openssl/crypto/x509v3/
Dv3_ncons.c88 ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
/external/tesseract/
DChangeLog41 Increased maximum utf8 string in a classification result to 8.

123456789