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

/haiku/src/apps/debuganalyzer/gui/chart/
H A DDefaultChartAxisLegendSource.cpp64 int positions = 0; local
68 positions++;
85 snprintf(buffer, sizeof(buffer), "%.*f", positions, value);
/haiku/src/apps/pairs/
H A DPairsView.cpp169 int32* positions = new int32[fButtonsCount]; local
171 positions[i] = i;
175 fRandomPosition[fButtonsCount - i] = positions[index];
177 positions[j] = positions[j + 1];
179 delete[] positions;
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp56 PartitionPosition* positions);
587 positions - output buffer with sufficient size
592 PartitionPosition* positions)
598 positions[partition_count].offset = child->offset;
599 positions[partition_count].size = child->size;
609 positions - output buffer with sufficient size
614 PartitionPosition* positions)
620 positions[partition_count].offset = child->offset;
621 positions[partition_count].size = child->size;
636 PartitionPosition* positions local
591 fill_partitionable_spaces_buffer_pm(partition_data* partition, PartitionPosition* positions) argument
613 fill_partitionable_spaces_buffer_ep(partition_data* partition, PartitionPosition* positions) argument
[all...]
/haiku/src/preferences/notifications/
H A DGeneralView.cpp114 const uint32 positions[] = { local
123 message->AddInt32(kNotificationPositionName, positions[i]);
/haiku/src/kits/support/
H A DString.cpp1832 PosVect positions; local
1837 if (!positions.Add(offset + pos))
1841 _ReplaceAtPositions(&positions, searchLen, with, withLen);
2584 PosVect positions; local
2589 if (pos < length - offset && !positions.Add(offset + pos))
2593 uint32 count = positions.CountItems();
2607 pos = positions.ItemAt(i);
2663 PosVect positions; local
2667 positions.Add(srcPos);
2670 _ReplaceAtPositions(&positions, findLe
2676 _ReplaceAtPositions(const PosVect* positions, int32 searchLength, const char* with, int32 withLength) argument
[all...]
/haiku/headers/os/support/
H A DString.h417 void _ReplaceAtPositions(const PosVect* positions,

Completed in 60 milliseconds