Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 134) sorted by relevance

123456

/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp274 int64 fixed = (int64)(value * scaleFactor); in setValue() local
275 double junk = (value * scaleFactor) - (double)fixed; in setValue()
282 fixed--; in setValue()
285 fixed++; in setValue()
288 value = (double)fixed / scaleFactor; in setValue()
293 _SetValueFixed(fixed); in setValue()
589 NumericValControl::_SetValueFixed(int64 fixed) in _SetValueFixed() argument
595 if (fixed > fMaxFixed) in _SetValueFixed()
596 fixed = fMaxFixed; in _SetValueFixed()
598 if (fixed < fMinFixed) in _SetValueFixed()
[all …]
H A DNumericValControl.h135 void _SetValueFixed(int64 fixed); //nyi
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp43 bool fixed; member
108 device->fixed = strcmp(hid, "PNP0C0C") != 0 && strcmp(hid, "PNP0C0E") != 0; in acpi_button_init_device()
109 TRACE("Device found, hid: %s, fixed: %d\n", hid, device->fixed); in acpi_button_init_device()
119 if (device->fixed) { in acpi_button_init_device()
146 if (device->fixed) { in acpi_button_uninit_device()
162 if (device->fixed) in acpi_button_open()
/haiku/src/servers/launch/
H A DConditions.cpp219 bool fixed = true; in IsConstant() local
226 fixed = false; in IsConstant()
228 return fixed; in IsConstant()
313 bool fixed = true; in IsConstant() local
320 fixed = false; in IsConstant()
322 return fixed; in IsConstant()
/haiku/docs/develop/kits/app/
H A Dbmessage.txt159 0F 1 flags (including fixed chunk size)
166 0F 1 flags (including fixed chunk size)
173 0F 1 flags (including fixed chunk size)
180 0F 1 flags (including fixed chunk size)
/haiku/src/system/runtime_loader/
H A Dimages.cpp176 bool fixed, addr_t& loadAddress, uint32& addressSpecifier) in get_image_region_load_address() argument
178 if (!fixed) { in get_image_region_load_address()
297 map_image(int fd, char const* path, image_t* image, bool fixed) in map_image() argument
318 if (fixed && image->regions[i].vmstart == 0) in map_image()
319 fixed = false; in map_image()
324 fixed, loadAddress, regionAddressSpecifier); in map_image()
356 i > 0 ? image->regions[i - 1].delta : 0, fixed, loadAddress, in map_image()
H A Dimages.h53 status_t map_image(int fd, char const* path, image_t* image, bool fixed);
/haiku/src/system/libroot/os/arch/m68k/
H A DJamfile17 # are used are fixed
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DChanges for B1 release.txt16 -Rewrote and fixed some bugs in digital mode switching for Layla24/Gina24/Mona
/haiku/build/jam/repositories/HaikuPorts/
H A Dppc9 timgmsoundfont-fixed-5
H A Darm11 timgmsoundfont-fixed-5
H A Dm68k11 timgmsoundfont-fixed-5
H A Darm6410 timgmsoundfont-fixed-5
H A Dsparc11 timgmsoundfont-fixed-5
H A Driscv6414 timgmsoundfont-fixed-5
/haiku/src/system/libroot/os/arch/ppc/
H A DJamfile19 # are used are fixed
/haiku/docs/user/
H A Dbook.css23 * Fixed space fonts are "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
121 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
125 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
130 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
134 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
552 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
758 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
813 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
826 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
941 font-family: "Noto Sans Mono", Consolas, "Courier New", monospace, fixed;
[all …]
/haiku/docs/interface_guidelines/
H A Dhaiku.css15 font-family: "Noto Sans Mono", Courier, "Courier New", monospace, fixed;
/haiku/headers/os/interface/
H A DOptionPopUp.h23 bool fixed, uint32 resizeMask
/haiku/src/tests/servers/app/
H A DNOTES17 This is a bug that should be fixed (go for it :-),
/haiku/src/kits/interface/
H A DOptionPopUp.cpp52 BMessage* message, bool fixed, uint32 resize, uint32 flags) in BOptionPopUp() argument
56 fMenuField = new BMenuField(Bounds(), "_menu", label, popUp, fixed); in BOptionPopUp()
/haiku/docs/develop/servers/app_server/
H A DFontServer.rst68 3. create a boolean tuned flag and a boolean fixed flag
76 c. if IsFixedWidth, set the fixed flag to true
79 D. if the fixed flag is set, add a boolean true to the font message as "fixed"
/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc37 | ios::uppercase | ios::showpos | ios::scientific | ios::fixed
/haiku/docs/develop/kernel/arch/arm/
H A Dallwinner_a10.rst62 SPL is a small binary (24K) loaded from a fixed location on the SD card.
75 loaded to RAM at a fixed address by u-boot, then the Kernel parses it
/haiku/src/system/kernel/arch/m68k/
H A Darch_asm.S95 #warning M68K: use fixed size for fsave

123456