Searched refs:fixed (Results 1 - 25 of 46) sorted by relevance

12

/haiku-fatelf/src/apps/cortex/ValControl/
H A DNumericValControl.cpp274 int64 fixed = (int64)(value * scaleFactor); local
275 double junk = (value * scaleFactor) - (double)fixed;
282 fixed--;
285 fixed++;
288 value = (double)fixed / scaleFactor;
291 // " -> %.12f, %Ld\n", value, fixed));
293 _SetValueFixed(fixed);
590 NumericValControl::_SetValueFixed(int64 fixed) argument
593 // "### NumericValControl::_SetValueFixed(%Ld)\n", fixed));
596 if (fixed > fMaxFixe
[all...]
H A DNumericValControl.h38 // in fixed-point form only.
135 void _SetValueFixed(int64 fixed); //nyi
/haiku-fatelf/src/system/runtime_loader/
H A Dimages.h53 status_t map_image(int fd, char const* path, image_t* image, bool fixed);
H A Dimages.cpp169 bool fixed, addr_t& loadAddress, uint32& addressSpecifier)
171 if (image->dynamic_ptr != 0 && !fixed) {
286 map_image(int fd, char const* path, image_t* image, bool fixed) argument
307 if (fixed && image->regions[i].vmstart == 0)
308 fixed = false;
313 fixed, loadAddress, regionAddressSpecifier);
345 i > 0 ? image->regions[i - 1].delta : 0, fixed, loadAddress,
168 get_image_region_load_address(image_t* image, uint32 index, int32 lastDelta, bool fixed, addr_t& loadAddress, uint32& addressSpecifier) argument
/haiku-fatelf/headers/os/interface/
H A DOptionPopUp.h24 bool fixed, uint32 resizeMask
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dioextend.cc37 | ios::uppercase | ios::showpos | ios::scientific | ios::fixed
H A Diostream.cc692 if ((flags() & ios::floatfield) == ios::fixed)
700 if (prec <= 0 && !(flags() & ios::fixed))
742 if (flags() & (ios::fixed|ios::scientific) & ios::showpos)
803 if ((flags() & ios::floatfield) == ios::fixed)
811 if (prec <= 0 && !(flags() & ios::fixed))
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_asm.S95 #warning M68K: use fixed size for fsave
/haiku-fatelf/src/kits/interface/
H A DOptionPopUp.cpp46 \param fixed It's passed to the BMenuField constructor. If it's true,
52 BMessage* message, bool fixed, uint32 resize, uint32 flags)
56 fMenuField = new BMenuField(Bounds(), "_menu", label, popUp, fixed);
51 BOptionPopUp(BRect frame, const char* name, const char* label, BMessage* message, bool fixed, uint32 resize, uint32 flags) argument
H A DMenuField.cpp745 // in fixed size mode, the menubar is supposed to
1172 bool fixed; local
1173 if (archive->FindBool("be:fixeds", &fixed) == B_OK)
1174 fFixedSizeMB = fixed;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dkprotos.h76 int fixed, image_id aid);
H A Dkernel.c96 int fixed; member in struct:fsystem
3382 install_file_system(vnode_ops *ops, const char *name, int fixed, image_id aid) argument
3394 fs->fixed = fixed;
3481 if (!fs->fixed && (fs->rcnt == 0))
/haiku-fatelf/headers/cpp/
H A Dstreambuf.h157 scientific=_IO_SCIENTIFIC, fixed=_IO_FIXED, enumerator in enum:ios::__anon71
165 floatfield = scientific+fixed,
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk26 # man2html 3.0.1 is a Perl script which assumes that pages are fixed size.
/haiku-fatelf/src/libs/zlib/
H A Dinfback.c65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
79 static code fixed[544]; local
81 /* build fixed huffman tables if first call (may not be thread safe) */
92 next = fixed;
299 case 1: /* fixed block */
301 Tracev((stderr, "inflate: fixed codes block%s\n",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
232 fixed code decoding. Normally this returns fixed tables from inffixed.h.
246 static code fixed[544]; local
248 /* build fixed huffman tables if first call (may not be thread safe) */
259 next = fixed;
310 puts(" /* inffixed.h -- table for decoding fixed codes");
827 case 1: /* fixed block */
829 Tracev((stderr, "inflate: fixed codes block%s\n",
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_hyper.c92 {"fixed", fixed},
233 dest->type = fixed;
253 dest->type != fixed)
431 case fixed:
H A Dp_intern.h134 fixed, enumerator in enum:__anon4958
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DschemasInternals.h237 * the attribute has a fixed value
665 * the element has a fixed value
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ member in struct:_xmlSchemaFacet
/haiku-fatelf/src/bin/gdb/gdb/
H A Dconfigure1931 mmap private not fixed
1932 mmap private fixed at somewhere currently unmapped
1933 mmap private fixed at somewhere already mapped
1934 mmap shared not fixed
1935 mmap shared fixed at somewhere currently unmapped
1936 mmap shared fixed at somewhere already mapped
1946 Grep wants private fixed already mapped.
2027 * Next, try to mmap the file at a fixed address which
6199 mmap private not fixed
6200 mmap private fixed a
[all...]
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat25 Rem The small_env tests protect against fixed and too small size
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprint/html/
H A Ddoxygen.css141 font-family: monospace, fixed;
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprintui2/html/
H A Ddoxygen.css141 font-family: monospace, fixed;
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S82 %assign FIXED_DISK_SUPPORT 0x1 ; flag indicating fixed disk
389 ; no fixed disk extension support
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c316 * Since we put the default/fixed values into the dict, we can
570 need to be fixed. */
4183 fprintf(output, "[fixed] ");
4193 * Default/fixed value.
5506 * need not to be fixed up (i.e. the reference to be resolved).
6659 const xmlChar *fixed; local
6661 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6662 if (fixed != NULL) {
6663 if (xmlStrEqual(fixed, BAD_CAS
8563 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
13913 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, int *fixed, const xmlChar **value, xmlSchemaValPtr *val) argument
24849 int xpathRes = 0, res, wildIDs = 0, fixed; local
[all...]

Completed in 266 milliseconds

12