/haiku/src/apps/cortex/ValControl/ |
H A D | NumericValControl.cpp | 274 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 D | NumericValControl.h | 135 void _SetValueFixed(int64 fixed); //nyi
|
/haiku/src/add-ons/kernel/drivers/power/acpi_button/ |
H A D | acpi_button.cpp | 43 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 D | Conditions.cpp | 219 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 D | bmessage.txt | 159 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 D | images.cpp | 176 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 D | images.h | 53 status_t map_image(int fd, char const* path, image_t* image, bool fixed);
|
/haiku/src/system/libroot/os/arch/m68k/ |
H A D | Jamfile | 17 # are used are fixed
|
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/ |
H A D | Changes for B1 release.txt | 16 -Rewrote and fixed some bugs in digital mode switching for Layla24/Gina24/Mona
|
/haiku/build/jam/repositories/HaikuPorts/ |
H A D | ppc | 9 timgmsoundfont-fixed-5
|
H A D | arm | 11 timgmsoundfont-fixed-5
|
H A D | m68k | 11 timgmsoundfont-fixed-5
|
H A D | arm64 | 10 timgmsoundfont-fixed-5
|
H A D | sparc | 11 timgmsoundfont-fixed-5
|
H A D | riscv64 | 14 timgmsoundfont-fixed-5
|
/haiku/src/system/libroot/os/arch/ppc/ |
H A D | Jamfile | 19 # are used are fixed
|
/haiku/docs/user/ |
H A D | book.css | 23 * 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 D | haiku.css | 15 font-family: "Noto Sans Mono", Courier, "Courier New", monospace, fixed;
|
/haiku/headers/os/interface/ |
H A D | OptionPopUp.h | 23 bool fixed, uint32 resizeMask
|
/haiku/src/tests/servers/app/ |
H A D | NOTES | 17 This is a bug that should be fixed (go for it :-),
|
/haiku/src/kits/interface/ |
H A D | OptionPopUp.cpp | 52 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 D | FontServer.rst | 68 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 D | ioextend.cc | 37 | ios::uppercase | ios::showpos | ios::scientific | ios::fixed
|
/haiku/docs/develop/kernel/arch/arm/ |
H A D | allwinner_a10.rst | 62 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 D | arch_asm.S | 95 #warning M68K: use fixed size for fsave
|