Searched refs:by (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku/src/apps/diskusage/
H A DPieView.cpp7 * as long as it is accompanied by it's documentation and this copyright notice.
374 float by = floorf((b.top + b.Height() - kProgBarHeight) / 2.0); local
376 float ey = by + kProgBarHeight;
380 BRect barFrame(bx, by, ex, ey);
388 by -= fFontHeight + 2.0 * kSmallVMargin;
390 DrawString(task, BPoint(bx, by));
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex54 by this document.
130 table, section header table or sections), but will enlarge the file by some
156 regular data), it has to be deduced by iterating through the PEF section
168 endianess, that is the resources created by little endian and big endian
177 also for big endian machines. Therefore the endianess may be deduced by the
351 stored in the file, that is the value specified by the
390 It always contains the same data given by \code{kUnusedResourceDataPattern}:
404 pattern specified by \code{kUnusedResourceDataPattern}, and that only those
542 not dividable by four, the remaining bytes are interpreted as the lower
561 and that are handled gracefully by xre
[all...]
/haiku/headers/libs/agg/
H A Dagg_math.h15 // Bessel function (besj) was adapted for use in AGG library by Andy Wilk
136 AGG_INLINE bool calc_intersection(double ax, double ay, double bx, double by,
141 double den = (bx-ax) * (dy-cy) - (by-ay) * (dx-cx);
145 *y = ay + r * (by-ay);
351 // Converetd by Gareth Walker for use by course 392 computational project
363 // Adapted for use in AGG library by Andy Wilk (castor.vulgaris@gmail.com)
/haiku/src/bin/
H A Dleak_analyser.sh26 freed by the system libraries.
/haiku/src/kits/debugger/elf/
H A DCoreFile.h246 size_t by);
H A DCoreFile.cpp841 CoreFile::_Advance(const void*& data, uint32& dataSize, size_t by) argument
843 data = (const uint8*)data + by;
844 dataSize -= by;
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh71 | ipw2100,iprowifi2200 firmware is covered by the following Intel(R) license: |
288 ipw2100,iprowifi2200 firmware is covered by the Intel(R) license located in
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php10 // parts inspired by the Free Live OS Zoo
466 "Applet used by this demo. " .
/haiku/src/kits/tracker/
H A DUtilities.cpp637 // set the level of transparency by value
736 // some more room by shifting that much more to the right.
833 ShiftMenuBackgroundColor(float by) argument
835 return tint_color(ui_color(B_MENU_BACKGROUND_COLOR), by);
1430 // app signature -- the call is expensive because by default
1453 // app icons -- the call is expensive because by default
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc6 terms of the GNU General Public License as published by the
22 the resulting executable to be covered by the GNU General Public License.
24 the executable file might be covered by the GNU General Public License. */
26 /* Written by Per Bothner (bothner@cygnus.com). */
517 // so we can divide by optimizable constants.
782 // Emit the actual concented field, followed by extra zeros.
891 { Is in osform.cc, to avoid pulling in all of _IO_vfprintf by this file. */ }
982 // Called by ipfx() and ipfx0() if needed.
/haiku/src/apps/bootmanager/
H A Dbootman.S238 ; address packet as required by the EXTENDED_READ BIOS call

Completed in 193 milliseconds