Searched refs:leftIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DPartitioningInfo.cpp97 int32 leftIndex = -1; local
100 if (leftIndex == -1
102 leftIndex = i;
109 TRACE((" leftIndex = %ld, rightIndex = %ld\n", leftIndex, rightIndex));
112 if (leftIndex == -1 || rightIndex == -1 || leftIndex > rightIndex)
115 partitionable_space_data& leftSpace = fSpaces[leftIndex];
121 if (leftIndex == rightIndex && leftSpace.offset < offset
124 TRACE((" splitting space at %ld\n", leftIndex));
[all...]
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp364 int32 leftIndex = local
369 for (int32 i = leftIndex; i<rightIndex; i++) {
370 BPoint point((i - leftIndex) * width / (rightIndex - leftIndex),
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1856 int32 leftIndex = 0; local
1862 = escapementArray[left ? leftIndex : rightIndex] * fontSize;
1869 if (leftIndex == 0 && rightIndex == charCount - 1) {
1876 if (leftIndex > 0 && (rightIndex == charCount - 1
1879 leftWidth -= escapementArray[--leftIndex]
1888 string.RemoveChars(leftIndex, rightIndex + 1 - leftIndex);
1889 string.InsertChars(B_UTF8_ELLIPSIS, 1, leftIndex);
1894 leftIndex++;

Completed in 50 milliseconds