Searched refs:base (Results 51 - 75 of 413) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/stdlib/
H A Dheapsort.c83 child = base + child_i * size; \
88 par = base + par_i * size; \
114 child = base + child_i * size; \
119 par = base + par_i * size; \
125 child = base + child_i * size; \
126 par = base + par_i * size; \
148 char *base, *k, *p, *t; local
165 base = (char *)vbase - size;
176 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
177 COPY(base
[all...]
/haiku/headers/private/interface/
H A DHaikuControlLook.h35 const rgb_color& base,
42 const rgb_color& base,
52 const rgb_color& base,
59 const rgb_color& base,
66 const rgb_color& base,
76 const rgb_color& base,
83 const rgb_color& base,
89 const rgb_color& base,
96 const rgb_color& base,
106 const rgb_color& base,
[all...]
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp72 addr_t base; member in struct:aperture_memory
97 size_t HashKey(const KeyType &base) const
98 { return (base - fInfo.base) / B_PAGE_SIZE; }
100 { return (memory->base - fInfo.base) / B_PAGE_SIZE; }
101 bool Compare(const KeyType &base, aperture_memory *memory) const argument
102 { return base == memory->base; }
130 status_t BindMemory(aperture_memory *memory, addr_t base, size_
134 GetMemory(addr_t base) argument
393 get_area_base_and_size(area_id area, addr_t &base, size_t &size) argument
497 _AdaptToReserved(addr_t &base, size_t &size, int32 *_offset) argument
522 addr_t base = memory->base; local
646 addr_t base = memory->base; local
1078 free_memory(aperture_id id, addr_t base) argument
1117 bind_aperture(aperture_id id, area_id area, addr_t base, size_t size, size_t alignment, addr_t reservedBase, addr_t *_apertureBase) argument
1172 unbind_aperture(aperture_id id, addr_t base) argument
[all...]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp55 const rgb_color& base, const rgb_color& background, uint32 flags,
58 _DrawButtonFrame(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, background,
65 float radius, const rgb_color& base, const rgb_color& background, uint32 flags,
68 _DrawButtonFrame(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, background,
76 float leftBottomRadius, float rightBottomRadius, const rgb_color& base,
80 _DrawButtonFrame(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, background,
87 const BRect& updateRect, const rgb_color& base, uint32 flags,
90 _DrawButtonBackground(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, false,
97 const BRect& updateRect, float radius, const rgb_color& base, uint32 flags,
100 _DrawButtonBackground(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, fals
54 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
64 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
74 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
86 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
96 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
106 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
117 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
167 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
177 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
187 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
199 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
209 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
229 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
241 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
269 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
307 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
362 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
403 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
413 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
454 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
633 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
718 SliderBarColor(const rgb_color& base) argument
726 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, orientation orientation) argument
771 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
922 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1000 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1182 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
1297 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
1312 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1321 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1362 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
1376 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1386 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1396 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1411 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
1572 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
1596 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1644 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1801 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
1828 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
1885 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
2077 _EdgeLightColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
2085 _EdgeShadowColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
2095 _BevelLightColor(const rgb_color& base, uint32 flags) argument
2103 _BevelShadowColor(const rgb_color& base, uint32 flags) argument
2111 _MakeGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) const argument
2126 _MakeGlossyGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) const argument
2142 _MakeButtonGradient(BGradientLinear& gradient, BRect& rect, const rgb_color& base, uint32 flags, orientation orientation) const argument
[all...]
/haiku/headers/private/kernel/arch/x86/
H A Dbios.h17 uint32 base; member in struct:bios32_service
/haiku/src/system/kernel/arch/riscv64/
H A Darch_uart_sifive.cpp11 ArchUARTSifive::ArchUARTSifive(addr_t base, int64 clock) argument
13 DebugUART(base, clock)
112 arch_get_uart_sifive(addr_t base, int64 clock) argument
115 ArchUARTSifive* uart = new(buffer) ArchUARTSifive(base, clock);
/haiku/headers/posix/
H A Dftw.h27 int base; member in struct:FTW
H A Dsearch.h38 extern void *lfind(const void *key, const void *base, size_t *_elementCount,
40 extern void *lsearch(const void *key, void *base, size_t *_elementCount,
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp114 uint64 base; local
117 size, &base)) {
122 insert_physical_allocated_range(base, size);
123 sNextPhysicalAddress = base + size;
126 return base;
160 /*! Adds a new page table for the specified base address */
162 add_page_table(addr_t base) argument
169 base = ROUNDDOWN(base, B_PAGE_SIZE * 1024);
179 TRACE("add_page_table(base
452 mmu_allocate_physical(addr_t base, size_t size) argument
673 uint64 base = extMemoryBlock[i].base_addr; local
721 uint64 base = extMemoryBlock[i].base_addr; local
813 platform_release_heap(struct stage2_args *args, void *base) argument
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DStringView.cpp89 BPoint base; local
94 base.x = widthDiff;
98 base.x = 0;
102 base.y = heightDiff / 2 + fStringAscent;
105 container->DrawString(fString.String(), base);
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp72 set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type) argument
78 TRACE(" mask test base: %Lx\n", mask & base);
79 TRACE(" mask test middle: %Lx\n", mask & (base + length / 2));
80 TRACE(" mask test end: %Lx\n", mask & (base + length));
89 if (base != 0 || mask != 0 || type != 0) {
93 (base & ~(B_PAGE_SIZE - 1)) | type);
97 // reset base as well
150 generic_set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type) argument
152 set_mtrr(index, base, lengt
247 uint64 base; local
[all...]
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp53 /*! Verifies that an area with the given aligned base and size fits into
54 the spot defined by base and limit and checks for overflows.
55 \param base Minimum base address valid for the area.
56 \param alignedBase The base address of the range to check.
61 is_valid_spot(addr_t base, addr_t alignedBase, addr_t size, addr_t limit) argument
63 return (alignedBase >= base && alignedBase + (size - 1) > alignedBase
71 VMKernelAddressSpace::VMKernelAddressSpace(team_id id, addr_t base, size_t size) argument
73 VMAddressSpace(id, base, size, "kernel address space"),
187 It will also set the "_address" argument to its base addres
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h76 static inline void *ioremap(u_long base, u_long size) argument
81 sprintf(tag, "pccard %08lx", base);
82 id = map_physical_memory(tag, (phys_addr_t)base,
96 #define request_region(base, num, name) \
97 (RSRC_MGR register_resource(B_IO_PORT_RESOURCE, (base), (num)))
100 #define release_region(base, num) \
101 (RSRC_MGR release_resource(B_IO_PORT_RESOURCE, (base), (num)))
102 #define check_region(base, num) \
103 (RSRC_MGR check_resource(B_IO_PORT_RESOURCE, (base), (num)))
104 #define request_mem_region(base, nu
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp65 uint64 base; member in struct:__anon1884::memory_type_range
77 bool IsStart() const { return range->base == address; }
122 TRACE_MTRR(" mtrr: %2" B_PRIu32 ": base: %#10" B_PRIx64 ", size: %#10"
123 B_PRIx64 ", type: %u\n", i, info.base, info.size,
131 add_used_mtrr(uint64 base, uint64 size, uint32 type) argument
137 mtrr.base = base;
146 add_mtrrs_for_range(uint64 base, uint64 size, uint32 type) argument
149 if ((base & interval) != 0) {
150 if (!add_used_mtrr(base, interva
538 add_memory_type_range(area_id areaID, uint64 base, uint64 size, uint32 type) argument
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp109 const rgb_color& base, const rgb_color& background, uint32 flags,
112 _DrawButtonFrame(view, rect, updateRect, 0.0f, 0.0f, 0.0f, 0.0f, base,
119 float radius, const rgb_color& base, const rgb_color& background, uint32 flags,
123 base, background, 1.0, 1.0, flags, borders);
130 float leftBottomRadius, float rightBottomRadius, const rgb_color& base,
135 leftBottomRadius, rightBottomRadius, base, background,
142 const BRect& updateRect, const rgb_color& base, uint32 flags,
146 base, false, flags, borders, orientation);
152 const BRect& updateRect, float radius, const rgb_color& base, uint32 flags,
156 radius, base, fals
108 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
118 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
128 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
141 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
151 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
161 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
173 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
229 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
239 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
252 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
262 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
272 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
282 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
294 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
326 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
366 DrawStatusBar(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& barColor, float progressPosition) argument
419 DrawCheckBox(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
491 DrawRadioButton(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
562 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
617 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
645 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
655 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
751 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
940 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
1024 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
1106 SliderBarColor(const rgb_color& base) argument
1113 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, orientation orientation) argument
1153 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
1306 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1390 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1399 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, orientation orientation) argument
1517 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
1607 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1641 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1823 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1925 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
2040 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
2064 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2085 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2155 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
2174 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
2184 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2194 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where, const rgb_color* textColor) argument
2316 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2461 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2471 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2481 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2496 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
2666 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
2779 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2814 _DrawFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2839 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
3000 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
3029 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
3078 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
3679 _EdgeLightColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
3712 _EdgeShadowColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
3742 _FrameLightColor(const rgb_color& base, uint32 flags) argument
3773 _FrameShadowColor(const rgb_color& base, uint32 flags) argument
3812 _BevelLightColor(const rgb_color& base, uint32 flags) argument
3827 _BevelShadowColor(const rgb_color& base, uint32 flags) argument
3842 _FillGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) argument
3853 _FillGlossyGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) argument
3865 _MakeGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) const argument
3880 _MakeGlossyGradient(BGradientLinear& gradient, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) const argument
3898 _MakeButtonGradient(BGradientLinear& gradient, BRect& rect, const rgb_color& base, uint32 flags, orientation orientation) const argument
3933 _RadioButtonAndCheckBoxMarkColor(const rgb_color& base, rgb_color& color, uint32 flags) const argument
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp116 const BRect& updateRect, const rgb_color& base,
119 _DrawButtonFrame(view, rect, updateRect, 0, 0, 0, 0, base,
126 const BRect& updateRect, float, const rgb_color& base,
129 _DrawButtonFrame(view, rect, updateRect, 0, 0, 0, 0, base,
136 const BRect& updateRect, float, float, float, float, const rgb_color& base,
139 _DrawButtonFrame(view, rect, updateRect, 0, 0, 0, 0, base,
146 const BRect& updateRect, const rgb_color& base, uint32 flags,
150 base, false, flags, borders, orientation);
156 const BRect& updateRect, float, const rgb_color& base, uint32 flags,
160 base, fals
115 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
125 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
135 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
145 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
155 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
165 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
175 DrawCheckBox(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
233 BPoint(rect.right, rect.bottom), base); local
235 BPoint(rect.right, rect.top + 1), base); local
256 BPoint(rect.left, rect.top), base); local
258 BPoint(rect.right, rect.top), base); local
301 DrawRadioButton(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
400 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
426 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
550 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
562 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
572 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
713 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
743 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
806 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
836 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
847 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
858 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
895 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
905 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
915 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float, const rgb_color& base, bool popupIndicator, uint32 flags) argument
925 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, bool popupIndicator, uint32 flags) argument
935 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
952 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
969 DrawStatusBar(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& barColor, float progressPosition) argument
1014 SliderBarColor(const rgb_color& base) argument
1021 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, orientation orientation) argument
1063 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
1109 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1178 BPoint(rect.right, rect.bottom), base); local
1180 BPoint(rect.right, rect.bottom), base); local
1187 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1196 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, orientation orientation) argument
1258 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
1348 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1387 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1579 BPoint(rect.right, rect.bottom + 1), base); local
1584 BPoint(rect.left, rect.bottom + 1), base); local
1590 BPoint(rect.right + 1, rect.bottom), base); local
1595 BPoint(rect.right + 1, rect.top), base); local
1608 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32 index, int32 selected, int32 first, int32 last) argument
1824 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
1939 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
2042 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2107 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2149 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
2160 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
2170 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2180 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where, const rgb_color* textColor) argument
2316 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2474 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2484 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2494 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2509 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
2730 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2754 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
2780 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, bool popupIndicator, uint32 flags) argument
2803 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, uint32 flags, uint32 borders) argument
2880 _DrawScrollBarBackgroundFirst(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
2974 _DrawScrollBarBackgroundSecond(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
[all...]
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp102 return best->base;
112 usedBlock->base = best->base;
116 best->base += size;
120 return usedBlock->base;
148 if (block->base + block->size == freeBlock->base)
151 if (block->base == freeBlock->base + freeBlock->size)
167 after->base
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c61 mp_limb_t base PACK;
89 _itowa (value, buflim, base, upper_case)
92 unsigned int base;
98 const struct base_table_t *brec = &_itoa_base_table[base - 2];
100 switch (base)
165 rem = value - quo * base;
176 rem = value - quo * base;
185 /* First convert x0 to 1-3 words in base s->big.base.
192 = brec->big.base << big_normalization_step
[all...]
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp42 rgb_color base = ui_color(B_PANEL_BACKGROUND_COLOR); local
47 base = tint_color(base, (B_DARKEN_4_TINT + B_DARKEN_MAX_TINT) / 2);
49 base = tint_color(base, B_DARKEN_4_TINT);
52 base = tint_color(base, B_DARKEN_2_TINT);
54 base = tint_color(base, B_DARKEN_1_TINT);
86 gradient.AddColor(tint_color(base, B_DARKEN_1_TIN
[all...]
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp92 uint64_t base = entry->PhysicalStart; local
94 uint64_t originalSize = end - base;
95 if (base < 0x100000)
96 base = 0x100000;
101 += originalSize - (max_c(end, base) - base);
103 if (base >= end)
105 uint64_t size = end - base;
107 insert_physical_memory_range(base, size);
111 insert_physical_allocated_range(base, siz
138 uint64_t base = entry->PhysicalStart; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DTransfer.cpp68 fData.base = (generic_addr_t)data;
91 fVector[i].base = (generic_addr_t)vector[i].iov_base;
108 fVector[i].base = (generic_addr_t)vector[i].address;
154 fVector[i].base = fVector[i].base + length;
176 if (IS_USER_ADDRESS(vector[i].base)) {
177 fUserArea = area_for((void*)vector[i].base);
197 vector[i].base = vector[i].base - (addr_t)areaInfo.address;
199 if (vector[i].base > areaInf
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp54 DMABuffer::AddVec(generic_addr_t base, generic_size_t size) argument
57 vec.base = base;
68 return fVecs[index].base >= fBounceBuffer->physical_address
69 && fVecs[index].base
86 i, fVecs[i].base, fVecs[i].length);
288 DMAResource::_RestrictBoundaryAndSegmentSize(generic_addr_t base, argument
294 generic_addr_t baseBoundary = base / fRestrictions.boundary;
296 != (base + (length - 1)) / fRestrictions.boundary) {
297 length = (baseBoundary + 1) * fRestrictions.boundary - base;
453 generic_addr_t base = vec.base + vecOffset; local
561 generic_addr_t base = vec.base + vecOffset; local
703 generic_addr_t base = dmaBuffer->PhysicalBounceBufferAddress(); local
[all...]
/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h102 set_segment_descriptor_base(segment_descriptor* desc, addr_t base) argument
104 desc->base_00_15 = (addr_t)base & 0xffff; // base is 32 bits long
105 desc->base_23_16 = ((addr_t)base >> 16) & 0xff;
106 desc->base_31_24 = ((addr_t)base >> 24) & 0xff;
111 set_segment_descriptor(segment_descriptor* desc, addr_t base, uint32 limit, argument
114 set_segment_descriptor_base(desc, base);
140 set_tss_descriptor(segment_descriptor* desc, addr_t base, uint32 limit) argument
143 set_segment_descriptor_base(desc, base);
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h29 ArchFramebuffer(addr_t base) argument
31 fBase(base) {};
/haiku/headers/private/kernel/arch/generic/
H A Ddebug_uart.h19 DebugUART(addr_t base, int64 clock) argument
20 : fBase(base),

Completed in 238 milliseconds

1234567891011>>