headers/libs/linprog/Variable.h
69
double fMax;
headers/os/interface/CardLayout.h
71
BSize fMax;
headers/os/interface/ScrollBar.h
121
float fMax;
headers/os/interface/StatusBar.h
107
float fMax;
headers/private/fs_shell/Stack.h
23
fMax(0)
headers/private/fs_shell/Stack.h
45
if (fUsed >= fMax) {
headers/private/fs_shell/Stack.h
46
fMax += 16;
headers/private/fs_shell/Stack.h
47
T *newArray = (T *)realloc(fArray, fMax * sizeof(T));
headers/private/fs_shell/Stack.h
79
int32_t fMax;
headers/private/media/TStack.h
17
fMax(0)
headers/private/media/TStack.h
29
if (fUsed >= fMax) {
headers/private/media/TStack.h
30
fMax += 16;
headers/private/media/TStack.h
31
T *newArray = (T *)realloc(fArray, fMax * sizeof(T));
headers/private/media/TStack.h
58
int32 fMax;
headers/private/util/Stack.h
22
fMax(0)
headers/private/util/Stack.h
44
if (fUsed >= fMax) {
headers/private/util/Stack.h
45
fMax += 16;
headers/private/util/Stack.h
46
T *newArray = (T *)realloc(fArray, fMax * sizeof(T));
headers/private/util/Stack.h
78
int32 fMax;
src/apps/codycam/Settings.cpp
156
fMax(max),
src/apps/codycam/Settings.cpp
173
ASSERT(newValue < fMax);
src/apps/codycam/Settings.cpp
199
if (newValue < fMin || newValue > fMax)
src/apps/codycam/Settings.h
84
int32 fMax;
src/apps/cortex/ValControl/ValControlDigitSegment.cpp
411
float fMax = 0.0;
src/apps/cortex/ValControl/ValControlDigitSegment.cpp
414
if(fWidth > fMax)
src/apps/cortex/ValControl/ValControlDigitSegment.cpp
415
fMax = fWidth;
src/apps/cortex/ValControl/ValControlDigitSegment.cpp
418
s_cachedDigitWidth = ceil(fMax + s_widthTrim);
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
229
if (value > fMax)
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
230
value = fMax;
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
249
if (min != fMax) {
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
268
if (max != fMax) {
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
269
fMax = max;
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
270
if (fValue > fMax)
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
271
SetValue(fMax);
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
28
fMax(max),
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
280
return fMax;
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
311
float ratio = fTarget->DeScale((float)(fValue - fMin) / (float)(fMax - fMin));
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
392
return fMin + (int32)((fMax - fMin + 1) * ratio);
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.h
75
int32 fMax;
src/apps/icon-o-matic/generic/property/Property.cpp
108
fMax(other.fMax)
src/apps/icon-o-matic/generic/property/Property.cpp
126
if (archive->FindInt32("max", &fMax) < B_OK)
src/apps/icon-o-matic/generic/property/Property.cpp
127
fMax = 0;
src/apps/icon-o-matic/generic/property/Property.cpp
146
ret = into->AddInt32("max", fMax);
src/apps/icon-o-matic/generic/property/Property.cpp
216
if (value > fMax)
src/apps/icon-o-matic/generic/property/Property.cpp
217
value = fMax;
src/apps/icon-o-matic/generic/property/Property.cpp
243
fMax(other.fMax)
src/apps/icon-o-matic/generic/property/Property.cpp
261
if (archive->FindFloat("max", &fMax) < B_OK)
src/apps/icon-o-matic/generic/property/Property.cpp
262
fMax = 0.0;
src/apps/icon-o-matic/generic/property/Property.cpp
281
ret = into->AddFloat("max", fMax);
src/apps/icon-o-matic/generic/property/Property.cpp
350
if (value > fMax)
src/apps/icon-o-matic/generic/property/Property.cpp
351
value = fMax;
src/apps/icon-o-matic/generic/property/Property.h
135
{ return fMax; }
src/apps/icon-o-matic/generic/property/Property.h
140
float fMax;
src/apps/icon-o-matic/generic/property/Property.h
92
{ return fMax; }
src/apps/icon-o-matic/generic/property/Property.h
97
int32 fMax;
src/apps/networkstatus/RadioView.cpp
156
_Compute(Bounds(), center, count, fMax, step);
src/apps/networkstatus/RadioView.cpp
185
_Compute(Bounds(), center, count, fMax, step);
src/apps/networkstatus/RadioView.cpp
61
if (max == fMax)
src/apps/networkstatus/RadioView.cpp
64
fMax = max;
src/apps/networkstatus/RadioView.h
58
int32 fMax;
src/bin/bfs_tools/lib/Stack.h
22
fMax(0)
src/bin/bfs_tools/lib/Stack.h
34
if (fUsed >= fMax)
src/bin/bfs_tools/lib/Stack.h
36
fMax += 16;
src/bin/bfs_tools/lib/Stack.h
37
fArray = (T *)realloc(fArray,fMax * sizeof(T));
src/bin/bfs_tools/lib/Stack.h
57
int32 fMax;
src/bin/desklink/MixerControl.cpp
135
fMax = fMixerParameter->MaxValue();
src/bin/desklink/MixerControl.cpp
236
else if (volume > fMax)
src/bin/desklink/MixerControl.cpp
237
volume = fMax;
src/bin/desklink/MixerControl.cpp
31
fMax(0.0f),
src/bin/desklink/MixerControl.h
44
float Maximum() const { return fMax; }
src/bin/desklink/MixerControl.h
59
float fMax;
src/kits/interface/CardLayout.cpp
110
return fMax;
src/kits/interface/CardLayout.cpp
150
float maxHeight = fMax.height;
src/kits/interface/CardLayout.cpp
22
fMax(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED),
src/kits/interface/CardLayout.cpp
301
fMax.width = B_SIZE_UNLIMITED;
src/kits/interface/CardLayout.cpp
302
fMax.height = B_SIZE_UNLIMITED;
src/kits/interface/CardLayout.cpp
317
fMax.width = min_c(fMax.width, max.width);
src/kits/interface/CardLayout.cpp
318
fMax.height = min_c(fMax.height, max.height);
src/kits/interface/CardLayout.cpp
324
fMax.width = max_c(fMax.width, fMin.width);
src/kits/interface/CardLayout.cpp
325
fMax.height = max_c(fMax.height, fMin.height);
src/kits/interface/CardLayout.cpp
329
fPreferred.width = min_c(fPreferred.width, fMax.width);
src/kits/interface/CardLayout.cpp
330
fPreferred.height = min_c(fPreferred.height, fMax.height);
src/kits/interface/CardLayout.cpp
34
fMax(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED),
src/kits/interface/ScrollBar.cpp
1210
if (fMin >= fMax || proportion > 1.0 || proportion < 0.0)
src/kits/interface/ScrollBar.cpp
1218
proportion = fLargeStep / (2 * (fMax - fMin));
src/kits/interface/ScrollBar.cpp
1233
if (fMax > fMin) {
src/kits/interface/ScrollBar.cpp
1234
offset = floorf(((fValue - fMin) / (fMax - fMin))
src/kits/interface/ScrollBar.cpp
1310
* (fMax - fMin + 1.0f)));
src/kits/interface/ScrollBar.cpp
1442
bool downEnabled = fValue < fMax;
src/kits/interface/ScrollBar.cpp
212
fMax(max),
src/kits/interface/ScrollBar.cpp
241
fMax(max),
src/kits/interface/ScrollBar.cpp
273
if (data->FindFloat("_range", 1, &fMax) < B_OK)
src/kits/interface/ScrollBar.cpp
274
fMax = 0.0f;
src/kits/interface/ScrollBar.cpp
333
err = data->AddFloat("_range", fMax);
src/kits/interface/ScrollBar.cpp
394
bool scrollingEnabled = fMin < fMax
src/kits/interface/ScrollBar.cpp
578
if (!fPrivateData->fEnabled || fMin == fMax)
src/kits/interface/ScrollBar.cpp
682
if (!fPrivateData->fEnabled || fMin >= fMax || fProportion >= 1.0f
src/kits/interface/ScrollBar.cpp
740
if (value > fMax)
src/kits/interface/ScrollBar.cpp
741
value = fMax;
src/kits/interface/ScrollBar.cpp
805
bool oldEnabled = fPrivateData->fEnabled && fMin < fMax
src/kits/interface/ScrollBar.cpp
810
bool newEnabled = fPrivateData->fEnabled && fMin < fMax
src/kits/interface/ScrollBar.cpp
839
if (fMin == min && fMax == max)
src/kits/interface/ScrollBar.cpp
845
fMax = max;
src/kits/interface/ScrollBar.cpp
847
if (fValue < fMin || fValue > fMax)
src/kits/interface/ScrollBar.cpp
861
*max = fMax;
src/kits/interface/SplitLayout.cpp
1305
fMax.width = fHorizontalLayouter->MaxSize();
src/kits/interface/SplitLayout.cpp
1306
fMax.height = fVerticalLayouter->MaxSize();
src/kits/interface/SplitLayout.cpp
170
fMax(),
src/kits/interface/SplitLayout.cpp
212
fMax(),
src/kits/interface/SplitLayout.cpp
524
return _AddInsets(fMax);
src/kits/interface/SplitLayout.cpp
691
if ((fOrientation == B_HORIZONTAL && size.width >= fMax.width)
src/kits/interface/SplitLayout.cpp
692
|| (fOrientation == B_VERTICAL && size.height >= fMax.height)) {
src/kits/interface/SplitLayout.h
162
BSize fMax;
src/kits/interface/StatusBar.cpp
116
if (err == B_OK && fMax != 100 )
src/kits/interface/StatusBar.cpp
117
err = archive->AddFloat("_max", fMax);
src/kits/interface/StatusBar.cpp
479
fMax = max;
src/kits/interface/StatusBar.cpp
509
fMax = 100;
src/kits/interface/StatusBar.cpp
521
if (value > fMax)
src/kits/interface/StatusBar.cpp
522
value = fMax;
src/kits/interface/StatusBar.cpp
564
return fMax;
src/kits/interface/StatusBar.cpp
721
fMax = 100.0;
src/kits/interface/StatusBar.cpp
797
+ (fCurrent * (barFrame.Width() + 3) / fMax));
src/kits/interface/StatusBar.cpp
82
fMax = floatValue;
src/kits/interface/ViewPort.cpp
167
fMax = child->MaxSize();
src/kits/interface/ViewPort.cpp
172
fMax.Set(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED);
src/kits/interface/ViewPort.cpp
212
BSize fMax;
src/kits/interface/ViewPort.cpp
32
fMax(),
src/kits/interface/ViewPort.cpp
76
return fMax;
src/kits/interface/layouter/ComplexLayouter.cpp
283
return fMax;
src/kits/interface/layouter/ComplexLayouter.cpp
393
layouter->fMax = fMax;
src/kits/interface/layouter/ComplexLayouter.cpp
660
fMax = B_SIZE_UNLIMITED;
src/kits/interface/layouter/ComplexLayouter.cpp
664
fMax = fSums[fElementCount].max + spacing - 1;
src/kits/interface/layouter/ComplexLayouter.cpp
665
if (fMax >= fUnlimited)
src/kits/interface/layouter/ComplexLayouter.cpp
666
fMax = B_SIZE_UNLIMITED;
src/kits/interface/layouter/ComplexLayouter.h
75
float fMax;
src/kits/interface/layouter/OneElementLayouter.cpp
106
layouter->fMax = fMax;
src/kits/interface/layouter/OneElementLayouter.cpp
35
fMax(B_SIZE_UNLIMITED),
src/kits/interface/layouter/OneElementLayouter.cpp
51
fMax = min_c(fMax, max);
src/kits/interface/layouter/OneElementLayouter.cpp
52
fMax = max_c(fMax, fMin);
src/kits/interface/layouter/OneElementLayouter.cpp
55
fPreferred = min_c(fPreferred, fMax);
src/kits/interface/layouter/OneElementLayouter.cpp
76
return fMax;
src/kits/interface/layouter/OneElementLayouter.h
36
float fMax;
src/kits/interface/layouter/SimpleLayouter.cpp
120
fMax((int32)B_SIZE_UNLIMITED),
src/kits/interface/layouter/SimpleLayouter.cpp
187
return fMax - 1;
src/kits/interface/layouter/SimpleLayouter.cpp
221
if (fLayoutInfo->fSize >= fMax)
src/kits/interface/layouter/SimpleLayouter.cpp
244
layouter->fMax = fMax;
src/kits/interface/layouter/SimpleLayouter.cpp
334
fMax = (int32)B_SIZE_UNLIMITED;
src/kits/interface/layouter/SimpleLayouter.cpp
341
fMax = spacing;
src/kits/interface/layouter/SimpleLayouter.cpp
357
fMax = BLayoutUtils::AddSizesInt32(fMax, info.max);
src/kits/interface/layouter/SimpleLayouter.cpp
371
int32 additionalSpace = fLayoutInfo->fSize - fMax;
src/kits/interface/layouter/SimpleLayouter.h
59
int32 fMax;
src/kits/tracker/Settings.cpp
183
fMax(max),
src/kits/tracker/Settings.cpp
195
ASSERT(newValue < fMax);
src/kits/tracker/Settings.cpp
226
if (newValue < fMin || newValue > fMax)
src/kits/tracker/Settings.h
103
int32 fMax;
src/kits/tracker/WidgetAttributeText.cpp
1974
if (rating > fMax)
src/kits/tracker/WidgetAttributeText.cpp
1975
rating = fMax;
src/kits/tracker/WidgetAttributeText.cpp
1980
int32 steps = fMax / fCount;
src/kits/tracker/WidgetAttributeText.h
279
int32 fMax;
src/libs/linprog/Variable.cpp
101
SetRange(min, fMax);
src/libs/linprog/Variable.cpp
113
return fMax;
src/libs/linprog/Variable.cpp
139
fMax = max;
src/libs/linprog/Variable.cpp
297
fMax(20000),
src/servers/registrar/AuthenticationManager.cpp
120
fMax(-1),
src/servers/registrar/AuthenticationManager.cpp
140
fMax(-1),
src/servers/registrar/AuthenticationManager.cpp
160
fMax(other.fMax),
src/servers/registrar/AuthenticationManager.cpp
177
fMax = max;
src/servers/registrar/AuthenticationManager.cpp
223
fMax = intValue;
src/servers/registrar/AuthenticationManager.cpp
261
spwd.sp_max = fMax;
src/servers/registrar/AuthenticationManager.cpp
292
|| (error = message.AddInt32("max", fMax)) != B_OK
src/servers/registrar/AuthenticationManager.cpp
317
int values[5] = { fMin, fMax, fWarn, fInactive, fExpiration };
src/servers/registrar/AuthenticationManager.cpp
338
int fMax;
src/system/kernel/cache/block_cache.cpp
1144
fMax(max),
src/system/kernel/cache/block_cache.cpp
1166
if (fTotal == fMax)
src/system/kernel/cache/block_cache.cpp
329
size_t fMax;