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

/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp868 off_t* tableOffsets = new(nothrow) off_t[partitionCount - 3]; local
869 if (byOffset && tableOffsets) {
873 tableOffsets[0] = 0;
881 tableOffsets[tableOffsetCount++]
889 qsort(tableOffsets, tableOffsetCount, sizeof(off_t), cmp_offset);
917 if (i > 0 && tableOffsets[i] == tableOffsets[i - 1]) {
922 } else if (is_inside_partitions(tableOffsets[i],
936 delete[] tableOffsets;

Completed in 35 milliseconds