Searched refs:nextSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DSplitLayout.cpp67 int32 nextSize; member in class:BSplitLayout::ValueRange
902 range.nextSize = nextInfo->layoutFrame.IntegerWidth() + 1;
909 range.nextSize = (int32)nextInfo->layoutFrame.IntegerHeight() + 1;
912 range.sumValue = range.previousSize + range.nextSize;
1006 int32 nextSize = range.sumValue - value - (int32)fSpacing; local
1016 bool nextCollapsed = (nextSize <= range.nextMin / 2)
1020 if (previousSize < nextSize) {
1023 nextSize = range.sumValue - (int32)fSpacing;
1053 nextSize = range.sumValue - value - (int32)fSpacing;
1058 if (previousSize < nextSize
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp207 off_t* nextOffset, off_t* nextSize)
233 *nextSize = nextSibling->size;
248 off_t* nextOffset, off_t* nextSize)
274 *nextSize = nextSibling->size;
305 off_t previousOffset = 0, previousSize = 0, nextOffset = 0, nextSize = 0; local
308 &nextSibling, &previousOffset, &previousSize, &nextOffset, &nextSize);
363 off_t previousOffset = 0, previousSize = 0, nextOffset = 0, nextSize = 0; local
366 &nextSibling, &previousOffset, &previousSize, &nextOffset, &nextSize);
498 off_t previousOffset = 0, previousSize = 0, nextOffset = 0, nextSize = 0; local
501 &nextSibling, &previousOffset, &previousSize, &nextOffset, &nextSize);
204 get_sibling_partitions_pm(partition_data* partition, partition_data* child, off_t childOffset, partition_data** previous, partition_data** next, off_t* previousOffset, off_t* previousSize, off_t* nextOffset, off_t* nextSize) argument
245 get_sibling_partitions_ep(partition_data* partition, partition_data* child, off_t childOffset, partition_data** previous, partition_data** next, off_t* previousOffset, off_t* previousSize, off_t* nextOffset, off_t* nextSize) argument
[all...]

Completed in 55 milliseconds