Searched refs:lowIndex (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/debugger/value/value_nodes/
H A DBListValueNode.h44 int32 lowIndex, int32 highIndex);
45 virtual status_t SupportedChildRange(int32& lowIndex,
H A DArrayValueNode.h48 int32 lowIndex, int32 highIndex);
49 virtual status_t SupportedChildRange(int32& lowIndex,
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp121 int32 lowIndex, int32 highIndex)
142 if (lowIndex < fLowerBound)
143 lowIndex = fLowerBound;
148 for (int32 i = lowIndex; i <= highIndex; i++) {
179 AbstractArrayValueNode::SupportedChildRange(int32& lowIndex, argument
189 lowIndex = dimensionType->LowerBound().ToInt32();
194 lowIndex = fLowerBound;
120 CreateChildrenInRange(TeamTypeInformation* info, int32 lowIndex, int32 highIndex) argument
H A DBListValueNode.cpp346 int32 lowIndex, int32 highIndex)
351 if (lowIndex < 0)
352 lowIndex = 0;
391 for (int32 i = lowIndex; i <= highIndex; i++)
411 BListValueNode::SupportedChildRange(int32& lowIndex, int32& highIndex) const argument
413 lowIndex = 0;
345 CreateChildrenInRange(TeamTypeInformation* info, int32 lowIndex, int32 highIndex) argument
/haiku/headers/private/debugger/value/
H A DValueNode.h74 int32 lowIndex, int32 highIndex);
75 virtual status_t SupportedChildRange(int32& lowIndex,
/haiku/src/kits/debugger/value/
H A DValueNode.cpp89 ValueNode::CreateChildrenInRange(TeamTypeInformation* info, int32 lowIndex, argument
97 ValueNode::SupportedChildRange(int32& lowIndex, int32& highIndex) const argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2109 int matchIndex = -1, lowIndex = -1; local
2127 lowIndex = i - 1;
2131 if ((matchIndex == -1) && (lowIndex == -1)) {
2140 HALASSERT(lowIndex != -1);
2145 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));
2146 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));
2150 powInfo[lowIndex].tPow2x[i], powInfo[lowIndex + 1].tPow2x[i]);
2169 int matchIndex = -1, lowIndex = -1; local
2187 lowIndex
[all...]

Completed in 99 milliseconds