Searched refs:minValue (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Denumset.h30 template<typename T, uint32_t minValue, uint32_t limitValue>
34 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {}
43 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); }
45 inline const EnumSet<T,minValue,limitValue>& operator=(const EnumSet<T,minValue,limitValue>& other) {
56 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); }
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ddenseranges.cpp64 int32_t minValue=0; local
67 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) {
68 minValue=gapStarts[i];
105 int32_t minValue=values[0]; local
106 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue.
108 // signed-int32_t overflow of maxValue-minValue.
109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1;
112 ranges[0][0]=minValue;
119 // See if we can split [minValue, maxValue] into 2..capacity ranges,
123 int32_t expectedValue=minValue;
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioLevelControl.h47 SInt32 minValue; member in class:IOAudioLevelControl
61 SInt32 minValue,
102 * @param minValue The lowest possible value the control may have
104 * @param minDB A fixed point representation of the db value matching minValue
112 SInt32 minValue,
123 SInt32 minValue,
136 * @param minValue The lowest possible value the control may have
138 * @param minDB A fixed point representation of the db value matching minValue
148 SInt32 minValue,
164 * @param minValue Th
[all...]
H A DIOAudioLevelControl.cpp52 SInt32 minValue,
61 minValue,
80 SInt32 minValue,
96 minValue,
114 SInt32 minValue,
124 minValue,
182 minValue = newMinValue;
189 return minValue;
309 audioDebugIOLog(3, " IOAudioLevelControl::validateValue[%p] - newIntValue = %ld, min = %ld, max = %ld\n", this, (long int)newIntValue, (long int)minValue, (long int)maxValue);
311 if ((newIntValue >= minValue)
51 createPassThruVolumeControl(SInt32 initialValue, SInt32 minValue, SInt32 maxValue, IOFixed minDB, IOFixed maxDB, UInt32 channelID, const char *channelName, UInt32 cntrlID) argument
79 create(SInt32 initialValue, SInt32 minValue, SInt32 maxValue, IOFixed minDB, IOFixed maxDB, UInt32 channelID, const char *channelName, UInt32 cntrlID, UInt32 subType, UInt32 usage) argument
113 createVolumeControl(SInt32 initialValue, SInt32 minValue, SInt32 maxValue, IOFixed minDB, IOFixed maxDB, UInt32 channelID, const char *channelName, UInt32 cntrlID, UInt32 usage) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioParam.h50 static PassRefPtr<AudioParam> create(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) argument
52 return adoptRef(new AudioParam(context, name, defaultValue, minValue, maxValue, units));
69 float minValue() const { return static_cast<float>(m_minValue); } function in class:WebCore::AudioParam
106 AudioParam(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) argument
111 , m_minValue(minValue)
H A DAudioParam.idl33 readonly attribute unrestricted float minValue;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXScale.c160 SInt32 initialValue, minValue, maxValue;
257 minValue = scalePtr->fromValue;
260 minValue = scalePtr->fromValue;
267 numTicks = (maxValue - minValue)/scalePtr->tickInterval;
270 CreateSliderControl(windowRef, &r, initialValue, minValue, maxValue,
157 SInt32 initialValue, minValue, maxValue; local
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXScale.c158 SInt32 initialValue, minValue, maxValue;
255 minValue = scalePtr->fromValue;
258 minValue = scalePtr->fromValue;
265 numTicks = (maxValue - minValue)/scalePtr->tickInterval;
268 CreateSliderControl(windowRef, &r, initialValue, minValue, maxValue,
155 SInt32 initialValue, minValue, maxValue; local
H A DtkMacOSXMenubutton.c39 SInt16 minValue; member in struct:__anon13831
541 * We need to set minValue to some non-zero value,
545 paramsPtr->minValue = kControlBehaviorMultiValueMenu;
565 paramsPtr->minValue = -12345;
647 SInt16 procID, initialValue, minValue, maxValue;
662 minValue = 0;
667 initiallyVisible, initialValue, minValue, maxValue, procID,
691 mbPtr->params.minValue, mbPtr->params.maxValue,
639 SInt16 procID, initialValue, minValue, maxValue; local
H A DtkMacOSXButton.c54 SInt16 minValue; member in struct:__anon13817
797 SInt16 procID, initialValue, minValue, maxValue;
810 minValue = 0;
815 initiallyVisible, initialValue, minValue, maxValue, procID,
833 mbPtr->params.minValue, mbPtr->params.maxValue,
1460 paramsPtr->minValue = 0;
1465 paramsPtr->minValue = kControlBehaviorOffsetContents |
1482 paramsPtr->minValue = 0;
1487 paramsPtr->minValue = kControlBehaviorOffsetContents |
1504 paramsPtr->minValue
792 SInt16 procID, initialValue, minValue, maxValue; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXmath.c163 double value, minValue = MAXDOUBLE;
172 if (value < minValue) {
173 minValue = value;
160 double value, minValue = MAXDOUBLE; local
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceValue.cpp112 gdouble minValue = coreObject->minValueForRange();
115 return atk_range_new(minValue, maxValue, valueDescription);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMBinding.cpp316 static const int8_t minValue = -128; member in struct:WebCore::IntTypeLimits
329 static const short minValue = -32768; member in struct:WebCore::IntTypeLimits
347 if (d >= LimitsTrait::minValue && d <= LimitsTrait::maxValue)
362 return enforceRange(exec, x, LimitsTrait::minValue, LimitsTrait::maxValue);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnvmbcs.c738 uint16_t minValue; local
749 minValue=0xf00;
752 minValue=0x800;
765 if(*stage3++>=minValue) {
3505 uint16_t value, minValue; local
3525 minValue=0x800;
3528 minValue=0xc00;
3600 if(value>=minValue) {
3682 uint16_t value, minValue; local
3702 minValue
4879 uint16_t value, minValue; local
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/animation/
H A DSVGSMILElement.cpp694 SMILTime SVGSMILElement::minValue() const function in class:WebCore::SVGSMILElement
796 SMILTime minValue = this->minValue(); local
798 if (minValue > maxValue) {
801 minValue = 0;
804 return resolvedBegin + std::min(maxValue, std::max(minValue, preliminaryActiveDuration));
H A DSVGSMILElement.h81 SMILTime minValue() const;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-snmp.c958 if (smiRange->minValue.value.unsigned32
960 ok = (elem->asnlen == smiRange->minValue.value.unsigned32);
962 ok = (elem->asnlen >= smiRange->minValue.value.unsigned32
968 ok = (elem->data.integer >= smiRange->minValue.value.integer32
973 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvSect.c71 double minValue; member in struct:SectionItem
160 "-80.0", Tk_Offset(SectionItem, minValue), 0},
299 sectPtr->minValue = -80.0;
376 (sectPtr->minValue - sectPtr->maxValue));
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2388 const APInt& minValue = cast<ConstantInt>(FrontCase.Low)->getValue(); local
2390 APInt cmpRange = maxValue - minValue;
2393 << "Low bound: " << minValue << '\n'
2406 // word without having to subtract minValue. In this case,
2411 lowBound = minValue;

Completed in 310 milliseconds