Searched refs:upperBound (Results 1 - 13 of 13) sorted by last modified time

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h483 const BVariant& upperBound);
H A DDwarfTypes.cpp1409 const BVariant& lowerBound, const BVariant& upperBound)
1415 fUpperBound(upperBound)
1407 DwarfSubrangeType(DwarfTypeContext* typeContext, const BString& name, DIESubrangeType* entry, Type* baseType, const BVariant& lowerBound, const BVariant& upperBound) argument
H A DDwarfTypeFactory.cpp1064 BVariant upperBound; local
1077 upperBound, &valueType);
1121 upperBound.SetTo(lowerBound.ToInt64() + count.ToInt64() - 1);
1123 upperBound.SetTo(lowerBound.ToUInt64() + count.ToUInt64() - 1);
1149 name, typeEntry, baseType, lowerBound, upperBound);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2068 int32 lowerBound, upperBound; local
2077 if (valueNode->SupportedChildRange(lowerBound, upperBound)
2093 "-%" B_PRId32 ".", lowerBound, upperBound);
2096 "-%" B_PRId32 ".", lowerBound, upperBound);
2114 int32 lowerBound, upperBound; local
2118 if (valueNode->SupportedChildRange(lowerBound, upperBound) != B_OK)
2129 rangeExpression, lowerBound, upperBound, fixedRange, ranges);
2138 range->lowerBound, range->upperBound);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp105 * from lowerBound to upperBound
108 CachedExtentTree::FillFreeExtents(uint64 lowerBound, uint64 upperBound) argument
123 while ((next = Next(node)) != NULL && next->End() < upperBound) {
138 if (upperBound > node->End()) {
139 hole = CachedExtent::Create(node->End(), upperBound - node->End(),
558 uint64 upperBound = blockGroup.End(); local
559 status = fTree->FillFreeExtents(lowerBound, upperBound);
563 upperBound);
569 if (fEnd < upperBound)
570 fEnd = upperBound;
[all...]
H A DExtentAllocator.h95 uint64 upperBound);
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp416 int32& upperBound)
422 upperBound = atoi(rangeString.String());
424 upperBound = lowerBound;
426 if (lowerBound > upperBound)
435 int32 upperBound, bool fixedRange, RangeList& _output)
465 if (fixedRange && (lowValue < lowerBound || highValue > upperBound))
415 ParseRangeString(BString& rangeString, int32& lowerBound, int32& upperBound) argument
434 ParseRangeExpression(const BString& rangeExpression, int32 lowerBound, int32 upperBound, bool fixedRange, RangeList& _output) argument
/haiku/src/kits/debugger/settings/generic/
H A DSetting.cpp316 const BVariant& lowerBound, const BVariant& upperBound,
321 fUpperBound(upperBound),
352 const BVariant& lowerBound, const BVariant& upperBound,
357 fUpperBound(upperBound),
315 BoundedSettingImpl(const BString& id, const BString& name, const BVariant& lowerBound, const BVariant& upperBound, const BVariant& defaultValue) argument
351 RangeSettingImpl(const BString& id, const BString& name, const BVariant& lowerBound, const BVariant& upperBound, const BVariant& lowerValue, const BVariant& upperValue) argument
/haiku/headers/private/debugger/settings/generic/
H A DSetting.h192 const BVariant& upperBound,
212 const BVariant& upperBound,
/haiku/src/kits/debugger/util/
H A DRangeList.cpp39 } else if (highValue <= range->upperBound) {
48 range->upperBound = highValue;
52 } else if (lowValue < range->upperBound) {
53 if (highValue <= range->upperBound) {
58 range->upperBound = highValue;
82 return AddRange(range.lowerBound, range.upperBound);
101 if (value < range->lowerBound || value > range->upperBound)
103 else if (value >= range->lowerBound && value <= range->upperBound)
134 else if (nextRange->upperBound < highValue) {
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp132 int32 lowerBound, upperBound; local
133 error = SupportedChildRange(lowerBound, upperBound);
138 fUpperBound = upperBound;
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h71 int32 lowerBound, int32 upperBound,
/haiku/headers/private/debugger/util/
H A DRangeList.h15 int32 upperBound; member in struct:Range
20 upperBound(-1)
27 upperBound(highValue)

Completed in 107 milliseconds