/external/bluetooth/glib/gobject/ |
D | gparamspecs.c | 65 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 …]
|
D | gparamspecs.h | 591 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 …]
|
D | genums.c | 339 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()
|
D | genums.h | 163 gint maximum; member
|
/external/webkit/WebCore/rendering/ |
D | RenderSlider.cpp | 57 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/ |
D | racoon.conf.in | 24 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/ |
D | ftmm.h | 77 FT_Long maximum; member 146 FT_Fixed maximum; member
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebBackForwardList.idl | 58 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.
|
D | IWebHistory.idl | 158 @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/ |
D | ScrollbarThemeQt.cpp | 120 opt.maximum = qMax(0, scrollbar->maximum()); in styleOptionSlider() 205 …crollbar->currentPos() * (trackLength(scrollbar) - thumbLength(scrollbar)) / scrollbar->maximum()); in thumbPosition()
|
D | ScrollbarQt.cpp | 83 setValue(maximum()); in contextMenu()
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/ |
D | SIZE.r | 22 5242880 // 5 megs maximum
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_tree.h | 77 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/ |
D | libipt_tcpmss.man | 1 This matches the TCP MSS (maximum segment size) field of the TCP header. You can only use this on …
|
D | libipt_TCPMSS.man | 2 the maximum size for that connection (usually limiting it to your
|
D | libip6t_TCPMSS.man | 2 the maximum size for that connection (usually limiting it to your
|
/external/webkit/WebCore/platform/ |
D | ScrollbarThemeComposite.cpp | 104 float value = scrollbar->currentPos() / static_cast<float>(scrollbar->maximum()); in paint() 259 …scrollbar->currentPos() * (trackLength(scrollbar) - thumbLength(scrollbar)) / scrollbar->maximum(); in thumbPosition()
|
D | Scrollbar.h | 68 int maximum() const { return m_totalSize - m_visibleSize; } in maximum() function
|
D | Scrollbar.cpp | 214 if (m_currentPos == maximum()) in startTimerIfNeeded() 260 setCurrentPos(static_cast<float>(thumbPos + delta) * maximum() / (trackLen - thumbLen)); in moveThumb()
|
/external/libxml2/ |
D | parserInternals.c | 1850 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/ |
D | README | 23 - gzipped output file opened with default compression level instead of maximum level
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 747 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/ |
D | mh-darwin | 12 # Pad out the paths to the maximum possible length
|
/external/openssl/crypto/x509v3/ |
D | v3_ncons.c | 88 ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
|
/external/tesseract/ |
D | ChangeLog | 41 Increased maximum utf8 string in a classification result to 8.
|