fixed
floatfield = scientific+fixed,
bool fixed, uint32 resizeMask
device->fixed = strcmp(hid, "PNP0C0C") != 0 && strcmp(hid, "PNP0C0E") != 0;
TRACE("Device found, hid: %s, fixed: %d\n", hid, device->fixed);
if (device->fixed) {
if (device->fixed) {
if (device->fixed)
bool fixed;
int64 fixed = (int64)(value * scaleFactor);
double junk = (value * scaleFactor) - (double)fixed;
fixed--;
fixed++;
value = (double)fixed / scaleFactor;
_SetValueFixed(fixed);
NumericValControl::_SetValueFixed(int64 fixed)
if (fixed > fMaxFixed)
fixed = fMaxFixed;
if (fixed < fMinFixed)
fixed = fMinFixed;
int64 hiCut = fixed % (int64)pow(10,
digitSegment->setValue(segmentValue, fixed < 0);
void _SetValueFixed(int64 fixed); //nyi
bool fixed;
if (archive->FindBool("be:fixeds", &fixed) == B_OK)
fFixedSizeMB = fixed;
BMessage* message, bool fixed, uint32 resize, uint32 flags)
fMenuField = new BMenuField(Bounds(), "_menu", label, popUp, fixed);
| ios::uppercase | ios::showpos | ios::scientific | ios::fixed
if ((flags() & ios::floatfield) == ios::fixed)
if (prec <= 0 && !(flags() & ios::fixed))
if (flags() & (ios::fixed|ios::scientific) & ios::showpos)
if ((flags() & ios::floatfield) == ios::fixed)
if (prec <= 0 && !(flags() & ios::fixed))
bool fixed = true;
fixed = false;
return fixed;
bool fixed = true;
fixed = false;
return fixed;
bool fixed, addr_t& loadAddress, uint32& addressSpecifier)
if (!fixed) {
map_image(int fd, char const* path, image_t* image, bool fixed)
if (fixed && image->regions[i].vmstart == 0)
fixed = false;
fixed, loadAddress, regionAddressSpecifier);
i > 0 ? image->regions[i - 1].delta : 0, fixed, loadAddress,
status_t map_image(int fd, char const* path, image_t* image, bool fixed);