Searched refs:max (Results 176 - 200 of 424) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h407 inline T Clamp(T value, T min, T max) argument
409 return (value < min ? min : value > max ? max : value);
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp237 BSize max = layout->MaxSize(); local
238 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h153 return std::max(std::min(priority, kMaximalPriority), kMinimalPriority);
292 quantum = std::max(quantum, gCurrentMode->minimal_quantum);
316 timeLeft = std::max(bigtime_t(0), timeLeft);
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h28 int max; member in struct:hash_table
29 int mask; /* == max - 1 */
/haiku/src/libs/alm/
H A DSharedSolver.h80 const BSize& max);
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp95 int32 min, int32 max)
99 fMax(max)
126 if (archive->FindInt32("max", &fMax) < B_OK)
146 ret = into->AddInt32("max", fMax);
230 float min, float max)
234 fMax(max)
261 if (archive->FindFloat("max", &fMax) < B_OK)
281 ret = into->AddFloat("max", fMax);
94 IntProperty(uint32 identifier, int32 value, int32 min, int32 max) argument
229 FloatProperty(uint32 identifier, float value, float min, float max) argument
H A DProperty.h63 int32 max = INT32_MAX);
106 float max = 1000000.0);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp67 // compute the min/max legend levels
84 double rangeSize = fRange.max - fRange.min;
92 for (int32 level = std::max(minLevel, (int32)0); level <= maxLevel;) {
110 && std::max(previousLevel, info->legend->Level()) > 0) {
277 double rangeSize = fRange.max - fRange.min;
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp330 int lastChanged, int min, int max, int warn, int inactive, int expiration,
335 entry->sp_max = max;
364 int& lastChanged, int& min, int& max, int& warn, int& inactive,
389 max = maxString[0] != '\0' ? atoi(maxString) : -1;
329 copy_shadow_pwd_to_buffer(const char* name, const char* password, int lastChanged, int min, int max, int warn, int inactive, int expiration, int flags, spwd* entry, char* buffer, size_t bufferSize) argument
363 parse_shadow_pwd_line(char* line, char*& name, char*& password, int& lastChanged, int& min, int& max, int& warn, int& inactive, int& expiration, int& flags) argument
/haiku/headers/os/interface/
H A DStatusBar.h60 virtual void SetMaxValue(float max);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h35 // max
39 max(const T &a, const T &b) function in namespace:BPrivate::DiskDevice
/haiku/src/kits/midi/
H A DSoftSynth.h63 status_t SetMaxVoices(int32 max);
/haiku/src/preferences/network/
H A DServiceListItem.cpp104 float maxStateWidth = std::max(font->StringWidth(B_TRANSLATE(kEnabledState)),
/haiku/src/system/boot/platform/next_m68k/
H A Dvideo.cpp104 std::max(4, 32 / mg->km_coni.pixels_per_word);
/haiku/headers/private/virtio/
H A Dvirtio_defs.h157 int32 max; member in struct:VirtioInputAbsinfo
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp79 float max = minSize.height - height; local
80 scrollBar->SetRange(0, max);
399 float max; local
400 scrollBar->GetRange(&min, &max);
/haiku/src/tools/checkstyle/
H A Dutils.py134 newEnd = max(lastHighlight[1], highlight[1])
/haiku/src/system/boot/platform/efi/arch/generic/
H A Dgeneric_mmu.cpp33 base = std::max(base, physicalMemoryLow);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp52 ProgressWindow(const char* message, int32 max,
96 int32 max, volatile bool* signalQuit)
104 snprintf(count, sizeof(count), "/%" B_PRId32, max);
107 fStatusBar->SetMaxValue(max);
95 ProgressWindow(const char* message, int32 max, volatile bool* signalQuit) argument
/haiku/src/kits/storage/
H A DResourceFile.cpp36 = std::max(sizeof(Elf32_Ehdr), sizeof(Elf64_Ehdr)) + 32;
549 resourceOffset = std::max(resourceOffset,
586 resourceOffset = std::max(resourceOffset, segmentEnd);
587 resourceAlignment = std::max(resourceAlignment, alignment);
607 resourceOffset = std::max(resourceOffset,
644 resourceOffset = std::max(resourceOffset, sectionEnd);
718 resourceOffset = std::max(resourceOffset, sectionEnd);
1109 bufferSize = std::max((uint32)bufferSize, indexSectionSize);
1114 bufferSize = std::max((uint32)bufferSize, unknownSectionSize);
1123 bufferSize = std::max(bufferSiz
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp82 int32 min, int32 max, int32 value,
84 : PopupSlider(name, label, model, target, min, max, value, formatString),
80 InputSlider(const char* name, const char* label, BMessage* model, BHandler* target, int32 min, int32 max, int32 value, const char* formatString) argument
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp253 fMax_x = std::max(fMax_x, r.right);
254 fMax_y = std::max(fMax_y, r.bottom);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c256 AH5416(ah)->nf_2g.max = AR_PHY_CCA_MAX_GOOD_VAL_5416_2GHZ;
259 AH5416(ah)->nf_5g.max = AR_PHY_CCA_MAX_GOOD_VAL_5416_5GHZ;
293 pCap->halRtsAggrLimit = 64*1024; /* 802.11n max */
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp237 maxAddress = std::max(maxAddress,
247 maxAddress = std::max(maxAddress, (uint64)0x100000000ll);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp113 size.width = std::max(size.width, fSourceButton->PreferredSize().width);
114 size.width = std::max(size.width, fExpandButton->PreferredSize().width);
404 float max, pos; local
405 fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
407 bool atEnd = (pos == max);
421 fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
422 fScrollView->ScrollBar(B_VERTICAL)->SetValue(max);
769 bottom = std::max(fPreviousHeight, minHeight);

Completed in 114 milliseconds

1234567891011>>